commit python-webkitgtk for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package python-webkitgtk for 
openSUSE:Factory checked in at 2018-03-07 10:35:39

Comparing /work/SRC/openSUSE:Factory/python-webkitgtk (Old)
 and  /work/SRC/openSUSE:Factory/.python-webkitgtk.new (New)


Package is "python-webkitgtk"

Wed Mar  7 10:35:39 2018 rev:18 rq:583092 version:1.1.8

Changes:

--- /work/SRC/openSUSE:Factory/python-webkitgtk/python-webkitgtk.changes
2012-02-08 15:41:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-webkitgtk.new/python-webkitgtk.changes   
2018-03-07 10:35:54.103829265 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:39:15 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ python-webkitgtk.spec ++
--- /var/tmp/diff_new_pack.RTBBok/_old  2018-03-07 10:35:55.359783961 +0100
+++ /var/tmp/diff_new_pack.RTBBok/_new  2018-03-07 10:35:55.359783961 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-webkitgtk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008 Andrew Wafaa
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,13 +17,14 @@
 #
 
 
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:   python-webkitgtk
 Version:1.1.8
 Release:0
 Summary:Python bindings for WebKit/Gtk
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  Development/Languages/Python
-Url:http://code.google.com/p/pywebkitgtk/
+URL:http://code.google.com/p/pywebkitgtk/
 Source: pywebkitgtk-%{version}.tar.bz2
 BuildRequires:  libwebkit-devel
 BuildRequires:  libxslt-devel
@@ -31,9 +32,6 @@
 BuildRequires:  python-gtk-devel
 Provides:   pywebkitgtk = %{version}
 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)")}
 
 %description
 PyWebKitGtk provides an API for developers to program WebKit/Gtk using
@@ -69,15 +67,14 @@
 
 %install
 %make_install
-find %{buildroot} -type f -name "*.la" | xargs rm
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING MAINTAINERS NEWS README
+%license COPYING
+%doc AUTHORS MAINTAINERS NEWS README
 %{python_sitearch}/webkit/
 
 %files devel
-%defattr(-, root, root)
 %doc demos
 %dir %{_datadir}/pywebkitgtk/
 %{_datadir}/pywebkitgtk/defs/




commit python-webkitgtk for openSUSE:Factory

2012-02-08 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-webkitgtk.new/python-webkitgtk.changes   
2012-02-08 15:41:34.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb  2 11:25:27 UTC 2012 - sasc...@suse.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.wXbQph/_new  2012-02-08 15:41:35.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-webkitgtk for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-webkitgtk for 
openSUSE:Factory checked in at 2011-12-06 18:58:07

Comparing /work/SRC/openSUSE:Factory/python-webkitgtk (Old)
 and  /work/SRC/openSUSE:Factory/.python-webkitgtk.new (New)


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

Changes:




Other differences:
--
++ python-webkitgtk.spec ++
--- /var/tmp/diff_new_pack.qBvNV1/_old  2011-12-06 19:30:22.0 +0100
+++ /var/tmp/diff_new_pack.qBvNV1/_new  2011-12-06 19:30:22.0 +0100
@@ -23,7 +23,7 @@
 Summary:Python bindings for WebKit/Gtk
 Version:1.1.8
 Release:1
-License:LGPL v2 or later
+License:LGPL-2.0+
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/pywebkitgtk/
 Source: %{_name}-%{version}.tar.bz2
@@ -49,7 +49,7 @@
 
 %package devel
 Summary:Python bindings for WebKit/Gtk -- Development Files
-License:LGPL v2 or later
+License:LGPL-2.0+
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org