From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:48:53 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215438^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.2014.q3_common;p=platform%2Fupstream%2Fmpc.git resetting manifest requested domain to floor --- 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 @@ + + + + + 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