diff --git pygobject3/pygobject3.spec pygobject3/pygobject3.spec.tmp index 6ee92b137c..2f6e278061 100644 --- pygobject3/pygobject3.spec +++ pygobject3/pygobject3.spec.tmp @@ -12,7 +12,7 @@ Name: pygobject3 Version: 3.24.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for GObject Introspection License: LGPLv2+ and MIT @@ -54,7 +54,8 @@ BuildRequires: dbus-x11 The %{name} package provides a convenient wrapper for the GObject library for use in Python programs. -%package -n python-gobject +%package -n python2-gobject +%{?python_provide:%python_provide python2-gobject} Summary: Python 2 bindings for GObject Introspection Requires: python-gobject-base%{?_isa} = %{version}-%{release} # The cairo override module depends on this @@ -64,7 +65,7 @@ Obsoletes: %{name} < 3.17.90-2 Provides: %{name} = %{version}-%{release} Provides: %{name}%{?_isa} = %{version}-%{release} -%description -n python-gobject +%description -n python2-gobject The python-gobject package provides a convenient wrapper for the GObject library and and other libraries that are compatible with GObject Introspection, for use in Python 2 programs. @@ -183,7 +184,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1 %endif # with_check -%files -n python-gobject +%files -n python2-gobject %{python_sitearch}/gi/_gi_cairo.so %files -n python-gobject-base @@ -216,6 +217,10 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1 %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 3.24.1-4 +- Python 2 binary package renamed to python2-pygobject3 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 3.24.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild