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