diff --git python-kaa-metadata/python-kaa-metadata.spec python-kaa-metadata/python-kaa-metadata.spec.tmp index 88d497b574..9c70779ec3 100644 --- python-kaa-metadata/python-kaa-metadata.spec +++ python-kaa-metadata/python-kaa-metadata.spec.tmp @@ -2,7 +2,7 @@ Name: python-kaa-metadata Version: 0.7.7 -Release: 16%{?dist} +Release: 17%{?dist} Summary: The Kaa Media - metadata binding for python Group: Development/Languages @@ -16,29 +16,36 @@ BuildRequires: python-kaa-base >= 0.4.0 BuildRequires: libdvdread-devel >= 0.9.5 #Experimental #BuildRequires: exiv2-devel -Requires: python-kaa-base >= 0.4.0 -Obsoletes: mmpython < 0.4.11 +%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.\ -%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. +%description %_description -Kaa is named after the python in the Jungle Book by Rudyard Kipling. +%package -n python2-kaa-metadata +Summary: %summary +Requires: python-kaa-base >= 0.4.0 +Obsoletes: mmpython < 0.4.11 +%{?python_provide:%python_provide python2-kaa-metadata} +%description -n python2-kaa-metadata %_description %prep %setup -q -n kaa-metadata-%{version} @@ -64,7 +71,7 @@ sed -i -e 's|#!/usr/bin/env python|#|' $RPM_BUILD_ROOT%{python_sitearch}/kaa/met rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-kaa-metadata %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README TODO %{_bindir}/mminfo @@ -72,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.7-17 +- Python 2 binary package renamed to python2-kaa-metadata + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.7.7-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild