- New upstream version
This commit is contained in:
parent
e29ba1bc11
commit
0b9c74241f
@ -1 +1 @@
|
|||||||
fio-1.19.tar.bz2
|
fio-1.20.tar.bz2
|
||||||
|
12
fio.spec
12
fio.spec
@ -1,5 +1,5 @@
|
|||||||
Name: fio
|
Name: fio
|
||||||
Version: 1.19
|
Version: 1.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Multithreaded IO generation tool
|
Summary: Multithreaded IO generation tool
|
||||||
|
|
||||||
@ -20,24 +20,19 @@ 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
|
The typical use of fio is to write a job file matching the io load
|
||||||
one wants to simulate.
|
one wants to simulate.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n fio
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install prefix=%{_prefix} mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install prefix=%{_prefix} mandir=%{_mandir} DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README REPORTING-BUGS COPYING HOWTO examples
|
%doc README REPORTING-BUGS COPYING HOWTO examples
|
||||||
@ -45,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 25 2008 Eric Sandeen <sandeen@redhat.com> 1.20-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Thu Apr 10 2008 Eric Sandeen <sandeen@redhat.com> 1.19-1
|
* Thu Apr 10 2008 Eric Sandeen <sandeen@redhat.com> 1.19-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user