Hello community,

here is the log from the commit of package gnome-themes-extras for 
openSUSE:Factory checked in at 2018-03-09 10:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-themes-extras (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-themes-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-themes-extras"

Fri Mar  9 10:38:52 2018 rev:23 rq:582749 version:2.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-themes-extras/gnome-themes-extras.changes  
2013-05-18 09:21:02.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-extras.new/gnome-themes-extras.changes 
    2018-03-09 10:38:52.439364491 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:29:59 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-themes-extras.spec ++++++
--- /var/tmp/diff_new_pack.J9PPWR/_old  2018-03-09 10:38:53.067341878 +0100
+++ /var/tmp/diff_new_pack.J9PPWR/_new  2018-03-09 10:38:53.071341734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-extras
 #
-# 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,25 +17,24 @@
 
 
 Name:           gnome-themes-extras
+Version:        2.22.0
+Release:        0
+Summary:        Additional GNOME Themes
+License:        GPL-2.0-only AND GPL-2.0-or-later
+Group:          System/GUI/GNOME
+URL:            http://www.gnome.org/
+Source:         
http://download.gnome.org/sources/gnome-themes-extras/2.22/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 
0001-Fix-to-http-bugzilla.gnome.org-show_bug.cgi-id-52832.patch bgo#528322 
[email protected] -- Fix Darklooks's gtkrc tooltip definitions (fixed upstream 
but not released since 2008.04)
+Patch0:         0001-Fix-to-http-bugzilla.gnome.org-show_bug.cgi-id-52832.patch
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
+# FIXME: Should be a part of gtk2-engines-devel, which is not yet splitted:
+BuildRequires:  gtk2-devel
 BuildRequires:  gtk2-engines-devel
 BuildRequires:  icon-naming-utils
 BuildRequires:  intltool
-BuildRequires:  translation-update-upstream
-# FIXME: Should be a part of gtk2-engines-devel, which is not yet splitted:
-BuildRequires:  gtk2-devel
 BuildRequires:  libtool
-Version:        2.22.0
-Release:        0
-Source:         
http://download.gnome.org/sources/gnome-themes-extras/2.22/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 
0001-Fix-to-http-bugzilla.gnome.org-show_bug.cgi-id-52832.patch bgo#528322 
[email protected] -- Fix Darklooks's gtkrc tooltip definitions (fixed upstream 
but not released since 2008.04)
-Patch0:         0001-Fix-to-http-bugzilla.gnome.org-show_bug.cgi-id-52832.patch
-Url:            http://www.gnome.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Additional GNOME Themes
-License:        GPL-2.0 and GPL-2.0+
-Group:          System/GUI/GNOME
+BuildRequires:  translation-update-upstream
 Requires:       gnome-themes
 Enhances:       gnome-themes
 BuildArch:      noarch
@@ -51,29 +50,26 @@
 %build
 autoreconf -f -i
 %configure
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
+%make_install
+mkdir -p %{buildroot}%{_docdir}/%{name}
 find -name AUTHORS -o -name "COPYING*" -o -name "README*" -o -name TODO -o 
-name "ChangeLog*" -o -name MAINTAINERS -o -name "*NEWS*" |
     while read ; do
-       mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}/${REPLY%/*}
-       cp -a $REPLY $RPM_BUILD_ROOT%{_docdir}/%{name}/$REPLY
+       mkdir -p %{buildroot}%{_docdir}/%{name}/${REPLY%/*}
+       cp -a $REPLY %{buildroot}%{_docdir}/%{name}/$REPLY
     done
-rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}/po
+rm -r %{buildroot}%{_docdir}/%{name}/po
 # COPYING README TODO are 1 byte long
-rm $RPM_BUILD_ROOT%{_docdir}/%{name}/{COPYING,README,TODO}
+rm %{buildroot}%{_docdir}/%{name}/{COPYING,README,TODO}
 # NOTE: There is no real use of these locales just now:
 %find_lang %{name}
-%fdupes $RPM_BUILD_ROOT%{_datadir}
-%icon_theme_cache_create_ghost Foxtrot
-%icon_theme_cache_create_ghost Gion
-%icon_theme_cache_create_ghost Neu
-%icon_theme_cache_create_ghost gnome-alternative
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%fdupes %{buildroot}%{_datadir}
+%{icon_theme_cache_create_ghost Foxtrot}
+%{icon_theme_cache_create_ghost Gion}
+%{icon_theme_cache_create_ghost Neu}
+%{icon_theme_cache_create_ghost gnome-alternative}
 
 %post
 %icon_theme_cache_post Foxtrot
@@ -84,7 +80,6 @@
 # No need for %%icon_theme_cache_postun in %postun since the themes won't 
exist anymore
 
 %files -f %{name}.lang
-%defattr(-, root, root)
 %doc %{_docdir}/%{name}
 %ghost %{_datadir}/icons/*/icon-theme.cache
 %{_datadir}/icons/Foxtrot/


Reply via email to