summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:48:53 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 20:48:53 +0300
commit09df21db11c471382a1832c73fcecbd54ca068fa (patch)
tree10749eb7e13c0dc0c87314715a741a29f0c6b68a
parentf7d893e15b37c4670d4df7d8338a212d66211e50 (diff)
downloadmpc-09df21db11c471382a1832c73fcecbd54ca068fa.tar.gz
mpc-09df21db11c471382a1832c73fcecbd54ca068fa.tar.bz2
mpc-09df21db11c471382a1832c73fcecbd54ca068fa.zip
-rw-r--r--packaging/mpc.manifest5
-rw-r--r--packaging/mpc.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/mpc.manifest b/packaging/mpc.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/mpc.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/mpc.spec b/packaging/mpc.spec
index 7c20e96..17a56b9 100644
--- a/packaging/mpc.spec
+++ b/packaging/mpc.spec
@@ -8,6 +8,7 @@ Url: http://www.multiprecision.org/mpc/
Group: Development/Libraries/C and C++
Source: mpc-%{version}.tar.bz2
Source2: baselibs.conf
+Source1001: mpc.manifest
BuildRequires: gmp-devel
BuildRequires: mpfr-devel
@@ -36,6 +37,7 @@ MPC multiple-precision complex library development files.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -53,10 +55,12 @@ make check %{?_smp_mflags}
%files -n libmpc
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libmpc.so.3*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc AUTHORS NEWS COPYING.LESSER
%doc %{_infodir}/mpc.info.gz