From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:57:44 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/generic/20140319.144125~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88ee381686b2a133b3c681e784c52317f8a004db;p=platform%2Fupstream%2Fsmack.git resetting manifest requested domain to floor Change-Id: I36d7e2ca95176e600a59d9cffafc15bb039f8354 --- diff --git a/packaging/smack.manifest b/packaging/smack.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/smack.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/smack.spec b/packaging/smack.spec index bf5aaa1..628445a 100644 --- a/packaging/smack.spec +++ b/packaging/smack.spec @@ -6,6 +6,7 @@ Group: Security/Access Control License: LGPL-2.1 URL: https://github.com/smack-team/smack Source0: %{name}-%{version}.tar.gz +Source1001: smack.manifest BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool @@ -30,6 +31,7 @@ Library allows applications to work with Smack. %prep %setup -q +cp %{SOURCE1001} . %build autoreconf --install --symlink @@ -53,17 +55,20 @@ install -d %{buildroot}/smack %docs_package %files -n libsmack +%manifest %{name}.manifest %defattr(644,root,root,755) %license COPYING %{_libdir}/libsmack.so.* %files devel +%manifest %{name}.manifest %defattr(644,root,root,755) %{_includedir}/sys/smack.h %{_libdir}/libsmack.so %{_libdir}/pkgconfig/libsmack.pc %files +%manifest %{name}.manifest %defattr(644,root,root,755) %{_sysconfdir}/smack %{_sysconfdir}/smack/accesses.d