SHA256
3
0
forked from pool/mpc
OBS User unknown 2009-07-13 19:53:15 +00:00 committed by Git OBS Bridge
parent cea072ada4
commit 019764360d
3 changed files with 11 additions and 13 deletions

View File

@ -1,3 +1,3 @@
libmpc0
libmpc1
libmpc-devel
requires "libmpc0-<targettype> = <version>"
requires "libmpc1-<targettype> = <version>"

View File

@ -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

View File

@ -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.