This commit is contained in:
parent
cea072ada4
commit
019764360d
@ -1,3 +1,3 @@
|
|||||||
libmpc0
|
libmpc1
|
||||||
libmpc-devel
|
libmpc-devel
|
||||||
requires "libmpc0-<targettype> = <version>"
|
requires "libmpc1-<targettype> = <version>"
|
||||||
|
@ -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
|
Mon Jun 8 15:23:17 CEST 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
14
mpc.spec
14
mpc.spec
@ -25,7 +25,7 @@ License: LGPL v2.1 or later
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: MPC multiple-precision complex shared library
|
Summary: MPC multiple-precision complex shared library
|
||||||
Url: http://www.multiprecision.org/mpc/
|
Url: http://www.multiprecision.org/mpc/
|
||||||
Source: mpc-%{version}.tar.bz2
|
Source: mpc-%{version}.tar.bz2
|
||||||
@ -70,7 +70,7 @@ MPC multiple-precision complex library development files.
|
|||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -101,16 +101,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS NEWS COPYING.LIB
|
%doc AUTHORS NEWS COPYING.LIB
|
||||||
%doc %{_infodir}/mpc.info.gz
|
%doc %{_infodir}/mpc.info.gz
|
||||||
|
%{_libdir}/libmpc.a
|
||||||
%{_libdir}/libmpc.so
|
%{_libdir}/libmpc.so
|
||||||
/usr/include/mpc.h
|
/usr/include/mpc.h
|
||||||
|
|
||||||
%changelog
|
%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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user