]> git.pld-linux.org Git - packages/filebench.git/blame - filebench.spec
- nfy
[packages/filebench.git] / filebench.spec
CommitLineData
714de873
AM
1Summary: Filesystem benchmark
2Name: filebench
3Version: 1.64
4Release: 0.1
5License: CDDL
6Group: Applications/System
7Source0: http://dl.sourceforge.net/filebench/%{name}-%{version}-alpha-src.tar.gz
8# Source0-md5: 4651a3a75291f2184c5cd39ae38bc19c
9URL: http://www.solarisinternals.com/wiki/index.php/FileBench
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: gsl-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Filebench is quick to set up and use unlike many of the commercial
17benchmarks which it can emulate. It is also a handy tool for
18micro-benchmarking storage subsystems and studying the relationships
19of complex applications such as relational databases with their
20storage without having to incur the costs of setting up those
21applications, loading data and so forth.
22
23Filebench uses loadable workload personalities in a common framework
24to allow easy emulation of complex applications upon file systems. The
25workload personalities use a Workload Definition Language to define
26the workload's model.
27
28%prep
29%setup -q
30
31%build
32%{__aclocal}
33%{__autoconf}
34%{__autoheader}
35%{__automake}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
This page took 0.070015 seconds and 4 git commands to generate.