rpms/fs_mark/F-9 fs_mark.spec, NONE, 1.1 import.log, NONE, 1.1 nostatic, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Thu Jun 19 04:18:14 UTC 2008


Author: sandeen

Update of /cvs/pkgs/rpms/fs_mark/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4590/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	fs_mark.spec import.log nostatic 
Log Message:
Initial import



--- NEW FILE fs_mark.spec ---
Name:		fs_mark
Version:	3.2
Release:	2%{?dist}
Summary:	Benchmark synchronous/async file creation

Group:		Applications/System
License:	GPLv2+
URL:		http://developer.osdl.org/dev/doubt/fs_mark
Source0:	http://developer.osdl.org/dev/doubt/fs_mark/archive/%{name}-%{version}.tgz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Patch0:		nostatic

%description
The fs_mark program is meant to give a low level bashing to file
systems. The write pattern that we concentrate on is heavily
synchronous IO across mutiple directories, drives, etc.


%prep
%setup -q -n fs_mark
%patch0 -p1 

%build
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
install -D fs_mark $RPM_BUILD_ROOT/usr/bin/fs_mark

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README plot_test
%{_bindir}/fs_mark


%changelog
* Wed Jun 18 2008 Eric Sandeen <sandeen at redhat.com> 3.2-2
- Address review comments

* Mon Jun 09 2008 Eric Sandeen <sandeen at redhat.com> 3.2-1
- Initial build


--- NEW FILE import.log ---
fs_mark-3_2-2_fc8:F-9:fs_mark-3.2-2.fc8.src.rpm:1213849002


--- NEW FILE nostatic ---
Index: fs_mark/Makefile
===================================================================
--- fs_mark.orig/Makefile	2008-06-11 14:08:26.109985014 -0500
+++ fs_mark/Makefile	2008-06-11 14:08:40.902982531 -0500
@@ -10,14 +10,14 @@ DIR1= /test/dir1
 DIR2= /test/dir2
 
 COBJS= fs_mark.o lib_timing.o
-CFLAGS= -O2 -Wall -D_FILE_OFFSET_BITS=64
+CFLAGS+= -O2 -Wall -D_FILE_OFFSET_BITS=64
 
 all: fs_mark 
 
 fs_mark.o: fs_mark.c fs_mark.h
 
 fs_mark: fs_mark.o lib_timing.o
-	${CC} -static -o fs_mark fs_mark.o lib_timing.o
+	${CC} -o fs_mark fs_mark.o lib_timing.o
 
 test: fs_mark
 	./fs_mark -d ${DIR1} -d ${DIR2} -s 51200 -n 4096


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fs_mark/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2008 00:45:31 -0000	1.1
+++ .cvsignore	19 Jun 2008 04:17:24 -0000	1.2
@@ -0,0 +1 @@
+fs_mark-3.2.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fs_mark/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2008 00:45:31 -0000	1.1
+++ sources	19 Jun 2008 04:17:24 -0000	1.2
@@ -0,0 +1 @@
+d802070c6d6bcb106d1d88565a2ce50d  fs_mark-3.2.tgz




More information about the fedora-extras-commits mailing list