Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
memtester
> memtester.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File memtester.spec of Package memtester (Revision 2)
Currently displaying revision
2
,
show latest
# # spec file for package memtester (Version 4.0.8) # # # norootforbuild Name: memtester BuildRequires: gcc-c++ License: GPL Group: System/Benchmark AutoReqProv: on Summary: A memory tester Version: 4.0.8 Release: 1 Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description memtester is a utility for testing the memory subsystem in a computer to determine if it is faulty. The original source was by Simon Kirby <sim@stormix.com>. I have by this time completely rewritten the original source, and added many additional tests to help catch borderline memory. I also rewrote the original tests (which catch mainly memory bits which are stuck permanently high or low) so that they run approximately an order of magnitude faster. %prep %setup %build %__make %install %__install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name} %__install -D -m 644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 %files %defattr(-,root,root) %doc BUGS CHANGELOG README* %{_bindir}/%{name} %{_mandir}/man8/%{name}* %clean rm -rf $RPM_BUILD_ROOT %changelog * Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com> - initial build version 4.0.8