Update license notation on spec 29/205429/2 accepted/tizen/unified/20190508.111159 submit/tizen/20190508.035414
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 3 May 2019 08:01:06 +0000 (17:01 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 7 May 2019 03:57:17 +0000 (12:57 +0900)
install manifest / license file properly

Change-Id: I6fef2cef9418fb84a26751ed0212102a91d4a9ad

packaging/tinycompress.manifest [new file with mode: 0644]
packaging/tinycompress.spec

diff --git a/packaging/tinycompress.manifest b/packaging/tinycompress.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index f1bcbd26ab62af55faaffeff0de347cb8bc8f0de..a483cca83501efac0701b715d444f393764feb81 100644 (file)
@@ -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