Compare commits
No commits in common. "6e31650861ffb91eba33c9c8baf9d369bdcc4b92" and "447af6729a87217ff14df3c3d19b93bd986e90e9" have entirely different histories.
6e31650861
...
447af6729a
Binary file not shown.
@ -1,54 +0,0 @@
|
|||||||
%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
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user