diff --git python-alsa/python-alsa.spec python-alsa/python-alsa.spec.tmp index f4e107ad16..bca369f582 100644 --- python-alsa/python-alsa.spec +++ python-alsa/python-alsa.spec.tmp @@ -5,7 +5,7 @@ Summary: Python binding for the ALSA library Name: python-alsa Version: 1.0.29 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2+ Group: Development/Languages Source0: ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}.tar.bz2 @@ -14,9 +14,17 @@ BuildRequires: alsa-lib-devel >= %{version} BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%description +%global _description\ Python binding for the ALSA library. +%description %_description + +%package -n python2-alsa +Summary: %summary +%{?python_provide:%python_provide python2-alsa} + +%description -n python2-alsa %_description + %prep %setup -q -n pyalsa-%{version} @@ -30,11 +38,15 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-alsa %defattr(-,root,root,-) %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.29-9 +- Python 2 binary package renamed to python2-alsa + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.0.29-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild