Accepting request 373815 from benchmark

- Build with optflags

OBS-URL: https://build.opensuse.org/request/show/373815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fs_mark?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-03-17 15:36:07 +00:00 committed by Git OBS Bridge
commit 91d59ba1dd
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 Fri Mar 13 21:18:50 UTC 2015 - mpluskal@suse.com

View File

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