]> git.pld-linux.org Git - packages/sysbench.git/commitdiff
- initial auto/th/sysbench-0_4_8-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Aug 2008 06:29:20 +0000 (06:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sysbench.spec -> 1.1

sysbench.spec [new file with mode: 0644]

diff --git a/sysbench.spec b/sysbench.spec
new file mode 100644 (file)
index 0000000..b1e6288
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       a system performance benchmark
+Name:          sysbench
+Version:       0.4.8
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/sysbench/%{name}-%{version}.tar.gz
+# Source0-md5: da17b9654ec7cb8ebc0b8a8062a41dce
+URL:           http://sysbench.sourceforge.net/
+BuildRequires: mysql-devel
+BuildRequires: postgresql-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SysBench is a modular, cross-platform and multi-threaded benchmark
+tool for evaluating OS parameters that are important for a system
+running a database under intensive load.
+
+The idea of this benchmark suite is to quickly get an impression about
+system performance without setting up complex database benchmarks or
+even without installing a database at all. Current features allow to
+test the following system parameters:
+- file I/O performance
+- scheduler performance
+- memory allocation and transfer speed
+- POSIX threads implementation performance
+- database server performance (OLTP benchmark)
+
+Primarily written for MySQL server benchmarking, SysBench will be
+further extended to support multiple database backends, distributed
+benchmarks and third-party plug-in modules.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --with-mysql \
+       --with-pgsql
+%{__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)
+%doc ChangeLog README TODO doc/manual.html
+%attr(755,root,root) %{_bindir}/s*
This page took 0.096237 seconds and 4 git commands to generate.