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 7)
Currently displaying revision
7
,
show latest
# # spec file for package memtester (Version 4.2.1) # # # norootforbuild Name: memtester BuildRequires: gcc-c++ License: GPL Group: System/Benchmark AutoReqProv: on Summary: A memory tester Version: 4.2.1 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 * Mon Oct 04 2010 Carsten Schoene <cs@linux-administrator.com> - 4.2.1-1 - update to release 4.2.1 * Sun Aug 01 2010 Carsten Schoene <cs@linux-administrator.com> - 4.2.0-1 - update to release 4.2.0 * Mon Mar 01 2010 Carsten Schoene <cs@linux-administrator.com> - 4.1.3-1 - update to release 4.1.3 * Thu Jul 30 2009 Carsten Schoene <cs@linux-administrator.com> - 4.1.2-1 - update to release 4.1.2 * Sat Jul 25 2009 Carsten Schoene <cs@linux-administrator.com> - 4.1.1-1 - update to release 4.1.1 * Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com> - initial build version 4.0.8