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