diff --git liblinear/liblinear.spec liblinear/liblinear.spec.tmp index cf819e7ec6..8f5a2cba24 100644 --- liblinear/liblinear.spec +++ liblinear/liblinear.spec.tmp @@ -9,7 +9,7 @@ Name: liblinear Version: 1.94 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Library for Large Linear Classification %{?el5:Group: System Environment/Libraries} @@ -98,21 +98,22 @@ applications that use %{name}. %doc COPYRIGHT README* {predict,train}.c *.html *.pdf -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python bindings for %{name} %{?el5:Group: System Environment/Libraries} BuildRequires: python2-devel Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} This package contains bindings for developing Python applications that use %{name}. For further information read "README.python" included in the %{name}-doc package. -%files -n python-%{name} +%files -n python2-%{name} %{python2_sitearch}/* @@ -210,6 +211,10 @@ install -pm 0644 python/*.py %{buildroot}%{python3_sitearch} %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.94-14 +- Python 2 binary package renamed to python2-liblinear + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.94-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild