diff --git a/sphinxbase.spec b/sphinxbase.spec index 080d0a7..02d6edc 100644 --- a/sphinxbase.spec +++ b/sphinxbase.spec @@ -1,6 +1,6 @@ Name: sphinxbase Version: 0.8 -Release: 16%{?dist} +Release: 17%{?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 @@ -153,10 +157,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 19 2017 Zbigniew Jędrzejewski-Szmek - 0.8-17 +- Python 2 binary package renamed to python2-sphinxbase + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 16 2017 Jerry James - 0.8-16 - Link with openblas instead of atlas