summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2007-05-20 21:07:32 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit55e62a4b2bb822c43791265fcbe5ba1c551a8b41 (patch)
treec56a2a69ed7529f92e0b759e6da6b369b556bd32
downloadbogodisk-55e62a4b2bb822c43791265fcbe5ba1c551a8b41.zip
bogodisk-55e62a4b2bb822c43791265fcbe5ba1c551a8b41.tar.gz
- new
Changed files: bogodisk.spec -> 1.1
-rw-r--r--bogodisk.spec34
1 files changed, 34 insertions, 0 deletions
diff --git a/bogodisk.spec b/bogodisk.spec
new file mode 100644
index 0000000..4286302
--- /dev/null
+++ b/bogodisk.spec
@@ -0,0 +1,34 @@
+Summary: Disk Speed Graphs
+Name: bogodisk
+Version: 0.5.2
+Release: 1
+License: GPL
+Group: Applications/System
+Source0: http://sweaglesw.com/~djwong/programs/bogodisk/%{name}-%{version}.tar.gz
+# Source0-md5: cd047128e1c7bb8e1e1f59213523e6d8
+URL: http://sweaglesw.com/~djwong/programs/bogodisk/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Disk throughput benchmarking tool.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/*