From: Lukasz Pawelczyk Date: Mon, 4 Sep 2017 11:53:10 +0000 (+0200) Subject: Add manifest with _ label X-Git-Tag: submit/tizen_4.0/20170926.103841~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F147484%2F1;p=platform%2Fcore%2Fsecurity%2Fklay.git Add manifest with _ label Change-Id: I03d781f8625727135c6b3f08fca8515fdbcc3da8 --- diff --git a/packaging/klay.manifest b/packaging/klay.manifest new file mode 100644 index 0000000..a76fdba --- /dev/null +++ b/packaging/klay.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/klay.spec b/packaging/klay.spec index fb8f85a..5aa569a 100755 --- a/packaging/klay.spec +++ b/packaging/klay.spec @@ -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