From: Arkadiusz Miƛkiewicz Date: Sun, 20 May 2007 21:09:04 +0000 (+0000) Subject: - new X-Git-Tag: auto/th/bogoseek-0_3_5-1~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fbogoseek.git;a=commitdiff_plain;h=35559ae2fa57d8b273b8e6d0af23a76f62de034c - new Changed files: bogoseek.spec -> 1.1 --- 35559ae2fa57d8b273b8e6d0af23a76f62de034c diff --git a/bogoseek.spec b/bogoseek.spec new file mode 100644 index 0000000..b79c02b --- /dev/null +++ b/bogoseek.spec @@ -0,0 +1,34 @@ +Summary: Disk Speed Graphs +Name: bogoseek +Version: 0.3.2 +Release: 1 +License: GPL +Group: Applications/System +Source0: http://sweaglesw.com/~djwong/programs/bogodisk/%{name}-%{version}.tar.gz +# Source0-md5: 3b0e52b9ffd0c77d1fcebb98db743ef0 +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}/*