From b35cda8dcffae109ae51f2161a0ee066059012d8 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 29 Jul 2024 08:14:46 +0000 Subject: automatic import of stress-ng --- .gitignore | 1 + sources | 1 + stress-ng.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 sources create mode 100644 stress-ng.spec diff --git a/.gitignore b/.gitignore index e69de29..b5bfe5b 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/V0.15.03.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..3f50645 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +f7599eaacf18603b00908a7a7cfe9547 V0.15.03.tar.gz diff --git a/stress-ng.spec b/stress-ng.spec new file mode 100644 index 0000000..68ea6db --- /dev/null +++ b/stress-ng.spec @@ -0,0 +1,51 @@ +Name: stress-ng +Version: 0.15.03 +Release: 1 +Summary: stress-ng will stress test a computer system in various selectable ways. + +License: GPL 2.0 +URL: https://github.com/ColinIanKing/stress-ng +Source0: https://github.com/ColinIanKing/stress-ng/archive/V%{version}.tar.gz + +BuildRequires: keyutils-libs-devel +BuildRequires: libaio-devel +BuildRequires: libattr-devel +BuildRequires: libcap-devel +BuildRequires: lksctp-tools-devel +BuildRequires: zlib-devel + +%description +stress-ng will stress test a computer system in various selectable +ways. It was designed to exercise various physical subsystems of a +computer as well as the various operating system kernel interfaces. + +%prep +%autosetup + +%build +export CFLAGS="%{optflags}" +export LDFLAGS="%{__global_ldflags}" +%make_build + +%install +%make_install + +%files +%license COPYING +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.* +%{_datadir}/* + +%changelog +* Tue Jan 31 2023 Cao Jingbo - 0.15.03-1 +- update to 0.15.03 + +* Thu Sep 22 2022 Wei, Qiang - 0.14.05-1 +- update to 0.14.05 +- Clean up unused buildrequires + +* Tue Mar 8 2022 overweight - 0.13.11-1 +- update to latest version + +* Wed Jul 22 2020 overweight