Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package interbench for openSUSE:Factory checked in at 2021-01-26 14:47:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/interbench (Old) and /work/SRC/openSUSE:Factory/.interbench.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "interbench" Tue Jan 26 14:47:14 2021 rev:3 rq:866741 version:0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/interbench/interbench.changes 2015-10-20 00:07:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.interbench.new.28504/interbench.changes 2021-01-26 14:51:06.667788946 +0100 @@ -1,0 +2,5 @@ +Tue Jan 26 08:43:31 UTC 2021 - Martin Pluskal <mplus...@suse.com> + +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ interbench.spec ++++++ --- /var/tmp/diff_new_pack.knSSH0/_old 2021-01-26 14:51:07.151789606 +0100 +++ /var/tmp/diff_new_pack.knSSH0/_new 2021-01-26 14:51:07.155789611 +0100 @@ -1,7 +1,7 @@ # # spec file for package interbench # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # 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,11 +20,10 @@ Version: 0.31 Release: 0 Summary: Tool to benchmark interactivity in Linux -License: GPL-2.0 +License: GPL-2.0-only Group: System/Benchmark -Url: http://users.on.net/~ckolivas/interbench/ +URL: http://users.on.net/~ckolivas/interbench/ Source0: http://ck.kolivas.org/apps/interbench/interbench-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This benchmark application is designed to benchmark interactivity in Linux. See @@ -35,20 +34,22 @@ options. With careful benchmarking, different hardware can be compared. %prep -%setup -q +%autosetup %build -make %{?_smp_mflags} clean -make %{?_smp_mflags} CFLAGS="%{optflags}" LDLIBS="-lrt -lm" +%make_build clean +%make_build CFLAGS="%{optflags}" LDLIBS="-lrt -lm" %install -install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name} -install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 +install -Dpm 0755 %{name} \ + %{buildroot}%{_bindir}/%{name} +install -Dpm 0644 %{name}.8 \ + %{buildroot}%{_mandir}/man8/%{name}.8 %files -%defattr(-,root,root) -%doc COPYING readme readme.interactivity +%license COPYING +%doc readme readme.interactivity %{_bindir}/%{name} -%{_mandir}/man8/%{name}.* +%{_mandir}/man8/%{name}.8%{?ext_man} %changelog