Hello community, here is the log from the commit of package python-gtk checked in at Fri May 25 17:21:15 CEST 2007. -------- --- GNOME/python-gtk/python-gtk.changes 2007-05-07 15:52:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-gtk/python-gtk.changes 2007-05-25 16:19:17.000000000 +0200 @@ -1,0 +2,6 @@ +Fri May 25 12:24:52 CEST 2007 - sbrabec@suse.cz + +- Build correctly in the GNOME Build Service. +- Examples moved to devel package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gtk.spec ++++++ --- /var/tmp/diff_new_pack.E17481/_old 2007-05-25 17:20:58.000000000 +0200 +++ /var/tmp/diff_new_pack.E17481/_new 2007-05-25 17:20:58.000000000 +0200 @@ -13,7 +13,7 @@ Name: python-gtk %define _name pygtk BuildRequires: libglade2-devel python-cairo-devel python-devel python-gobject2-devel python-numeric -%if %suse_version >= 1021 +%if %suse_version > 1020 || 0%{?opensuse_bs} BuildRequires: python-gobject2-doc %endif # Only for directory ownership: @@ -21,7 +21,7 @@ URL: http://www.pygtk.org/ Summary: Python bindings for the GTK+ widget set Version: 2.10.4 -Release: 1 +Release: 9 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/Python Source: %{_name}-%{version}.tar.bz2 @@ -87,20 +87,24 @@ %install make install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f +find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -v +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} +cp -a AUTHORS NEWS README MAPPING ChangeLog THREADS COPYING examples $RPM_BUILD_ROOT%{_docdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc AUTHORS NEWS README MAPPING ChangeLog THREADS COPYING examples +%doc %dir %{_docdir}/%{name} +%doc %{_docdir}/%{name}/[ACMNRT]* %{py_sitedir}/gtk-2.0/* %{_datadir}/%{_name} %{_libdir}/%{_name} %files devel %defattr(-,root,root) +%doc %{_docdir}/%{name}/examples %{_bindir}/%{_name}-codegen-2.0 %{_bindir}/%{_name}-demo %{_includedir}/%{_name}-2.0/%{_name} @@ -111,6 +115,9 @@ %{_datadir}/gtk-doc/html/* %changelog +* Fri May 25 2007 - sbrabec@suse.cz +- Build correctly in the GNOME Build Service. +- Examples moved to devel package. * Mon May 07 2007 - sbrabec@suse.cz - Reduced BuildRequires. * Sat May 05 2007 - james@usr-local-bin.org ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de