Install COPYING, update license to proper one (BSD-3-Clause) 41/121141/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/common/20170330.125054 accepted/tizen/3.0/ivi/20170329.223039 accepted/tizen/3.0/mobile/20170329.222940 accepted/tizen/3.0/tv/20170329.222958 accepted/tizen/3.0/wearable/20170329.223020 submit/tizen_3.0/20170329.043647
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 27 Mar 2017 07:25:48 +0000 (16:25 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 27 Mar 2017 07:25:48 +0000 (16:25 +0900)
Change-Id: If1502a807dfa2415ec7323185c5aa8e1dc0dcc45

packaging/speex.spec

index b9be9a6..d9cbf33 100644 (file)
@@ -1,8 +1,8 @@
 Name:           speex
 %define package_version 1.2rc1
 Version:        1.1.999_%{package_version}
-Release:        9
-License:        BSD-2.0
+Release:        10
+License:        BSD-3-Clause
 Summary:        An Open Source, Patent Free Speech Codec
 Url:            http://www.speex.org/
 Group:          Multimedia/Audio
@@ -20,7 +20,7 @@ narrowband and wideband quality. This project aims to be complementary
 to the Vorbis codec.
 
 %package -n libspeex
-License:        BSD-2.0
+License:        BSD-3-Clause
 Summary:        An Open Source, Patent Free Speech Codec Library
 Group:          Multimedia/Audio
 
@@ -31,7 +31,7 @@ narrowband and wideband quality. This project aims to be complementary
 to the Vorbis codec.
 
 %package -n libspeexdsp
-License:        BSD-2.0
+License:        BSD-3-Clause
 Summary:        An Open Source, Patent Free Speech Codec Library
 Group:          Multimedia/Audio
 
@@ -42,7 +42,7 @@ narrowband and wideband quality. This project aims to be complementary
 to the Vorbis codec.
 
 %package devel
-License:        BSD-2.0
+License:        BSD-3-Clause
 Summary:        Development package for SpeeX
 Group:          Development/Libraries
 Requires:       glibc-devel
@@ -87,11 +87,13 @@ rm -rf %{buildroot}%{_datadir}/doc/speex*
 
 %files -n libspeex
 %manifest %{name}.manifest
+%license COPYING
 %defattr(-,root,root)
 %{_libdir}/libspeex.so.*
 
 %files -n libspeexdsp
 %manifest %{name}.manifest
+%license COPYING
 %defattr(-,root,root)
 %{_libdir}/libspeexdsp.so.*