Hello community,

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

Package is "gnome-doc-utils"

Thu Mar  8 10:44:55 2018 rev:58 rq:582762 version:0.20.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes  
2013-09-23 12:44:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes     
2018-03-08 10:44:57.696419546 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:28:06 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-doc-utils.spec ++++++
--- /var/tmp/diff_new_pack.N7BK3F/_old  2018-03-08 10:44:58.188401832 +0100
+++ /var/tmp/diff_new_pack.N7BK3F/_new  2018-03-08 10:44:58.192401688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-doc-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
@@ -20,9 +20,9 @@
 Version:        0.20.10
 Release:        0
 Summary:        A Collection of Documentation Utilities for GNOME
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://www.gnome.org
+URL:            http://www.gnome.org
 Source:         
http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-doc-utils-fig-path.patch bgo#682776 
[email protected] -- Fix linking of figs in subfolders.
 Patch0:         gnome-doc-utils-fig-path.patch
@@ -33,11 +33,10 @@
 # needed for xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 Requires:       libxslt
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -49,7 +48,7 @@
 
 %package -n xml2po
 Summary:        Tool to extract translatable content from XML documents
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 Requires:       libxml2-python
 
@@ -60,7 +59,7 @@
 
 %package devel
 Summary:        A Collection of Documentation Utilities for GNOME
-License:        GPL-2.0+ and LGPL-2.1+
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 # For the validation with xsltproc to use a local DTD
@@ -76,7 +75,7 @@
 
 %package -n xml2po-devel
 Summary:        Tool to extract translatable content from XML documents
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 Requires:       xml2po = %{version}
 
@@ -86,6 +85,7 @@
 POT files.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -94,24 +94,21 @@
 %build
 %configure\
        --disable-scrollkeeper
-make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig
+make %{?_smp_mflags} pkgconfigdir=%{_datadir}/pkgconfig
 
 %install
-%makeinstall pkgconfigdir=%{_datadir}/pkgconfig
+%make_install pkgconfigdir=%{_datadir}/pkgconfig
 %if 0%{?suse_version} <= 1120
-%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
 %find_lang %{name} %{?no_lang_C}
 %find_lang gnome-doc-make %{?no_lang_C} %{name}.lang
 %find_lang gnome-doc-xslt %{?no_lang_C} %{name}.lang
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %dir %{_datadir}/gnome/
 %dir %{_datadir}/gnome/help/
 %dir %{_datadir}/gnome/help/gnome-doc-make/
@@ -126,14 +123,13 @@
 %{_datadir}/xml/mallard
 
 %files -n xml2po
-%defattr (-, root, root)
-%doc xml2po/AUTHORS xml2po/ChangeLog xml2po/COPYING xml2po/NEWS xml2po/README
+%license xml2po/COPYING
+%doc xml2po/AUTHORS xml2po/ChangeLog xml2po/NEWS xml2po/README
 %{_bindir}/xml2po
 %{python_sitelib}/xml2po
-%{_mandir}/man?/xml2po.*
+%{_mandir}/man?/xml2po*%{ext_man}
 
 %files devel
-%defattr (-, root, root)
 %{_bindir}/gnome-doc-prepare
 %dir %{_datadir}/aclocal
 %{_datadir}/aclocal/gnome-doc-utils.m4
@@ -143,7 +139,6 @@
 %{_datadir}/gnome-doc-utils/template*.*
 
 %files -n xml2po-devel
-%defattr (-, root, root)
 %{_datadir}/pkgconfig/xml2po.pc
 
 %files lang -f %{name}.lang


Reply via email to