Hello community,

here is the log from the commit of package icon-naming-utils for 
openSUSE:Factory checked in at 2018-03-08 10:49:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icon-naming-utils (Old)
 and      /work/SRC/openSUSE:Factory/.icon-naming-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icon-naming-utils"

Thu Mar  8 10:49:58 2018 rev:19 rq:582883 version:0.8.90

Changes:
--------
--- /work/SRC/openSUSE:Factory/icon-naming-utils/icon-naming-utils.changes      
2013-04-02 11:53:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icon-naming-utils.new/icon-naming-utils.changes 
2018-03-08 10:50:00.281525619 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:32 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ icon-naming-utils.spec ++++++
--- /var/tmp/diff_new_pack.tvoRgG/_old  2018-03-08 10:50:00.745508915 +0100
+++ /var/tmp/diff_new_pack.tvoRgG/_new  2018-03-08 10:50:00.749508771 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icon-naming-utils
 #
-# 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,45 +17,34 @@
 
 
 Name:           icon-naming-utils
-BuildRequires:  perl-XML-Simple
-BuildArch:      noarch 
 Version:        0.8.90
 Release:        0
 Summary:        Icon Name Specification Mapping Script
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Other
-Url:            http://tango-project.org/Standard_Icon_Naming_Specification
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            http://tango-project.org/Standard_Icon_Naming_Specification
 Source:         %{name}-%{version}.tar.bz2
+BuildRequires:  perl-XML-Simple
 Requires:       perl-XML-Simple
 Provides:       %{name}-devel = %{version}-%{release}
+BuildArch:      noarch
 
 %description
 A script for creating a symlink mapping for deprecated icon names to
 the new icon naming specification names for desktop icon themes.
 
-
-
-Authors:
---------
-    Rodney Dawes <[email protected]>
-
 %prep
 %setup -q 
 
 %build
 %configure\
        --libexecdir=%{_prefix}/lib/icon-naming-utils
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean 
-rm -rf $RPM_BUILD_ROOT
+%make_install
 
 %files 
-%defattr(-, root, root)
 %doc AUTHORS ChangeLog NEWS README 
 %{_prefix}/lib/icon-naming-utils
 %{_datadir}/dtds


Reply via email to