diff --git sphinxbase/sphinxbase.spec sphinxbase/sphinxbase.spec.tmp index 336e522d00..6ab05a670c 100644 --- sphinxbase/sphinxbase.spec +++ sphinxbase/sphinxbase.spec.tmp @@ -1,6 +1,6 @@ Name: sphinxbase Version: 0.8 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Common library for CMU Sphinx voice recognition products License: BSD @@ -49,11 +49,15 @@ Summary: Libraries for sphinxbase %description libs The libraries for sphinxbase. -%package python +%package -n python2-sphinxbase +%{?python_provide:%python_provide python2-sphinxbase} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python 2 interface to sphinxbase Requires: %{name}-libs%{?_isa} = %{version}-%{release} -%description python +%description -n python2-sphinxbase Python 2 interface to sphinxbase. %prep @@ -154,10 +158,14 @@ chmod 0755 %{buildroot}%{python2_sitearch}/%{name}.so %{_libdir}/libsphinxad.so.* %{_libdir}/libsphinxbase.so.* -%files python +%files -n python2-sphinxbase %{python2_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8-16 +- Python 2 binary package renamed to python2-sphinxbase + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.8-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild