From d60d7b4b8d9ec40933ce657dd504bcbd2a25a09ca1e4d6c1f1bec262b37e2d7d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 11 Oct 2018 13:24:38 +0000 Subject: [PATCH] - Small packaging adjustemenet OBS-URL: https://build.opensuse.org/package/show/benchmark/ffsb?expand=0&rev=5 --- ffsb.changes | 5 +++++ ffsb.spec | 17 ++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ffsb.changes b/ffsb.changes index 5ca4024..9e82e6f 100644 --- a/ffsb.changes +++ b/ffsb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 11 13:24:15 UTC 2018 - Martin Pluskal + +- Small packaging adjustemenet + ------------------------------------------------------------------- Tue Apr 14 17:10:51 UTC 2015 - mpluskal@suse.com diff --git a/ffsb.spec b/ffsb.spec index bab2c0f..0053883 100644 --- a/ffsb.spec +++ b/ffsb.spec @@ -1,7 +1,7 @@ # # spec file for package ffsb # -# Copyright (c) 2015 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 @@ -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 @@ Name: ffsb Version: 6.0_rc2 Release: 0 Summary: Flexible File System Benchmark -License: GPL-2.0 +License: GPL-2.0-only Group: System/Benchmark -Url: http://sourceforge.net/projects/ffsb/ +URL: http://sourceforge.net/projects/ffsb/ Source: %{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Flexible Filesystem Benchmark (FFSB) is a filesystem performance @@ -37,14 +36,14 @@ filesystems. %build %configure -make RPM_OPT_FLAGS="%{optflags} -fstack-protector-all" %{?_smp_mflags} +make RPM_OPT_FLAGS="%{optflags}" %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files -%defattr(-,root,root) -%doc AUTHORS COPYING README examples +%license COPYING +%doc AUTHORS README examples %{_bindir}/ffsb %changelog