Build the main package against mpfr4.
This commit is contained in:
parent
d469b80cdf
commit
ffb47145e5
@ -5,7 +5,7 @@
|
|||||||
Summary: C library for multiple precision complex arithmetic
|
Summary: C library for multiple precision complex arithmetic
|
||||||
Name: libmpc
|
Name: libmpc
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: http://www.multiprecision.org/mpc/
|
URL: http://www.multiprecision.org/mpc/
|
||||||
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz
|
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz
|
||||||
@ -93,9 +93,6 @@ sed -e 's/libmpc_la/libmpc_mpfr3_la/g' \
|
|||||||
-i {src,tests}/Makefile.in
|
-i {src,tests}/Makefile.in
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# For the bootstrap build, link both packages with mpfr3
|
|
||||||
sed -i 's/-lmpfr/&3/g;s/mpfr\.h/mpfr3.h/g' configure src/mpc{,-impl}.h
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
||||||
@ -187,6 +184,9 @@ cd -
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 9 2019 Jerry James <loganjerry@gmail.com> - 1.1.0-6
|
||||||
|
- Build the main package against mpfr4
|
||||||
|
|
||||||
* Tue Oct 8 2019 Jerry James <loganjerry@gmail.com> - 1.1.0-5
|
* Tue Oct 8 2019 Jerry James <loganjerry@gmail.com> - 1.1.0-5
|
||||||
- Make mpfr3 and mpfr3-devel subpackages
|
- Make mpfr3 and mpfr3-devel subpackages
|
||||||
- Drop the compat-libmpc package; nothing in Fedora needs it
|
- Drop the compat-libmpc package; nothing in Fedora needs it
|
||||||
|
Loading…
Reference in New Issue
Block a user