From 91e591b8b3997b1f61783089273860af063fd079 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:39:29 +0000 Subject: Python 2 binary package renamed to python2-alsa --- diff --git a/python-alsa.spec b/python-alsa.spec index f4e107a..2de755a 100644 --- a/python-alsa.spec +++ b/python-alsa.spec @@ -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 19 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