Rename python2-boost to boost-python2
This commit is contained in:
parent
b9e2eb12e9
commit
cc95da10da
18
boost.spec
18
boost.spec
@ -35,7 +35,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.64.0
|
Version: 1.64.0
|
||||||
%global version_enc 1_64_0
|
%global version_enc 1_64_0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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}
|
||||||
@ -336,16 +336,15 @@ Run-time support of boost program options library, which allows program
|
|||||||
developers to obtain (name, value) pairs from the user, via
|
developers to obtain (name, value) pairs from the user, via
|
||||||
conventional methods such as command-line and configuration file.
|
conventional methods such as command-line and configuration file.
|
||||||
|
|
||||||
%package -n python2-boost
|
%package python2
|
||||||
%{?python_provide:%python_provide python2-boost}
|
|
||||||
# Remove before F30
|
# Remove before F30
|
||||||
Provides: %{name}-python = %{version}-%{release}
|
|
||||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python < %{version}-%{release}
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
|
Obsoletes: python2-%{name} < %{version}-%{release}
|
||||||
Summary: Run-time component of boost python library
|
Summary: Run-time component of boost python library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
%description -n python2-boost
|
%description python2
|
||||||
|
|
||||||
The Boost Python Library is a framework for interfacing Python and
|
The Boost Python Library is a framework for interfacing Python and
|
||||||
C++. It allows you to quickly and seamlessly expose C++ classes,
|
C++. It allows you to quickly and seamlessly expose C++ classes,
|
||||||
@ -1195,9 +1194,9 @@ rm -f tmp-doc-directories
|
|||||||
|
|
||||||
%postun program-options -p /sbin/ldconfig
|
%postun program-options -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n python2-boost -p /sbin/ldconfig
|
%post python2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n python2-boost -p /sbin/ldconfig
|
%postun python2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%post python3 -p /sbin/ldconfig
|
%post python3 -p /sbin/ldconfig
|
||||||
@ -1357,7 +1356,7 @@ fi
|
|||||||
%license LICENSE_1_0.txt
|
%license LICENSE_1_0.txt
|
||||||
%{_libdir}/libboost_program_options.so.%{sonamever}
|
%{_libdir}/libboost_program_options.so.%{sonamever}
|
||||||
|
|
||||||
%files -n python2-boost
|
%files python2
|
||||||
%license LICENSE_1_0.txt
|
%license LICENSE_1_0.txt
|
||||||
%{_libdir}/libboost_python.so.%{sonamever}
|
%{_libdir}/libboost_python.so.%{sonamever}
|
||||||
|
|
||||||
@ -1556,6 +1555,9 @@ fi
|
|||||||
%{_mandir}/man1/bjam.1*
|
%{_mandir}/man1/bjam.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 13 2017 Jonathan Wakely <jwakely@redhat.com> - 1.64.0-3
|
||||||
|
- Rename python2-boost to boost-python2
|
||||||
|
|
||||||
* Tue Sep 12 2017 Jonathan Wakely <jwakely@redhat.com> - 1.64.0-2
|
* Tue Sep 12 2017 Jonathan Wakely <jwakely@redhat.com> - 1.64.0-2
|
||||||
- Patch to fix #1485641
|
- Patch to fix #1485641
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user