From: Arkadiusz Miƛkiewicz Date: Sun, 20 May 2007 21:07:32 +0000 (+0000) Subject: - new X-Git-Tag: auto/th/bogodisk-0_5_4-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbogodisk.git;a=commitdiff_plain;h=55e62a4b2bb822c43791265fcbe5ba1c551a8b41 - new Changed files: bogodisk.spec -> 1.1 --- 55e62a4b2bb822c43791265fcbe5ba1c551a8b41 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}/*