diff --git python-pgu/python-pgu.spec python-pgu/python-pgu.spec.tmp index dd2191a210..7092fb7d41 100644 --- python-pgu/python-pgu.spec +++ python-pgu/python-pgu.spec.tmp @@ -2,7 +2,7 @@ Name: python-pgu Version: 0.12.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A collection of useful modules for writing games with PyGame Group: Development/Languages @@ -14,15 +14,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel +%global _description\ +PGU is a collection of useful modules for writing games with PyGame.\ +At the moment the project consists of:\ +- Tools for editing tile-based levels\ +- A module for creating GUIs\ +- A set of general-purpose game libraries + +%description %_description + +%package -n python2-pgu +Summary: %summary Requires: pygame Requires: bitstream-vera-sans-fonts +%{?python_provide:%python_provide python2-pgu} -%description -PGU is a collection of useful modules for writing games with PyGame. -At the moment the project consists of: -- Tools for editing tile-based levels -- A module for creating GUIs -- A set of general-purpose game libraries +%description -n python2-pgu %_description %prep %setup -q -n pgu-%{version} @@ -50,7 +57,7 @@ find %{buildroot}%{_datadir}/pgu -name Vera.ttf -exec ln -sf %{_datadir}/fonts/b rm -rf %{buildroot} -%files +%files -n python2-pgu %defattr(-,root,root,-) %doc GUIDE.txt LICENSE.txt README.txt TODO.txt CHANGES.txt BUGS.txt %doc docs/*.html @@ -63,6 +70,10 @@ rm -rf %{buildroot} %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.12.3-18 +- Python 2 binary package renamed to python2-pgu + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.12.3-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild