]> git.pld-linux.org Git - packages/bonnie++.git/blob - bonnie++.spec
- update from 1.02 to 1.02c
[packages/bonnie++.git] / bonnie++.spec
1 Summary:        A program for benchmarking hard drives and filesystems
2 Summary(es):    Benchmark (prueba de desempeño) Bonnie para Sistemas de Archivos Unix
3 Summary(pl):    Program mierz±cy wydajno¶æ twardych dysków i systemów plików
4 Summary(pt_BR): Benchmark (teste de performance) Bonnie para Sistemas de Arquivos Unix
5 Name:           bonnie++
6 Version:        1.02c
7 Release:        1
8 License:        GPL
9 Group:          Applications/System
10 Source0:        http://www.coker.com.au/bonnie++/%{name}-%{version}.tgz
11 BuildRequires:  autoconf
12 BuildRequires:  libstdc++-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Bonnie++ is a benchmark suite that is aimed at performing a number of
17 simple tests of hard drive and file system performance.
18
19 %description -l es
20 Bonnie es un benchmark (prueba de desempeño) popular que verifica
21 varios aspectos de sistemas de archivos Unix.
22
23 %description -l pl
24 Bonnie++ jest zestawem benchmarków, których celem jest przeprowadzenie
25 prostych testów wydajno¶ci twardego dysku i systemu plików.
26
27 %description -l pt_BR
28 Bonnie é um benchmark (teste de performance) popular que verifica
29 vários aspectos de sistemas de arquivos Unix.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__autoconf}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/{man1,man8}}
42
43 install bonnie++ zcav $RPM_BUILD_ROOT%{_sbindir}
44 install bon_csv2html bon_csv2txt $RPM_BUILD_ROOT%{_bindir}
45 install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
46 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc debian/changelog readme.html
54
55 %attr(755,root,root) %{_sbindir}/bonnie++
56 %attr(755,root,root) %{_sbindir}/zcav
57 %attr(755,root,root) %{_bindir}/bon_csv2html
58 %attr(755,root,root) %{_bindir}/bon_csv2txt
59 %{_mandir}/man*/*
This page took 0.06962 seconds and 4 git commands to generate.