summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--fio.spec12
-rw-r--r--sources2
3 files changed, 7 insertions, 9 deletions
diff --git a/.cvsignore b/.cvsignore
index dba72f6..de306df 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-fio-1.19.tar.bz2
+fio-1.20.tar.bz2
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
diff --git a/sources b/sources
index 447a68e..1e5b24e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72f5fad8474c68926868adb9780c3c9f fio-1.19.tar.bz2
+35ec1c97406d5a722e1fd62c9de75f9a fio-1.20.tar.bz2