sysbench/sysbench.spec

166 lines
5.5 KiB
RPMSpec
Raw Normal View History

2009-03-18 08:28:43 +00:00
Summary: System performance benchmark
Name: sysbench
2017-03-13 13:35:39 +00:00
Version: 1.0.4
2017-02-26 19:29:46 +00:00
Release: 1%{?dist}
2009-03-18 08:30:29 +00:00
License: GPLv2+
2009-03-18 08:28:43 +00:00
Group: Applications/System
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/akopytov/sysbench/
2009-03-18 08:28:43 +00:00
BuildRequires: mariadb-devel
2009-03-18 08:28:43 +00:00
BuildRequires: postgresql-devel
BuildRequires: ck-devel
BuildRequires: luajit-devel
2011-09-06 21:57:33 +00:00
BuildRequires: libaio-devel
2010-07-19 01:11:17 +00:00
BuildRequires: automake
BuildRequires: libtool
2017-02-25 14:28:25 +00:00
BuildRequires: vim-common
2017-02-25 15:39:09 +00:00
# Tests
BuildRequires: /usr/bin/cram
2009-03-18 08:28:43 +00:00
2017-02-27 19:09:14 +00:00
# luajit is needed and is not available for ppc64 and ppc64le.
# Use the same arches as luajit.
ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64
2009-03-18 08:28:43 +00:00
%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
rm -r third_party/luajit/luajit/
rm -r third_party/concurrency_kit/ck/
2017-03-13 13:35:39 +00:00
rm -r third_party/cram/
2009-03-18 08:28:43 +00:00
%build
export CFLAGS="%{optflags}"
2010-07-19 01:11:17 +00:00
autoreconf -vif
2009-03-18 08:28:43 +00:00
%configure --with-mysql \
--with-pgsql \
--with-system-ck \
2017-02-28 13:58:49 +00:00
--with-system-luajit \
%ifarch %{arm} aarch64
--with-gcc-arch=native
%endif
2009-03-18 08:28:43 +00:00
%make_build
2009-03-18 08:28:43 +00:00
%install
%make_install
rm -f %{buildroot}%{_docdir}/sysbench/manual.html
2009-03-18 08:28:43 +00:00
# Test suite segfaults in koji aarch64
# Although it works on different aarch64 hardware...
2017-02-25 15:39:09 +00:00
%check
cd tests
%ifnarch aarch64
2017-02-25 15:39:09 +00:00
./test_run.sh
%else
./test_run.sh || :
%endif
2009-03-18 08:28:43 +00:00
%files
%doc ChangeLog COPYING README.md
%license COPYING
2009-03-18 08:28:43 +00:00
%{_bindir}/*
%{_datadir}/%{name}
2009-03-18 08:28:43 +00:00
%changelog
2017-03-13 13:35:39 +00:00
* Mon Mar 13 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.4-1
- Fix build for i686.
- Drop bundled cram.
* Wed Mar 08 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.3-1
2017-02-26 19:29:46 +00:00
- Update to 1.0.3 (RHBZ#1424670).
2017-02-27 19:09:14 +00:00
- Restrict arches to the same ones as luajit.
2017-02-28 13:58:49 +00:00
- Add --with-gcc-arch=native to configure for %%{arm} and aarch64.
- Ignore test suite results for aarch64, it segfaults in koji.
2017-02-26 19:29:46 +00:00
2017-02-25 15:39:09 +00:00
* Sat Feb 25 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.2-2
- Run test suite.
2017-02-25 14:28:25 +00:00
* Sat Feb 25 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.2-1
- Update to 1.0.2 (RHBZ#1424670).
* Sun Feb 12 2017 Honza Horak <hhorak@redhat.com> - 1.0.0-1
- Update to the first proper release 1.0.0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2014-09-04 20:36:41 +00:00
* Thu Sep 04 2014 Xavier Bachelot <xavier@bachelot.org> 0.4.12-12
- Modernize specfile.
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-09-06 21:57:33 +00:00
* Tue Sep 06 2011 Xavier Bachelot <xavier@bachelot.org> 0.4.12-5
- Add BR: libaio-devel (rhbz#735882).
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 0.4.12-4
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-12-24 13:08:57 +00:00
* Fri Dec 24 2010 Xavier Bachelot <xavier@bachelot.org> 0.4.12-2
- Rebuild against new mysql.
2014-09-04 20:50:20 +00:00
* Wed Jul 07 2010 Xavier Bachelot <xavier@bachelot.org> 0.4.12-1
2010-07-19 01:11:17 +00:00
- Update to 0.4.12.
2009-08-21 16:03:20 +00:00
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.4.10-5
- rebuilt with new openssl
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-03-18 08:32:42 +00:00
* Wed Mar 18 2009 Xavier Bachelot <xavier@bachelot.org> 0.4.10-3
- License is GPLv2+, not GPLv2.
2009-03-18 08:28:43 +00:00
* Sat Mar 14 2009 Xavier Bachelot <xavier@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@bachelot.org> 0.4.10-1
- Adapt original spec file taken from PLD.