Hello community,

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

Package is "gnome-commander"

Thu Mar  8 10:57:19 2018 rev:63 rq:582688 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2017-10-23 16:43:50.211234389 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes     
2018-03-08 10:57:20.405681458 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:27:41 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-commander.spec ++++++
--- /var/tmp/diff_new_pack.069hdG/_old  2018-03-08 10:57:21.245651094 +0100
+++ /var/tmp/diff_new_pack.069hdG/_new  2018-03-08 10:57:21.249650949 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-commander
 #
-# 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
@@ -20,21 +20,19 @@
 Version:        1.8.0
 Release:        0
 Summary:        A file manager for the GNOME desktop environment
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/File utilities
-Url:            http://gcmd.github.io/
+URL:            http://gcmd.github.io/
 Source:         
https://download.gnome.org/sources/gnome-commander/1.8/%{name}-%{version}.tar.xz
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  yelp-tools
 BuildRequires:  gettext >= 0.19.7
 BuildRequires:  itstool
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel >= 2.5
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(exiv2) >= 0.14
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.0.0
@@ -46,11 +44,13 @@
 BuildRequires:  pkgconfig(libgsf-1) >= 1.12.0
 BuildRequires:  pkgconfig(poppler-glib) >= 0.19
 BuildRequires:  pkgconfig(taglib) >= 1.4
-Recommends:     %{name}-lang
 Recommends:     %{name}-doc
+Recommends:     %{name}-lang
 # For xdg-su
 Recommends:     xdg-utils
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 GNOME Commander is a "two-pane" graphical file manager for the Linux
@@ -71,6 +71,7 @@
 networks.
 
 %lang_package
+
 %prep
 %setup -q
 %if !0%{?is_opensuse}
@@ -85,7 +86,7 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot}%{_datadir} -size 0 -delete
 %suse_update_desktop_file gnome-commander
 %find_lang %{name} %{?no_lang_C}
@@ -93,8 +94,8 @@
 %fdupes %{buildroot}%{_libdir}
 
 %files
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README TODO
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_bindir}/*
@@ -105,10 +106,9 @@
 %{_datadir}/pixmaps/*.png
 %{_datadir}/pixmaps/gnome-commander
 %{_libdir}/gnome-commander
-%doc %{_mandir}/man1/gnome-commander.1.gz
+%{_mandir}/man1/gnome-commander.1%{ext_man}
 
 %files doc
-%defattr (-, root, root)
 %dir %{_datadir}/help
 %dir %{_datadir}/help/C
 %doc %{_datadir}/help/C/%{name}


Reply via email to