SHA256
3
0
forked from pool/mpc
OBS User unknown 2009-06-08 14:16:08 +00:00 committed by Git OBS Bridge
parent b69e66862b
commit cea072ada4
2 changed files with 9 additions and 3 deletions

View File

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

View File

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