From: WaLyong Cho Date: Wed, 19 Oct 2016 01:37:56 +0000 (+0900) Subject: smack: add default smack manifest X-Git-Tag: submit/tizen/20180322.062032~2^2~4^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91cc831b8d083854327812ed1dbcac18d87aaa21;p=platform%2Fcore%2Fsystem%2Flibsystem.git smack: add default smack manifest Change-Id: I0fb4c94454d21e0271f528e1ae48ad9ed94f8bfa Signed-off-by: WaLyong Cho --- diff --git a/packaging/libsystem.manifest b/packaging/libsystem.manifest new file mode 100644 index 0000000..2a0cec5 --- /dev/null +++ b/packaging/libsystem.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libsystem.spec b/packaging/libsystem.spec index a19c75a..4dc823d 100644 --- a/packaging/libsystem.spec +++ b/packaging/libsystem.spec @@ -5,6 +5,7 @@ Release: 0 License: Apache-2.0 Group: System/Libraries Source: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest BuildRequires: autoconf BuildRequires: automake @@ -50,6 +51,8 @@ Development header files for systemd util. %setup -q %build +cp %{SOURCE1001} . + %if 0%{?debug_enable} export CFLAGS=$(echo $CFLAGS | sed -e 's/^-g / /g' | sed -e 's/ -g / /g') export CFLAGS=$(echo $CFLAGS | sed -e 's/^-O[0-9] / /g' | sed -e 's/ $-O[0-9] / /g') @@ -84,6 +87,7 @@ rm -f %{buildroot}%{_libdir}/*.la %files %defattr(-,root,root,-) %{_libdir}/libsystem.so.* +%manifest %{name}.manifest %files devel %defattr(-,root,root,-) @@ -97,6 +101,7 @@ rm -f %{buildroot}%{_libdir}/*.la %files -n libsystem-sd %defattr(-,root,root,-) %{_libdir}/libsystem-sd.so.* +%manifest %{name}.manifest %files -n libsystem-sd-devel %defattr(-,root,root,-)