diff --git python-gtkextra/python-gtkextra.spec python-gtkextra/python-gtkextra.spec.tmp index 8f1a247db9..1442fda546 100644 --- python-gtkextra/python-gtkextra.spec +++ python-gtkextra/python-gtkextra.spec.tmp @@ -3,7 +3,7 @@ Summary: Python bindings for gtkextra Name: python-gtkextra Version: 1.1.0 -Release: 31%{?dist} +Release: 32%{?dist} # FIXME: the license is not quite clear, using the most restrictive license # for this field. See # http://sourceforge.net/tracker/index.php?func=detail&aid=1941652&group_id=35371&atid=414148 @@ -22,14 +22,22 @@ Patch4: python-gtkextra-1.1.0-G_TYPE_ITEM_ENTRY.patch BuildRequires: gtk+extra-devel, pygtk2-devel, python2-devel # For autoreconf BuildRequires: autoconf, automake, libtool -Requires: pygtk2%{?_isa} %filter_provides_in %{python_sitearch}/gtk-2.0/gtkextra/_gtkextramodule.so %filter_setup -%description +%global _description\ This package provides a Python interface to the GtkExtra2 widget set for GTK2. +%description %_description + +%package -n python2-gtkextra +Summary: %summary +Requires: pygtk2%{?_isa} +%{?python_provide:%python_provide python2-gtkextra} + +%description -n python2-gtkextra %_description + %prep %setup -q %patch0 -p1 -b .update @@ -52,7 +60,7 @@ make install DESTDIR=$RPM_BUILD_ROOT \ %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-gtkextra %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{python_sitearch}/gtk-2.0/gtkextra @@ -61,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pygtk/2.0/defs/gtkextra*.defs %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1.0-32 +- Python 2 binary package renamed to python2-gtkextra + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.1.0-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild