Hello community,

here is the log from the commit of package python-webkitgtk for 
openSUSE:Factory checked in at 2012-02-08 15:41:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webkitgtk (Old)
 and      /work/SRC/openSUSE:Factory/.python-webkitgtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-webkitgtk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webkitgtk/python-webkitgtk.changes        
2011-09-23 12:43:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-webkitgtk.new/python-webkitgtk.changes   
2012-02-08 15:41:34.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Feb  2 11:25:27 UTC 2012 - [email protected]
+
+- Spec cleanup:
+  - Ran spec-cleaner
+  - Moved 'demos' documentation to devel package
+  - No ldconfig for stuff in python_sitearch, it's just a binary
+    Python module
+  - Removed outdated %clean section
+  - Don't use "find ... -delete", fixes SLE_11 build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.wXbQph/_old  2012-02-08 15:41:35.000000000 +0100
+++ /var/tmp/diff_new_pack.wXbQph/_new  2012-02-08 15:41:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-webkitgtk (Version 1.1.8)
+# spec file for package python-webkitgtk
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Andrew Wafaa
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,14 @@
 #
 
 
-
 Name:           python-webkitgtk
-%define _name   pywebkitgtk
-Summary:        Python bindings for WebKit/Gtk
 Version:        1.1.8
-Release:        1
+Release:        0
+Summary:        Python bindings for WebKit/Gtk
 License:        LGPL-2.0+
 Group:          Development/Languages/Python
 Url:            http://code.google.com/p/pywebkitgtk/
-Source:         %{_name}-%{version}.tar.bz2
+Source:         pywebkitgtk-%{version}.tar.bz2
 BuildRequires:  libwebkit-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  python-devel
@@ -35,7 +33,7 @@
 Obsoletes:      pywebkitgtk < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %description
 PyWebKitGtk provides an API for developers to program WebKit/Gtk using
@@ -49,7 +47,6 @@
 
 %package devel
 Summary:        Python bindings for WebKit/Gtk -- Development Files
-License:        LGPL-2.0+
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 
@@ -64,30 +61,24 @@
 that they can access to using the Python programming language.
 
 %prep
-%setup -q -n %{_name}-%{version}
+%setup -q -n pywebkitgtk-%{version}
 
 %build
 %configure --disable-static
-%__make %{?jobs: -j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot} -type f -name "*.la" -delete -print
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-rm -rf %{buildroot}
+%make_install
+find %{buildroot} -type f -name "*.la" | xargs rm
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README demos
+%doc AUTHORS COPYING MAINTAINERS NEWS README
 %{python_sitearch}/webkit/
 
 %files devel
 %defattr(-, root, root)
+%doc demos
 %dir %{_datadir}/pywebkitgtk/
 %{_datadir}/pywebkitgtk/defs/
 %{_libdir}/pkgconfig/pywebkitgtk-1.0.pc

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to