This commit is contained in:
Xavier Bachelot 2017-07-05 15:42:06 +02:00
parent c4e4a69c13
commit 4f2c5d5b82
3 changed files with 17 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ sysbench-0.4.12.tar.gz
/sysbench-1.0.5.tar.gz
/sysbench-1.0.6.tar.gz
/sysbench-1.0.7.tar.gz
/sysbench-1.0.8.tar.gz

View File

@ -1 +1 @@
SHA512 (sysbench-1.0.7.tar.gz) = 0b32ad27180ab02df9c2e5e85a8b9bec231338cfb20d7337dd80f1e0628b48bae480fde9d69cd21730aa0ab7c65fecbede9c10cd4b96d0dcf44cd012afa10d65
SHA512 (sysbench-1.0.8.tar.gz) = 1baba00dc116a97295e4be26488598d160b7688739b08551d0cf2089bcd0f89a0c8edba6faa3634ea98955aecc04966e8328e79978352647ed764dcbe170566f

View File

@ -1,23 +1,25 @@
Summary: System performance benchmark
Name: sysbench
Version: 1.0.7
Version: 1.0.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/akopytov/sysbench/
BuildRequires: automake
BuildRequires: ck-devel
BuildRequires: docbook-style-xsl
BuildRequires: libaio-devel
BuildRequires: libtool
BuildRequires: libxslt
BuildRequires: luajit-devel
%if 0%{?el6}
BuildRequires: mysql-devel
%else
BuildRequires: mariadb-devel
%endif
BuildRequires: postgresql-devel
BuildRequires: ck-devel
BuildRequires: luajit-devel
BuildRequires: libaio-devel
BuildRequires: automake
BuildRequires: libtool
BuildRequires: vim-common
# Tests
%{!?el6:BuildRequires: /usr/bin/cram}
@ -71,7 +73,7 @@ autoreconf -vif
%install
%make_install
rm -f %{buildroot}%{_docdir}/sysbench/manual.html
mv %{buildroot}%{_docdir}/sysbench/manual.html .
# Test suite segfaults in koji aarch64
# Although it works on different aarch64 hardware...
@ -84,13 +86,18 @@ cd tests
%endif
%files
%doc ChangeLog COPYING README.md
%doc ChangeLog README.md manual.html
%license COPYING
%{_bindir}/*
%{_datadir}/%{name}
%changelog
* Wed Jul 05 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.8-1
- Update to 1.0.8.
- Fix creation and installation of manual.html file.
- Sort BuildRequires.
* Tue May 16 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.7-1
- Update to 1.0.7.