From: Seungbae Shin Date: Fri, 3 May 2019 08:01:06 +0000 (+0900) Subject: Update license notation on spec X-Git-Tag: submit/tizen/20190508.035414^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e584e99dfe3ea5e37253fbdcfbbe79954d68fb9;p=platform%2Fcore%2Fmultimedia%2Ftinycompress.git Update license notation on spec install manifest / license file properly Change-Id: I6fef2cef9418fb84a26751ed0212102a91d4a9ad --- diff --git a/packaging/tinycompress.manifest b/packaging/tinycompress.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/tinycompress.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/tinycompress.spec b/packaging/tinycompress.spec index f1bcbd2..a483cca 100644 --- a/packaging/tinycompress.spec +++ b/packaging/tinycompress.spec @@ -3,8 +3,9 @@ Summary: userspace library for alsa compressed API Version: 1.1.8 Release: 0 Group: System/Libraries -License: LGPL & BSD +License: LGPL-2.1 or BSD-3-Clause Source0: tinycompress-%{version}.tar.gz +Source1001: %{name}.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(alsa) @@ -22,7 +23,7 @@ tinycompress headers and libraries for development. %prep %setup -q -n %{name}-%{version} - +cp %{SOURCE1001} . %build chmod +x autogen.sh @@ -40,12 +41,15 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{_bindir}/cplay %{_bindir}/crecord %{_libdir}/libtinycompress.so.* +%license COPYING %files devel +%manifest %{name}.manifest %{_libdir}/libtinycompress.so %{_libdir}/pkgconfig/*.pc %{_includedir}/tinycompress/tinycompress.h