rpms/tiobench/devel tiobench.spec,1.3,1.4

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Apr 14 12:53:18 UTC 2007


Author: thl

Update of /cvs/extras/rpms/tiobench/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21819

Modified Files:
	tiobench.spec 
Log Message:
Fix largefile support


Index: tiobench.spec
===================================================================
RCS file: /cvs/extras/rpms/tiobench/devel/tiobench.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tiobench.spec	29 Aug 2006 05:42:05 -0000	1.3
+++ tiobench.spec	14 Apr 2007 12:52:33 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           tiobench
 Version:        0.3.3
-Release:        4%{?dist}
+Release:        6
 Summary:        Threaded I/O benchmark
 
 Group:          Applications/System
@@ -18,13 +18,12 @@
 
 %prep
 %setup -q
-sed -i 's|^#(DEFINES=-DLARGEFILES)$|$1|' Makefile
 sed -i 's|tiobench.pl|tiobench|' scripts/makeimages.pl scripts/bigbench.sh
 rm -rf scripts/CVS
 chmod 0644 scripts/*
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make CFLAGS="$RPM_OPT_FLAGS -DLARGEFILES" %{?_smp_mflags}
 
 
 %install
@@ -48,6 +47,12 @@
 
 
 %changelog
+* Fri Apr 13 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.3.3-6
+- Remove dist in devel branch
+
+* Fri Apr 13 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.3.3-5
+- Fix largefile support
+
 * Tue Aug 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.3.3-4
 - Rebuild for Fedora Extras 6
 




More information about the fedora-extras-commits mailing list