Make Requires: libquadmath-devel conditional
This commit is contained in:
parent
263025eccd
commit
c2efae682b
@ -38,7 +38,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.60.0
|
Version: 1.60.0
|
||||||
%global version_enc 1_60_0
|
%global version_enc 1_60_0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
|
|
||||||
%global toplev_dirname %{name}_%{version_enc}
|
%global toplev_dirname %{name}_%{version_enc}
|
||||||
@ -424,7 +424,9 @@ Group: Development/Libraries
|
|||||||
Requires: boost%{?_isa} = %{version}-%{release}
|
Requires: boost%{?_isa} = %{version}-%{release}
|
||||||
Provides: boost-python-devel
|
Provides: boost-python-devel
|
||||||
Requires: libicu-devel%{?_isa}
|
Requires: libicu-devel%{?_isa}
|
||||||
|
%if %{with quadmath}
|
||||||
Requires: libquadmath-devel%{?_isa}
|
Requires: libquadmath-devel%{?_isa}
|
||||||
|
%endif
|
||||||
|
|
||||||
# Odeint was shipped in Fedora 18, but later became part of Boost.
|
# Odeint was shipped in Fedora 18, but later became part of Boost.
|
||||||
# Note we also obsolete odeint-doc down there.
|
# Note we also obsolete odeint-doc down there.
|
||||||
@ -1309,6 +1311,9 @@ fi
|
|||||||
%{_mandir}/man1/bjam.1*
|
%{_mandir}/man1/bjam.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 14 2016 Jonathan Wakely <jwakely@redhat.com> 1.60.0-2
|
||||||
|
- Make Requires: libquadmath-devel conditional
|
||||||
|
|
||||||
* Wed Jan 13 2016 Jonathan Wakely <jwakely@redhat.com> 1.60.0-1
|
* Wed Jan 13 2016 Jonathan Wakely <jwakely@redhat.com> 1.60.0-1
|
||||||
- Rebase to 1.60.0
|
- Rebase to 1.60.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user