rpms/fs_mark/EL-5 fs_mark.spec,NONE,1.1 sources,1.1,1.2

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Fri Jul 11 20:33:06 UTC 2008


Author: sandeen

Update of /cvs/pkgs/rpms/fs_mark/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8838

Modified Files:
	sources 
Added Files:
	fs_mark.spec 
Log Message:
* Wed Jun 18 2008 Eric Sandeen <sandeen at redhat.com> 3.2-2
- Address review comments



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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fs_mark/EL-5/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	11 Jul 2008 20:32:08 -0000	1.2
@@ -0,0 +1 @@
+d802070c6d6bcb106d1d88565a2ce50d  fs_mark-3.2.tgz




More information about the fedora-extras-commits mailing list