update to 0.13.11

This commit is contained in:
Fabio Alessandro Locati 2022-02-02 15:47:30 +01:00
parent 758add6b03
commit 94d78b2794
No known key found for this signature in database
GPG Key ID: 6C87B5F613A3F7F8

View File

@ -1,13 +1,13 @@
Name: stress-ng
Version: 0.13.00
Release: 2%{?dist}
Version: 0.13.11
Release: 1%{?dist}
Summary: Stress test a computer system in various ways
License: GPLv2+
URL: https://kernel.ubuntu.com/~cking/%{name}
Source0: https://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz
Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: make
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: kernel-headers
@ -28,13 +28,9 @@ various physical subsystems of a computer as well as the various operating
system kernel interfaces.
%prep
%setup -q
# Nasty sed to get it building on F35
sed -i '39 i override undefine V' Makefile
%autosetup -n %{name}-%{version}
%build
export CFLAGS="%{optflags}"
export LDFLAGS="%{__global_ldflags}"
%make_build
%install
@ -46,7 +42,7 @@ install -pm 644 bash-completion/%{name} \
%files
%license COPYING
%doc README
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%dir %{_datadir}/bash-completion
@ -54,6 +50,11 @@ install -pm 644 bash-completion/%{name} \
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Wed Feb 02 2022 Fabio Alessandro Locati <fale@fedoraproject.org> - 0.13.11-1
- Update to 0.13.11
- move source to github since the author changed company
- clean the build process
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.00-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild