rpms/sysbench/EL-4 sysbench.spec,NONE,1.1 sources,1.1,1.2

Xavier Bachelot xavierb at fedoraproject.org
Wed Mar 18 08:41:23 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/sysbench/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13523/EL-4

Modified Files:
	sources 
Added Files:
	sysbench.spec 
Log Message:
import into F-10,F-9,EL-4,EL-5


--- NEW FILE sysbench.spec ---
Summary:       System performance benchmark
Name:          sysbench
Version:       0.4.10
Release:       3%{?dist}
License:       GPLv2+
Group:         Applications/System
Source0:       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
URL:           http://sysbench.sourceforge.net/
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: mysql-devel
%if 0%{?rhel} != 4
BuildRequires: postgresql-devel
%endif


%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 \
%if 0%{?rhel} != 4
          --with-pgsql
%endif

make


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_docdir}/sysbench/manual.html


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING INSTALL README
%{_bindir}/*


%changelog
* Wed Mar 18 2009 Xavier Bachelot <xavier at bachelot.org> 0.4.10-3
- License is GPLv2+, not GPLv2.

* Sat Mar 14 2009 Xavier Bachelot <xavier at bachelot.org> 0.4.10-2
- Make postgres support optional, the version in rhel4 is too old.
- Drop TODO and manual.html from %%doc, they are empty.

* Thu Mar 05 2009 Xavier Bachelot <xavier at bachelot.org> 0.4.10-1
- Adapt original spec file taken from PLD.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sysbench/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Mar 2009 03:34:56 -0000	1.1
+++ sources	18 Mar 2009 08:40:53 -0000	1.2
@@ -0,0 +1 @@
+0820760bb16783ae51994aed794f952d  sysbench-0.4.10.tar.gz




More information about the fedora-extras-commits mailing list