This commit is contained in:
parent
b69e66862b
commit
cea072ada4
@ -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
|
Tue May 19 17:49:15 CEST 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
7
mpc.spec
7
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: 2
|
Release: 3
|
||||||
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
|
%configure --disable-static --with-pic
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -101,11 +101,12 @@ 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
|
* Tue May 19 2009 rguenther@suse.de
|
||||||
- Add patch to fix testsuite failures with -D_FORTIFY_SOURCE=2.
|
- Add patch to fix testsuite failures with -D_FORTIFY_SOURCE=2.
|
||||||
- Fix shlib package name.
|
- Fix shlib package name.
|
||||||
|
Loading…
Reference in New Issue
Block a user