diff --git pocketsphinx/pocketsphinx.spec pocketsphinx/pocketsphinx.spec.tmp index a257748c4b..9b977e693d 100644 --- pocketsphinx/pocketsphinx.spec +++ pocketsphinx/pocketsphinx.spec.tmp @@ -1,6 +1,6 @@ Name: pocketsphinx Version: 0.8 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Real-time speech recognition License: BSD @@ -62,12 +62,16 @@ Requires: gstreamer-plugins-base%{?_isa} %description plugin A gstreamer plugin for pocketsphinx. -%package python +%package -n python2-pocketsphinx +%{?python_provide:%python_provide python2-pocketsphinx} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python interface to pocketsphinx Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: sphinxbase-python%{?_isa} -%description python +%description -n python2-pocketsphinx Python interface to pocketsphinx. %prep @@ -138,10 +142,14 @@ rm -f doc/html/installdox %files plugin %{_libdir}/gstreamer-0.10/* -%files python +%files -n python2-pocketsphinx %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8-17 +- Python 2 binary package renamed to python2-pocketsphinx + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.8-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild