summaryrefslogtreecommitdiffstats
path: root/fio.spec
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@fedoraproject.org>2008-04-25 17:11:46 +0000
committerEric Sandeen <sandeen@fedoraproject.org>2008-04-25 17:11:46 +0000
commit0b9c74241f0def72ca5587ac736502a65cd54ee1 (patch)
tree8627ae6c0a6f04c5530a58cce47c504b30a4256e /fio.spec
parente29ba1bc1181e74e0af4007bd8ffa346daf61f5d (diff)
downloadfio-0b9c74241f0def72ca5587ac736502a65cd54ee1.tar.gz
fio-0b9c74241f0def72ca5587ac736502a65cd54ee1.tar.xz
fio-0b9c74241f0def72ca5587ac736502a65cd54ee1.zip
- New upstream version
Diffstat (limited to 'fio.spec')
-rw-r--r--fio.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/fio.spec b/fio.spec
index c566490..9bb721b 100644
--- a/fio.spec
+++ b/fio.spec
@@ -1,5 +1,5 @@
Name: fio
-Version: 1.19
+Version: 1.20
Release: 1%{?dist}
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
one wants to simulate.
-
%prep
-%setup -q
-
+%setup -q -n fio
%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
@@ -45,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%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
- New upstream version