From cea072ada4b4b0c95827eb1dbc81c83198a8e22fa13c1d0b6d96eaa664356f13 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Jun 2009 14:16:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=2 --- mpc.changes | 5 +++++ mpc.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/mpc.changes b/mpc.changes index 645ff50..b7fc9a1 100644 --- a/mpc.changes +++ b/mpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 8 15:23:17 CEST 2009 - crrodriguez@suse.de + +- remove static libraries + ------------------------------------------------------------------- Tue May 19 17:49:15 CEST 2009 - rguenther@suse.de diff --git a/mpc.spec b/mpc.spec index e12d5aa..f992a74 100644 --- a/mpc.spec +++ b/mpc.spec @@ -25,7 +25,7 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ AutoReqProv: on Version: 0.6 -Release: 2 +Release: 3 Summary: MPC multiple-precision complex shared library Url: http://www.multiprecision.org/mpc/ Source: mpc-%{version}.tar.bz2 @@ -70,7 +70,7 @@ MPC multiple-precision complex library development files. %patch %build -%configure +%configure --disable-static --with-pic make %{?jobs:-j%jobs} %check @@ -101,11 +101,12 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc AUTHORS NEWS COPYING.LIB %doc %{_infodir}/mpc.info.gz -%{_libdir}/libmpc.a %{_libdir}/libmpc.so /usr/include/mpc.h %changelog +* Mon Jun 08 2009 crrodriguez@suse.de +- remove static libraries * Tue May 19 2009 rguenther@suse.de - Add patch to fix testsuite failures with -D_FORTIFY_SOURCE=2. - Fix shlib package name.