diff --git python-kaa-imlib2/python-kaa-imlib2.spec python-kaa-imlib2/python-kaa-imlib2.spec.tmp index a215ad65ce..685d345c55 100644 --- python-kaa-imlib2/python-kaa-imlib2.spec +++ python-kaa-imlib2/python-kaa-imlib2.spec.tmp @@ -2,7 +2,7 @@ Name: python-kaa-imlib2 Version: 0.2.3 -Release: 23%{?dist} +Release: 24%{?dist} Summary: The Kaa Media - imlib2 binding for python Group: Development/Languages @@ -17,27 +17,35 @@ BuildRequires: python-devel BuildRequires: python-kaa-base >= 0.4.0 BuildRequires: imlib2-devel >= 1.2.1 BuildRequires: libpng-devel -Requires: python-kaa-base >= 0.4.0 -%description -The Kaa Media Repository is a set of python modules related to media. +%global _description\ +The Kaa Media Repository is a set of python modules related to media.\ +\ +Kaa modules are based on parts from Freevo and modules created for MeBox.\ +Kaa exists to encourage code sharing between these projects, and to serve as\ +an umbrella for several previously disparate media-related modules in order\ +to make them available from one (unique) namespace. Kaa provides a base module\ +that implements the common features needed for application development, such as\ +mainloop management, timers, signals, callbacks, file descriptor monitors, etc.\ +Kaa's other modules provide specific media-related functionality, such as\ +retrieving metadata on arbitrary media files (kaa.metadata, previously\ +called mmpython), Python wrappers for Imlib2, Xine, and Evas, and many other\ +high level APIs for easily creating applications that deal with video and\ +audio.\ +\ +Kaa is named after the python in the Jungle Book by Rudyard Kipling.\ + -Kaa modules are based on parts from Freevo and modules created for MeBox. -Kaa exists to encourage code sharing between these projects, and to serve as -an umbrella for several previously disparate media-related modules in order -to make them available from one (unique) namespace. Kaa provides a base module -that implements the common features needed for application development, such as -mainloop management, timers, signals, callbacks, file descriptor monitors, etc. -Kaa's other modules provide specific media-related functionality, such as -retrieving metadata on arbitrary media files (kaa.metadata, previously -called mmpython), Python wrappers for Imlib2, Xine, and Evas, and many other -high level APIs for easily creating applications that deal with video and -audio. +%description %_description -Kaa is named after the python in the Jungle Book by Rudyard Kipling. +%package -n python2-kaa-imlib2 +Summary: %summary +Requires: python-kaa-base >= 0.4.0 +%{?python_provide:%python_provide python2-kaa-imlib2} +%description -n python2-kaa-imlib2 %_description %prep %setup -q -n kaa-imlib2-%{version} @@ -68,13 +76,17 @@ find $RPM_BUILD_ROOT -name "*.py" |xargs chmod 0644 rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-kaa-imlib2 %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README TODO %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.3-24 +- Python 2 binary package renamed to python2-kaa-imlib2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.2.3-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild