diff --git python-shout/python-shout.spec python-shout/python-shout.spec.tmp index 522cd9dfff..002be052db 100644 --- python-shout/python-shout.spec +++ python-shout/python-shout.spec.tmp @@ -3,7 +3,7 @@ Name: python-shout Version: 0.2.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Python bindings for libshout 2 Group: Development/Languages @@ -14,12 +14,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, libshout-devel -%description -%{name} allows you to act as a source for icecast 1 and 2, and -shoutcast. This module includes inline documentation, or see -the included example.py for a demonstration of its usage. +%global _description\ +%{name} allows you to act as a source for icecast 1 and 2, and\ +shoutcast. This module includes inline documentation, or see\ +the included example.py for a demonstration of its usage.\ +%description %_description + +%package -n python2-shout +Summary: %summary +%{?python_provide:%python_provide python2-shout} + +%description -n python2-shout %_description + %prep %setup -q -n %{bname}-%{version} @@ -37,13 +45,17 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-shout %defattr(-,root,root,-) %doc COPYING PKG-INFO README %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.1-19 +- Python 2 binary package renamed to python2-shout + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.2.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild