Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libmpc.git#e95f26d994b3e4569da19ec2ef9405ee7ede3918
This commit is contained in:
parent
b33a690d25
commit
cfb66786d4
10
libmpc.spec
10
libmpc.spec
@ -5,7 +5,7 @@
|
||||
Summary: C library for multiple precision complex arithmetic
|
||||
Name: libmpc
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv3+
|
||||
URL: http://www.multiprecision.org/mpc/
|
||||
Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz
|
||||
@ -16,6 +16,7 @@ Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{bootstrap_version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gmp-devel >= 5.0.0
|
||||
BuildRequires: mpfr-devel >= 4.1.0
|
||||
BuildRequires: make
|
||||
|
||||
# This can be removed when F32 reaches EOL
|
||||
Obsoletes: libmpc-mpfr3 < 1.1.0-7
|
||||
@ -100,8 +101,8 @@ rm -fv %{buildroot}%{_infodir}/*
|
||||
%endif
|
||||
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
rm -f %{buildroot}/%{_infodir}/dir
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
@ -126,6 +127,9 @@ make check
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Nov 13 2020 Jerry James <loganjerry@gmail.com> - 1.2.1-1
|
||||
- Upgrade to libmpc version 1.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user