rpms/fio/devel fio.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Thu Feb 14 22:41:39 UTC 2008


Author: sandeen

Update of /cvs/pkgs/rpms/fio/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27212/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fio.spec 
Log Message:
Initial commit



--- NEW FILE fio.spec ---
Name:		fio
Version:	1.18
Release:	1%{?dist}
Summary:	Multithreaded IO generation tool

Group:		Applications/System
License:	GPLv2
URL:		http://git.kernel.dk/?p=fio.git;a=summary
Source:		http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libaio-devel

%description
fio is an I/O tool that will spawn a number of threads or processes doing
a particular type of io action as specified by the user.  fio takes a
number of global parameters, each inherited by the thread unless
otherwise parameters given to them overriding that setting is given.
The typical use of fio is to write a job file matching the io load
one wants to simulate.


%prep
%setup -q


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install prefix=%{_prefix} mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README REPORTING-BUGS COPYING HOWTO examples
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Wed Feb 13 2008 Eric Sandeen <sandeen at redhat.com> 1.18-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fio/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Feb 2008 22:16:48 -0000	1.1
+++ .cvsignore	14 Feb 2008 22:41:04 -0000	1.2
@@ -0,0 +1 @@
+fio-1.18.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fio/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Feb 2008 22:16:48 -0000	1.1
+++ sources	14 Feb 2008 22:41:04 -0000	1.2
@@ -0,0 +1 @@
+9217392c075de5c1adb944bfee44d126  fio-1.18.tar.bz2




More information about the fedora-extras-commits mailing list