]> git.pld-linux.org Git - packages/bonnie++.git/commitdiff
Not finished, dont instal properly, probably need ac fixies (atleast ac+spec)
authorMaciej Pijanka <agaran@pld-linux.org>
Thu, 28 Jun 2001 13:03:08 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bonnie++.spec -> 1.1

bonnie++.spec [new file with mode: 0644]

diff --git a/bonnie++.spec b/bonnie++.spec
new file mode 100644 (file)
index 0000000..cafd5ea
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       A program for benchmarking hard drives and filesystems
+Name:          bonnie++
+Version:       1.00f
+Release:       1
+License:       GPL
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
+Source0:       http://www.coker.com.au/bonnie++/%{name}%{version}.tgz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bonnie++ is a benchmark suite that is aimed at performing a number of
+simple tests of hard drive and file system performance.
+
+%prep
+%setup -q
+
+%build
+autoconf
+./configure --prefix=${RPM_BUILD_ROOT}
+%{__make} 
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=${RPM_BUILD_ROOT} install
+install -d ${RPM_BUILD_ROOT}%{_prefix}/man/man8
+install -d ${RPM_BUILD_ROOT}%{_prefix}/man/man1
+install *.8 $RPM_BUILD_ROOT%{_prefix}/man/man8
+install *.1 $RPM_BUILD_ROOT%{_prefix}/man/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changelog.txt readme.html
+
+%attr(755,root,root) %{_sbindir}/bonnie++
+%attr(755,root,root) %{_sbindir}/zcav
+%attr(755,root,root) %{_bindir}/bon_csv2html
+%attr(755,root,root) %{_bindir}/bon_csv2txt
+%{_mandir}/man*/*
This page took 0.098401 seconds and 4 git commands to generate.