SHA256
1
0
forked from pool/fs_mark

- Build with optflags

OBS-URL: https://build.opensuse.org/package/show/benchmark/fs_mark?expand=0&rev=5
This commit is contained in:
Martin Pluskal 2016-03-16 14:58:17 +00:00 committed by Git OBS Bridge
parent 14829ec78f
commit cf9703d73c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 16 14:57:55 UTC 2016 - mpluskal@suse.com
- Build with optflags
-------------------------------------------------------------------
Fri Mar 13 21:18:50 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package fs_mark
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2003-2004 EMC Corporation
#
# All modifications and additions to the file contributed by third parties
@ -43,11 +43,11 @@ setups.
cp %{SOURCE1} .
%build
CFLAGS="%{optflags}"
export CFLAGS="%{optflags}"
make %{?_smp_mflags}
%install
install -D -m0755 fs_mark %{buildroot}%{_bindir}/fs_mark
install -D -m 0755 fs_mark %{buildroot}%{_bindir}/fs_mark
%files
%defattr(-,root,root)