Hello community,

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

Package is "ghex"

Thu Mar  8 10:57:13 2018 rev:54 rq:582684 version:3.18.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghex/ghex.changes        2016-10-18 
10:43:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2018-03-08 
10:57:17.277794122 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:26:28 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghex.spec ++++++
--- /var/tmp/diff_new_pack.tQFSMR/_old  2018-03-08 10:57:17.877772524 +0100
+++ /var/tmp/diff_new_pack.tQFSMR/_new  2018-03-08 10:57:17.877772524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2016 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,12 +20,13 @@
 Version:        3.18.3
 Release:        0
 Summary:        GNOME Binary Editor
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Other
-Url:            http://www.gnome.org/
+URL:            http://www.gnome.org/
 Source:         
http://download.gnome.org/sources/ghex/3.18/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -34,7 +35,6 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.10
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 
 %description
@@ -62,8 +62,9 @@
 a non-ASCII format for saving.
 
 %lang_package
+
 %prep
-%setup -n ghex-%{version}
+%setup -q -n ghex-%{version}
 translation-update-upstream
 
 %build
@@ -73,16 +74,13 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print
-%suse_update_desktop_file -r %name GNOME Utility Editor
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
+%suse_update_desktop_file -r %{name} GNOME Utility Editor
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang %{name} ghex-3.0.lang %{?no_lang_C}
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %if 0%{?suse_version} > 1130
 %desktop_database_post
@@ -98,12 +96,11 @@
 %endif
 
 %post -n libgtkhex-3-0 -p /sbin/ldconfig
-
 %postun -n libgtkhex-3-0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc README COPYING COPYING-DOCS AUTHORS
+%license COPYING
+%doc README COPYING-DOCS AUTHORS
 %{_bindir}/ghex
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/ghex.appdata.xml
@@ -121,11 +118,9 @@
 %doc %{_datadir}/help/C/%{name}/
 
 %files -n libgtkhex-3-0
-%defattr(-,root,root)
 %{_libdir}/libgtkhex-3.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/gtkhex-3/
 %{_libdir}/libgtkhex-3.so
 %{_libdir}/pkgconfig/gtkhex-3.pc


Reply via email to