diff --git lash/lash.spec lash/lash.spec.tmp index f85b4f373c..82ed1f2481 100644 --- lash/lash.spec +++ lash/lash.spec.tmp @@ -3,7 +3,7 @@ Summary: LASH Audio Session Handler Name: lash Version: 0.5.4 -Release: 30%{?dist} +Release: 31%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.nongnu.org/lash/ @@ -49,12 +49,13 @@ Requires: libuuid-devel %description devel Development files for the LASH library. -%package -n python-lash +%package -n python2-lash +%{?python_provide:%python_provide python2-lash} Summary: Python wrapper for LASH Group: System Environment/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-lash +%description -n python2-lash Contains Python language bindings for developing Python applications that use LASH. @@ -163,11 +164,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_includedir}/lash-1.0 %{_libdir}/pkgconfig/lash* -%files -n python-lash +%files -n python2-lash %{python_sitearch}/_lash.so %{python_sitearch}/lash.py* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.4-31 +- Python 2 binary package renamed to python2-lash + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.5.4-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild