Add default Smack manifest for mpfr.spec 1.0_post 2.0alpha master 2.0_alpha
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:20 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:20 +0000 (17:50 -0700)
Change-Id: Ic39a4a194012145582d9ef7118a51e6c91800377
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/mpfr.manifest [new file with mode: 0644]
packaging/mpfr.spec

diff --git a/packaging/mpfr.manifest b/packaging/mpfr.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index c18f894..52ec8ce 100644 (file)
@@ -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}