Add manifest with _ label 84/147484/1
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 4 Sep 2017 11:53:10 +0000 (13:53 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 4 Sep 2017 11:55:45 +0000 (13:55 +0200)
Change-Id: I03d781f8625727135c6b3f08fca8515fdbcc3da8

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

diff --git a/packaging/klay.manifest b/packaging/klay.manifest
new file mode 100644 (file)
index 0000000..a76fdba
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_" />
+       </request>
+</manifest>
index fb8f85aeed3c6bd8f93ae627cc69e9c924d7748d..5aa569ade8bb867d9ee6aa04b6126a2229a06cf0 100755 (executable)
@@ -3,6 +3,7 @@ Version: 0.0.1
 Release: 0
 License: Apache-2.0
 Source0: file://%{name}-%{version}.tar.gz
+Source1: %name.manifest
 Summary: Tizen Klay library
 Group:   Development/Libraries
 BuildRequires: gcc
@@ -21,12 +22,14 @@ The klay package provides a library which can be used for many servers
 and clients.
 
 %files
+%manifest %name.manifest
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libklay.so.%{version}
 %{_libdir}/libklay.so.0
 
 %prep
 %setup -q
+cp %SOURCE1 .
 
 %build
 %{!?build_type:%define build_type "RELEASE"}
@@ -63,6 +66,7 @@ The klay-devel package provides libraries and header files necessary for
 developing with the Klay library.
 
 %files devel
+%manifest %name.manifest
 %defattr(644,root,root,755)
 %{_libdir}/libklay.so
 %{_libdir}/pkgconfig/*.pc
@@ -78,6 +82,7 @@ Requires: %{name} = %{version}-%{release}
 Testcases for klay library.
 
 %files test
+%manifest %name.manifest
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/klay-test
 %attr(755,root,root) %{TZ_SYS_DATA}/klay-test/test-proc.sh