Accepting request 642969 from benchmark

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/642969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffsb?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-10-22 09:22:35 +00:00 committed by Git OBS Bridge
commit fa203f4730
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 11 13:24:15 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Small packaging adjustemenet
-------------------------------------------------------------------
Tue Apr 14 17:10:51 UTC 2015 - mpluskal@suse.com

View File

@ -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