From 06e7bd566fbab49954fce7a3b41a113221b65e45 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:54:41 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- 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 0dde083..f2b76a5 100644 --- a/packaging/mpfr.spec +++ b/packaging/mpfr.spec @@ -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 -- 2.7.4