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