From 7a158267305c9b8cd52843cce65242e106f5dee4 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:49:45 -0700 Subject: [PATCH] Add default Smack manifest for xz.spec Change-Id: Ib4d5b60f1dc71248311c90f18e79ff69cdada109 Signed-off-by: Ryan Ware --- packaging/xz.manifest | 5 +++++ packaging/xz.spec | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 packaging/xz.manifest diff --git a/packaging/xz.manifest b/packaging/xz.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xz.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xz.spec b/packaging/xz.spec index d265adc..7812920 100644 --- a/packaging/xz.spec +++ b/packaging/xz.spec @@ -6,6 +6,7 @@ License: LGPLv2+ Group: Applications/File # source created as "make dist" in checked out GIT tree Source0: http://tukaani.org/%{name}/xz-%{version}.tar.bz2 +Source1001: packaging/xz.manifest URL: http://tukaani.org/%{name}/ Requires: %{name}-libs = %{version}-%{release} @@ -53,6 +54,7 @@ commands that deal with the older LZMA format. %setup -q %build +cp %{SOURCE1001} . CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \ CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \ %configure --disable-static \ @@ -82,16 +84,19 @@ rm -rf %{buildroot} %docs_package %files +%manifest xz.manifest %defattr(-,root,root,-) %doc COPYING.* %{_bindir}/*xz* %files libs +%manifest xz.manifest %defattr(-,root,root,-) %doc COPYING.* %{_libdir}/lib*.so.* %files devel +%manifest xz.manifest %defattr(-,root,root,-) %doc AUTHORS README THANKS COPYING.* ChangeLog %dir %{_includedir}/lzma @@ -101,6 +106,7 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/liblzma.pc %files lzma-compat +%manifest xz.manifest %defattr(-,root,root,-) %{_bindir}/*lz* -- 2.7.4