]> git.pld-linux.org Git - packages/bogodisk.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 20 May 2007 21:07:32 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogodisk.spec -> 1.1

bogodisk.spec [new file with mode: 0644]

diff --git a/bogodisk.spec b/bogodisk.spec
new file mode 100644 (file)
index 0000000..4286302
--- /dev/null
@@ -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}/*
This page took 0.069696 seconds and 4 git commands to generate.