Accepting request 367179 from home:AndreasStieger:branches:devel:libraries:c_c++
mpfr 3.1.4 OBS-URL: https://build.opensuse.org/request/show/367179 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=34
This commit is contained in:
parent
035087ef6c
commit
c3847d56ec
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f63bb459157cacd223caac545cb816bcdb5a0de28b809e7748b82e9eb89b0afd
|
||||
size 1281323
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlWEdB8ACgkQmAwZdpjDc51XaQCeM/w5Ur0Jn4hOV1hLzWiXcexj
|
||||
6gkAnA0mcUx3YgHYxfGxu3Qy3nS48nMc
|
||||
=hLhj
|
||||
-----END PGP SIGNATURE-----
|
3
mpfr-3.1.4.tar.bz2
Normal file
3
mpfr-3.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3103a80cdad2407ed581f3618c4bed04e0c92d1cf771a65ead662cc397f7775
|
||||
size 1279284
|
7
mpfr-3.1.4.tar.bz2.asc
Normal file
7
mpfr-3.1.4.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlbcFdoACgkQmAwZdpjDc51mGwCgrthQHCdvPLdgKjX4uvB3+3OM
|
||||
J08AnA+pbIUp5gyu+LV9uWGxHnLHaCAH
|
||||
=IVtg
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 6 19:43:32 UTC 2016 - astieger@suse.com
|
||||
|
||||
- mpfr 3.1.4, incorporating the cumulative patch, plus a number of
|
||||
upstream fixes
|
||||
- removing mpfr-3.1.3-patch1to12.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 09:39:33 UTC 2016 - rguenther@suse.com
|
||||
|
||||
|
10
mpfr.spec
10
mpfr.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mpfr
|
||||
Version: 3.1.3
|
||||
Version: 3.1.4
|
||||
Release: 0
|
||||
Summary: The GNU multiple-precision floating-point library
|
||||
License: LGPL-3.0+
|
||||
@ -27,7 +27,6 @@ Source0: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2
|
||||
Source1: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
Patch: mpfr-3.1.3-patch1to12.patch
|
||||
BuildRequires: gmp-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -67,7 +66,6 @@ based on the GMP multiple-precision library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -84,16 +82,14 @@ make %{?_smp_mflags}
|
||||
make check %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libmpfr4 -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%postun -n libmpfr4 -p /sbin/ldconfig
|
||||
|
||||
%postun devel
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
@ -104,7 +100,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/mpfr
|
||||
%doc %{_infodir}/mpfr.info.gz
|
||||
%{_infodir}/mpfr.info.gz
|
||||
%{_libdir}/libmpfr.a
|
||||
%{_libdir}/libmpfr.so
|
||||
%{_includedir}/mpf2mpfr.h
|
||||
|
Loading…
Reference in New Issue
Block a user