SPECS: filebench.spec (NEW) - nfy

arekm arekm at pld-linux.org
Wed Jun 20 11:36:06 CEST 2007


Author: arekm                        Date: Wed Jun 20 09:36:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- nfy

---- Files affected:
SPECS:
   filebench.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/filebench.spec
diff -u /dev/null SPECS/filebench.spec:1.1
--- /dev/null	Wed Jun 20 11:36:06 2007
+++ SPECS/filebench.spec	Wed Jun 20 11:36:01 2007
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	Filesystem benchmark
+Name:		filebench
+Version:	1.64
+Release:	0.1
+License:	CDDL
+Group:		Applications/System
+Source0:	http://dl.sourceforge.net/filebench/%{name}-%{version}-alpha-src.tar.gz
+# Source0-md5:	4651a3a75291f2184c5cd39ae38bc19c
+URL:		http://www.solarisinternals.com/wiki/index.php/FileBench
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gsl-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Filebench is quick to set up and use unlike many of the commercial
+benchmarks which it can emulate. It is also a handy tool for
+micro-benchmarking storage subsystems and studying the relationships
+of complex applications such as relational databases with their
+storage without having to incur the costs of setting up those
+applications, loading data and so forth.
+
+Filebench uses loadable workload personalities in a common framework
+to allow easy emulation of complex applications upon file systems. The
+workload personalities use a Workload Definition Language to define
+the workload's model.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/20 09:36:01  arekm
+- nfy
+
================================================================


More information about the pld-cvs-commit mailing list