From 019764360dbfd3473e0dc48673b47e879956cb3b8ab192fda688649a854e0918 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 13 Jul 2009 19:53:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=3 --- baselibs.conf | 4 ++-- mpc.changes | 6 ++++++ mpc.spec | 14 +++----------- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 90e7e44..ad4370a 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ -libmpc0 +libmpc1 libmpc-devel - requires "libmpc0- = " + requires "libmpc1- = " diff --git a/mpc.changes b/mpc.changes index b7fc9a1..3983c0b 100644 --- a/mpc.changes +++ b/mpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 13 11:27:10 CEST 2009 - rguenther@suse.de + +- Re-add static library. +- Adjust baselibs.conf for new SO version. + ------------------------------------------------------------------- Mon Jun 8 15:23:17 CEST 2009 - crrodriguez@suse.de diff --git a/mpc.spec b/mpc.spec index f992a74..fa8cd7a 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: 3 +Release: 4 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 --disable-static --with-pic +%configure make %{?jobs:-j%jobs} %check @@ -101,16 +101,8 @@ 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. -* Wed Apr 01 2009 rguenther@suse.de -- Update to MPC version 0.6. -* Sun Mar 15 2009 rguenther@suse.de -- Initial packaging of MPC version 0.5.2.