diff --git a/python-gobject2.changes b/python-gobject2.changes index 2f3007c..6ced943 100644 --- a/python-gobject2.changes +++ b/python-gobject2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 24 11:40:27 UTC 2011 - dimstar@opensuse.org + +- Revert the rename from pygobject to pygobject2 for the docs: This + fix is counter productive. python-gobject (version 3) does not + provide useful documentation in first place. The right fix is not + to install the doc in python-gobject (version 2.90.x+) + ------------------------------------------------------------------- Mon Aug 22 13:01:34 UTC 2011 - dimstar@opensuse.org diff --git a/python-gobject2.spec b/python-gobject2.spec index 910769e..87d8767 100644 --- a/python-gobject2.spec +++ b/python-gobject2.spec @@ -101,8 +101,6 @@ make %{?jobs:-j%jobs} V=1 %install %makeinstall find %{buildroot} -name '*.la' -delete -print -# Move /usr/share/gtk-doc/html/pygobject to /usr/share/gtk-doc/html/pygobject2 -mv %{buildroot}%{_datadir}/gtk-doc/html/pygobject %{buildroot}%{_datadir}/gtk-doc/html/pygobject2 rm examples/Makefile* %fdupes $RPM_BUILD_ROOT @@ -143,6 +141,6 @@ rm -rf $RPM_BUILD_ROOT # Own these repositories to not depend on gtk-doc while building: %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/pygobject2/ +%{_datadir}/gtk-doc/html/pygobject/ %changelog diff --git a/python3-gobject2.changes b/python3-gobject2.changes index 2f3007c..6ced943 100644 --- a/python3-gobject2.changes +++ b/python3-gobject2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 24 11:40:27 UTC 2011 - dimstar@opensuse.org + +- Revert the rename from pygobject to pygobject2 for the docs: This + fix is counter productive. python-gobject (version 3) does not + provide useful documentation in first place. The right fix is not + to install the doc in python-gobject (version 2.90.x+) + ------------------------------------------------------------------- Mon Aug 22 13:01:34 UTC 2011 - dimstar@opensuse.org diff --git a/python3-gobject2.spec b/python3-gobject2.spec index 84cf45b..eb6daca 100644 --- a/python3-gobject2.spec +++ b/python3-gobject2.spec @@ -1,5 +1,5 @@ # -# spec file for package python3-gobject2 +# spec file for package python-gobject2 # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -31,7 +31,7 @@ Name: python3-gobject2 %define _name pygobject Summary: Python bindings for GObject Version: 2.28.6 -Release: 2 +Release: 4 License: LGPLv2.1+ Group: Development/Libraries/Python Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ @@ -101,8 +101,6 @@ make %{?jobs:-j%jobs} V=1 %install %makeinstall find %{buildroot} -name '*.la' -delete -print -# Move /usr/share/gtk-doc/html/pygobject to /usr/share/gtk-doc/html/pygobject2 -mv %{buildroot}%{_datadir}/gtk-doc/html/pygobject %{buildroot}%{_datadir}/gtk-doc/html/pygobject2 rm examples/Makefile* %fdupes $RPM_BUILD_ROOT @@ -143,6 +141,6 @@ rm -rf $RPM_BUILD_ROOT # Own these repositories to not depend on gtk-doc while building: %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/pygobject2/ +%{_datadir}/gtk-doc/html/pygobject/ %changelog