memtester/memtester.spec
cherry530 5673b3b5b1 Upgrade version 4.6.0
Signed-off-by: cherry530 <707078654@qq.com>
2023-09-20 16:31:17 +08:00

55 lines
1.4 KiB
RPMSpec

%global debug_package %{nil}
Name: memtester
Version: 4.6.0
Release: 1
Summary: A userspace utility for testing the memory subsystem for faults
License: GPL-2.0-only
URL: http://pyropus.ca/software/memtester/
Source0: http://pyropus.ca/software/memtester/old-versions/%{name}-%{version}.tar.gz
BuildRequires: gcc
%description
A userspace utility for testing the memory subsystem for faults. It's portable and should compile and work on any 32- or 64-bit Unix-like system. (Yes, even weird, proprietary Unices, and even Mac OS X.) For hardware developers, memtester can be told to test memory starting at a particular physical address as of memtester version 4.1.0.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%make_build
%install
install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
%pre
%preun
%post
%postun
%check
%files
%license COPYING
%doc README README.tests
%{_bindir}/*
%{_mandir}/*
%changelog
* Fri Sep 15 2023 xu_ping <707078654@qq.com> - 4.6.0-1
- Upgrade version to 4.6.0
* Tue Aug 02 2022 liukuo <liukuo@kylinos.cn> - 4.5.1-2
- License compliance rectification
* Tue Jul 05 2022 YukariChiba <i@0x7f.cc> - 4.5.1-1
- Upgrade version to 4.5.1
* Wed Aug 4 2021 Lu Weitao <luweitao2@huawei.com>
- fix compile failure by upgrade to GCC-10
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init