Hello community, here is the log from the commit of package python-notify for openSUSE:Factory checked in at 2018-03-07 10:36:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-notify (Old) and /work/SRC/openSUSE:Factory/.python-notify.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-notify" Wed Mar 7 10:36:00 2018 rev:20 rq:583094 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-notify/python-notify.changes 2013-03-15 10:47:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-notify.new/python-notify.changes 2018-03-07 10:36:03.979473041 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:39:11 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-notify.spec ++++++ --- /var/tmp/diff_new_pack.ayvfUn/_old 2018-03-07 10:36:05.731409847 +0100 +++ /var/tmp/diff_new_pack.ayvfUn/_new 2018-03-07 10:36:05.735409702 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-notify # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,27 +17,24 @@ %define pypkgname pynotify - Name: python-notify Version: 0.1.1 Release: 0 Summary: Python bindings for libnotify -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: http://www.galago-project.org/specs/notification +URL: http://www.galago-project.org/specs/notification Source: http://www.galago-project.org/files/releases/source/notify-python/notify-python-%{version}.tar.bz2 Patch0: notify-python-0.1.1-fix-GTK-symbols.patch # PATCH-FIX-UPSTREAM libnotify-0.7.patch [email protected] -- fix build with libnotify >= 0.7 (from Fedora) Patch1: libnotify07.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes -%if 0%{?suse_version} <= 1130 -BuildRequires: gtk2-devel -%endif BuildRequires: libnotify-devel BuildRequires: python-devel BuildRequires: python-gtk-devel -%py_requires +%if 0%{?suse_version} <= 1130 +BuildRequires: gtk2-devel +%endif %description Python bindings for libnotify. @@ -64,22 +61,18 @@ # pynotify.c from the input definitions. This forces pynotify.c to be # regenerated. This is needed to have Notification.attach_to_status_icon touch src/pynotify.override -%__make %{?jobs:-j%{jobs}} +make %{?_smp_mflags} %install -%makeinstall -%fdupes $RPM_BUILD_ROOT/%{py_sitedir} - -%clean -%__rm -rf "%{buildroot}" +%make_install +%fdupes %{buildroot}/%{py_sitedir} %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS +%license COPYING +%doc AUTHORS NEWS %{py_sitedir}/gtk-2.0/%{pypkgname}/ %files devel -%defattr(-,root,root,-) # we explicitly list the directories here to be sure we don't include something # that should live in the main package %dir %{_datadir}/pygtk
