diff --git python-kaa-display/python-kaa-display.spec python-kaa-display/python-kaa-display.spec.tmp index 37d51b159b..59d5ff5ab3 100644 --- python-kaa-display/python-kaa-display.spec +++ python-kaa-display/python-kaa-display.spec.tmp @@ -2,7 +2,7 @@ Name: python-kaa-display Version: 0.1.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Python API providing Low level support for various displays Group: Development/Languages @@ -21,13 +21,21 @@ BuildRequires: imlib2-devel >= 1.2.1 BuildRequires: SDL-devel >= 1.2.5 BuildRequires: libXcomposite-devel -%description -Low level support for various displays, such as X11 or -framebuffer. Provides X11Display and X11Window classes for managing -X11 windows, with optional support for Imlib2 (render Imlib2 images to -X11 windows), and pygame (render Imlib2 images to pygame surfaces). +%global _description\ +Low level support for various displays, such as X11 or\ +framebuffer. Provides X11Display and X11Window classes for managing\ +X11 windows, with optional support for Imlib2 (render Imlib2 images to\ +X11 windows), and pygame (render Imlib2 images to pygame surfaces).\ +%description %_description + +%package -n python2-kaa-display +Summary: %summary +%{?python_provide:%python_provide python2-kaa-display} + +%description -n python2-kaa-display %_description + %prep %setup -q -n kaa-display-%{version} %patch0 -p1 -b .backport @@ -53,13 +61,17 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-kaa-display %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.1.0-18 +- Python 2 binary package renamed to python2-kaa-display + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.1.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild