diff --git openfst/openfst.spec openfst/openfst.spec.tmp index 4006ecf7a5..fae2a09995 100644 --- openfst/openfst.spec +++ openfst/openfst.spec.tmp @@ -1,6 +1,6 @@ Name: openfst Version: 1.6.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Weighted finite-state transducer library License: ASL 2.0 @@ -56,11 +56,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package contains command-line tools that give access to OpenFst functionality. -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python 2 interface to %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} This package contains a python 2 interface to OpenFst. %prep @@ -139,10 +140,14 @@ cd .. %{_mandir}/man1/* %{_datadir}/bash-completion/completions/* -%files -n python-%{name} +%files -n python2-%{name} %{python2_sitearch}/pywrapfst.so %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.6.2-4 +- Python 2 binary package renamed to python2-openfst + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild