stress-ng/stress-ng.spec

42 lines
1.1 KiB
RPMSpec
Raw Normal View History

2020-07-21 23:47:50 -07:00
Name: stress-ng
2022-03-08 02:50:39 +00:00
Version: 0.13.11
2020-07-21 23:47:50 -07:00
Release: 1
Summary: stress-ng will stress test a computer system in various selectable ways.
License: GPL 2.0
2022-03-08 02:50:39 +00:00
URL: https://github.com/ColinIanKing/stress-ng
Source0: https://github.com/ColinIanKing/stress-ng/archive/V0.13.11.tar.gz
2020-07-21 23:47:50 -07:00
BuildRequires: gcc glibc-devel kernel-headers keyutils-libs-devel libatomic zlib-devel
BuildRequires: libaio-devel libattr-devel libcap-devel libgcrypt-devel Judy-devel lksctp-tools-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
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%{_datadir}/*
%changelog
2022-03-08 02:50:39 +00:00
* Tue Mar 8 2022 overweight <suoxiaocong@kylinos.cn> - 0.13.11-1
- update to latest version
2020-07-21 23:47:50 -07:00
* Wed Jul 22 2020 overweight <hexiaowen@huawei.com 0.11.16-1
- package init