Hello community,

here is the log from the commit of package dbench4 for openSUSE:Factory checked 
in at 2019-10-23 15:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbench4 (Old)
 and      /work/SRC/openSUSE:Factory/.dbench4.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbench4"

Wed Oct 23 15:51:03 2019 rev:4 rq:741891 version:4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbench4/dbench4.changes  2016-03-16 
10:35:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dbench4.new.2352/dbench4.changes        
2019-10-23 15:51:09.914715029 +0200
@@ -1,0 +2,5 @@
+Tue Oct 22 14:36:24 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Use modern macros for building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dbench4.spec ++++++
--- /var/tmp/diff_new_pack.SkGkqo/_old  2019-10-23 15:51:10.870716063 +0200
+++ /var/tmp/diff_new_pack.SkGkqo/_new  2019-10-23 15:51:10.870716063 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbench4
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,16 +20,15 @@
 Version:        4.0
 Release:        0
 Summary:        File System Benchmark Similar to Netbench
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/Benchmark
-Url:            https://dbench.samba.org
+URL:            https://dbench.samba.org
 Source:         
https://www.samba.org/ftp/tridge/dbench/dbench-%{version}.tar.gz
 Patch1:         fileio_leak_repair.diff
 Patch2:         build-fix-paths.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  popt-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Dbench is a file system benchmark that generates load patterns similar
@@ -48,19 +47,19 @@
 %build
 autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %dir %{_datadir}/dbench4
 %attr(644,root,root) %{_datadir}/dbench4/client.txt
-%{_mandir}/man1/dbench4.1%{ext_man}
-%{_mandir}/man1/tbench4.1%{ext_man}
-%{_mandir}/man1/tbench4_srv.1%{ext_man}
+%{_mandir}/man1/dbench4.1%{?ext_man}
+%{_mandir}/man1/tbench4.1%{?ext_man}
+%{_mandir}/man1/tbench4_srv.1%{?ext_man}
 %{_bindir}/dbench4
 %{_bindir}/tbench4
 %{_bindir}/tbench4_srv


Reply via email to