resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:54:41 +0000 (20:54 +0300)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 5 Nov 2014 13:46:29 +0000 (14:46 +0100)
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 0dde083..f2b76a5 100644 (file)
@@ -8,6 +8,7 @@ Url:            http://www.mpfr.org/
 Group:          Development/Libraries/C and C++
 Source:         mpfr-%{version}.tar.bz2
 Source2:        baselibs.conf
+Source1001:    mpfr.manifest
 BuildRequires:  gmp-devel
 
 %description
@@ -45,6 +46,7 @@ based on the GMP multiple-precision library.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure \
@@ -66,11 +68,13 @@ make check %{?_smp_mflags}
 
 
 %files -n libmpfr
+%manifest %{name}.manifest
 %license COPYING.LESSER COPYING
 %defattr(-,root,root)
 %{_libdir}/libmpfr.so.4*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libmpfr.a
 %{_libdir}/libmpfr.so