From 428ebfbf8d8dd89f1ece5033d43fd931691c48c2 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:49:29 -0700 Subject: [PATCH] Add default Smack manifest for unzip.spec Change-Id: Ida506427e5ba2f3deb3762372fe76cdc79e8d47e Signed-off-by: Ryan Ware --- packaging/unzip.manifest | 5 +++++ packaging/unzip.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/unzip.manifest diff --git a/packaging/unzip.manifest b/packaging/unzip.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/unzip.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/unzip.spec b/packaging/unzip.spec index a02ced0..be42e47 100644 --- a/packaging/unzip.spec +++ b/packaging/unzip.spec @@ -6,6 +6,7 @@ Release: 9 License: BSD Group: Applications/Archiving Source: ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tar.gz +Source1001: packaging/unzip.manifest # Not sent to upstream. Patch1: unzip-6.0-bzip2-configure.patch # Upstream plans to do this in zip (hopefully also in unzip). @@ -42,6 +43,7 @@ a zip archive. ln -s unix/Makefile Makefile %build +cp %{SOURCE1001} . make CFLAGS="-D_LARGEFILE64_SOURCE" linux_noasm LF2="" %{?_smp_mflags} %install @@ -53,6 +55,7 @@ make prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 INS rm -rf $RPM_BUILD_ROOT %files +%manifest unzip.manifest %defattr(-,root,root) %doc README BUGS LICENSE %{_bindir}/* -- 2.7.4