rpms/sysbench/devel import.log, NONE, 1.1 sysbench.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Wed Mar 18 08:29:13 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/sysbench/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10119/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sysbench.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
sysbench-0_4_10-2_fc10:HEAD:sysbench-0.4.10-2.fc10.src.rpm:1237364852


--- NEW FILE sysbench.spec ---
Summary:       System performance benchmark
Name:          sysbench
Version:       0.4.10
Release:       2%{?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
* 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sysbench/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Mar 2009 03:34:56 -0000	1.1
+++ .cvsignore	18 Mar 2009 08:28:43 -0000	1.2
@@ -0,0 +1 @@
+sysbench-0.4.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sysbench/devel/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:28:43 -0000	1.2
@@ -0,0 +1 @@
+0820760bb16783ae51994aed794f952d  sysbench-0.4.10.tar.gz




More information about the fedora-extras-commits mailing list