diff --git python-kaa-base/python-kaa-base.spec python-kaa-base/python-kaa-base.spec.tmp index 977cf96ed4..e164495938 100644 --- python-kaa-base/python-kaa-base.spec +++ python-kaa-base/python-kaa-base.spec.tmp @@ -2,7 +2,7 @@ Name: python-kaa-base Version: 0.6.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: The Kaa Media - base package for python Group: Development/Languages @@ -16,16 +16,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: glib2-devel >= 2.6.0 -Requires: libxml2-python >= 2.6.0 #Optional #Requires: python-lirc -%description -kaa.base is an LGPL-licensed generic application framework, providing the -foundation for other modules within Kaa, and can be used in any type of project, -from small event-driven tools, to larger, complex applications. +%global _description\ +kaa.base is an LGPL-licensed generic application framework, providing the\ +foundation for other modules within Kaa, and can be used in any type of project,\ +from small event-driven tools, to larger, complex applications.\ +\ + +%description %_description +%package -n python2-kaa-base +Summary: %summary +Requires: libxml2-python >= 2.6.0 +%{?python_provide:%python_provide python2-kaa-base} + +%description -n python2-kaa-base %_description %prep %setup -q -n kaa-base-%{version} @@ -58,13 +66,17 @@ done rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-kaa-base %defattr(-,root,root,-) %doc AUTHORS COPYING README TODO %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6.0-18 +- Python 2 binary package renamed to python2-kaa-base + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.6.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild