diff --git python-gasp/python-gasp.spec python-gasp/python-gasp.spec.tmp index 2558ae9aa0..c3abe8b361 100644 --- python-gasp/python-gasp.spec +++ python-gasp/python-gasp.spec.tmp @@ -4,7 +4,7 @@ Name: python-gasp Version: 0.3.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: API wrapper on top of pygame Group: Development/Libraries License: GPLv3+ @@ -13,18 +13,26 @@ Source0: http://launchpad.net/gasp-core/0.3.x/%{version}/+download/%{name BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: pygame BuildRequires: python-devel BuildRequires: python-setuptools -%description -GASP provides a simple, procedural graphics API for beginning -students using Python. +%global _description\ +GASP provides a simple, procedural graphics API for beginning\ +students using Python.\ +\ +It allows for the easy creation of 1980's style games with litle\ +or no prior programming experince.\ +\ +It is a wrapper around pygame. -It allows for the easy creation of 1980's style games with litle -or no prior programming experince. +%description %_description -It is a wrapper around pygame. +%package -n python2-gasp +Summary: %summary +Requires: pygame +%{?python_provide:%python_provide python2-gasp} + +%description -n python2-gasp %_description %prep %setup -q -n %{name}-%{version} @@ -43,7 +51,7 @@ chmod 0755 $RPM_BUILD_ROOT/%{python_sitelib}/gasp/*.py rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-gasp %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README %dir %{python_sitelib}/gasp @@ -52,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/gasp-%{version}-py%{python_version}.egg-info/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.3.2-14 +- Python 2 binary package renamed to python2-gasp + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.3.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild