Python 2 binary package renamed to python2-pygobject3
This commit is contained in:
parent
12d8ec0b85
commit
ba7b4534b0
@ -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 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 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 <releng@fedoraproject.org> - 3.24.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user