From 2be04d32205c5daf36173726a2fa39820333423d Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:20 -0700 Subject: [PATCH] Add default Smack manifest for mpfr.spec Change-Id: Ic39a4a194012145582d9ef7118a51e6c91800377 Signed-off-by: Ryan Ware --- packaging/mpfr.manifest | 5 +++++ packaging/mpfr.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/mpfr.manifest diff --git a/packaging/mpfr.manifest b/packaging/mpfr.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/mpfr.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/mpfr.spec b/packaging/mpfr.spec index c18f894..52ec8ce 100644 --- a/packaging/mpfr.spec +++ b/packaging/mpfr.spec @@ -14,6 +14,7 @@ Group: System/Libraries License: LGPLv3+ and GPLv3+ URL: http://www.mpfr.org/ Source0: ftp://ftp.gnu.org/gnu/mpfr/%{name}-%{version}.tar.xz +Source1001: packaging/mpfr.manifest Patch0: mpfr-3.0.0-debian.patch Requires: gmp >= 4.2.3 Requires(post): /sbin/ldconfig @@ -57,6 +58,7 @@ install the mpfr package. # << setup %build +cp %{SOURCE1001} . # >> build pre # << build pre @@ -87,6 +89,7 @@ rm -rf %{buildroot} %files +%manifest mpfr.manifest %defattr(-,root,root,-) # >> files %doc COPYING COPYING.LESSER NEWS README @@ -95,6 +98,7 @@ rm -rf %{buildroot} %files devel +%manifest mpfr.manifest %defattr(-,root,root,-) # >> files devel %doc %{_docdir}/%{name} -- 2.7.4