Hello community,

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

Package is "gtkhtml"

Thu Mar  8 10:42:39 2018 rev:40 rq:582675 version:4.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2017-12-23 
12:16:20.712772988 +0100
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes     2018-03-08 
10:42:40.409362596 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:32:35 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtkhtml.spec ++++++
--- /var/tmp/diff_new_pack.Fc8cai/_old  2018-03-08 10:42:41.065338976 +0100
+++ /var/tmp/diff_new_pack.Fc8cai/_new  2018-03-08 10:42:41.065338976 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkhtml
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -22,19 +22,19 @@
 %define _gtkhtml_editor_api 4_0
 %define _gtkhtml_major 0
 %define _gtkhtml_editor_major 0
-
 Name:           gtkhtml
 Version:        4.10.0
 Release:        0
 Summary:        Lightweight HTML rendering/printing/editing engine
-License:        GPL-2.0+ and LGPL-2.1+
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            http://www.gnome.org
+URL:            http://www.gnome.org
 Source0:        
http://download.gnome.org/sources/gtkhtml/4.10/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(enchant) >= 1.1.7
@@ -45,7 +45,6 @@
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libsoup-2.4)  >= 2.26.0
 Requires:       gsettings-desktop-schemas
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GtkHTML is a lightweight HTML rendering/printing/editing engine. It
@@ -110,55 +109,44 @@
 to develop applications that require these.
 
 %lang_package -n %{name}-%{_gtkhtml_api}
+
 %prep
 %setup -q
 translation-update-upstream
 
 %build
-%{configure} \
+%configure \
         --disable-static \
         --with-glade-catalog
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%{makeinstall}
-%if 0%{suse_version} <= 1120
-%{__rm} -rf %{buildroot}%{_datadir}/locale/en@shaw
-%endif
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}-%{_gtkhtml_version}
 %fdupes %{buildroot}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major} -p /sbin/ldconfig
-
 %postun -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major} -p /sbin/ldconfig
-
 %post -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major} -p 
/sbin/ldconfig
-
 %postun -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major} 
-p /sbin/ldconfig
 
 %files -n libgtkhtml-%{_gtkhtml_api}-%{_gtkhtml_major}
-%defattr(-, root, root)
-%doc AUTHORS ChangeLog NEWS README COPYING TODO
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README TODO
 %{_datadir}/gtkhtml-%{_gtkhtml_version}/
 %{_libdir}/libgtkhtml-%{_gtkhtml_version}.so.*
 
 %files -n libgtkhtml-editor-%{_gtkhtml_editor_api}-%{_gtkhtml_editor_major}
-%defattr(-, root, root)
 %{_libdir}/libgtkhtml-editor-%{_gtkhtml_editor_version}.so.*
 
 %files -n %{name}-%{_gtkhtml_api}-lang -f %{name}-%{_gtkhtml_version}.lang
 
 %files -n glade-catalog-gtkhtml
-%defattr(-,root,root)
 %{_libdir}/glade/modules/libglade-gtkhtml-editor.so
 %{_datadir}/glade/catalogs/gtkhtml-editor.xml
 
 %files devel
-%defattr(-, root, root)
 %{_bindir}/gtkhtml-editor-test
 %{_includedir}/libgtkhtml-%{_gtkhtml_version}/
 %{_libdir}/libgtkhtml-%{_gtkhtml_version}.so


Reply via email to