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.000000000 +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 - [email protected] + +- 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/
