12 Star 0 Fork 10

src-openEuler/memtester

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
memtester.spec 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
%global debug_package %{nil}
Name: memtester
Version: 4.3.0
Release: 3
Summary: A userspace utility for testing the memory subsystem for faults
License: GPLv2
URL: http://pyropus.ca/software/memtester/
Source0: http://pyropus.ca/software/memtester/old-versions/%{name}-%{version}.tar.gz
Patch0: memtester-fix-make-install-path.patch
Patch1: fix-multi-difine.patch
Patch2: memtester-add-fstack-protector.patch
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
%setup -q -n %{name}-%{version}/
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%make_build
%install
make install DESTDIR="%{buildroot}"
%pre
%preun
%post
%postun
%check
%files
%license COPYING
%doc README README.tests
%{_bindir}/*
%{_mandir}/*
%changelog
* Tue Sep 7 2021 Shaowei Cheng <chenshaowei3@huawei.com>
- Add -fstack-protector-strong
* 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...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/memtester.git
git@gitee.com:src-openeuler/memtester.git
src-openeuler
memtester
memtester
openEuler-22.03-LTS-SP4

搜索帮助