]> git.pld-linux.org Git - packages/bonnie++.git/blob - bonnie++.spec
- added pl summary and/or description
[packages/bonnie++.git] / bonnie++.spec
1 Summary:        A program for benchmarking hard drives and filesystems
2 Summary:        Program mierz±cy wydajno¶æ twardych dysków i systemów plików
3 Name:           bonnie++
4 Version:        1.00f
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        http://www.coker.com.au/bonnie++/%{name}%{version}.tgz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Bonnie++ is a benchmark suite that is aimed at performing a number of
15 simple tests of hard drive and file system performance.
16
17 %description -l pl
18 Bonnie++ jest zestawem benchmarków, których celem jest przeprowadzenie
19 prostych testów wydajno¶ci twardego dysku i systemu plików.
20
21 %prep
22 %setup -q
23
24 %build
25 autoconf
26 ./configure --prefix=${RPM_BUILD_ROOT}
27 %{__make} 
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 make DESTDIR=${RPM_BUILD_ROOT} install
32 install -d ${RPM_BUILD_ROOT}%{_prefix}/man/man8
33 install -d ${RPM_BUILD_ROOT}%{_prefix}/man/man1
34 install *.8 $RPM_BUILD_ROOT%{_prefix}/man/man8
35 install *.1 $RPM_BUILD_ROOT%{_prefix}/man/man1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc changelog.txt readme.html
43
44 %attr(755,root,root) %{_sbindir}/bonnie++
45 %attr(755,root,root) %{_sbindir}/zcav
46 %attr(755,root,root) %{_bindir}/bon_csv2html
47 %attr(755,root,root) %{_bindir}/bon_csv2txt
48 %{_mandir}/man*/*
This page took 0.05695 seconds and 3 git commands to generate.