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
|
||||
Name: libmpc
|
||||
Version: 1.1.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: http://www.multiprecision.org/mpc/
|
||||
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
|
||||
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
|
||||
%configure --disable-static
|
||||
|
||||
@ -187,6 +184,9 @@ cd -
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Make mpfr3 and mpfr3-devel subpackages
|
||||
- Drop the compat-libmpc package; nothing in Fedora needs it
|
||||
|
Loading…
Reference in New Issue
Block a user