Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 5807f31b6348f55ca078a718975729a1 > files > 2

memtester-2.93.1-4mdk.src.rpm

%define name memtester
%define version 2.93.1
%define release 4mdk

Name: %{name}
Summary: Memtester is a memory tester
Version: %{version}
Release: %{release}
Source: %{name}-%{version}.tar.bz2
Group: Monitoring
URL: http://www.qcc.sk.ca/~charlesc/software/memtester/
BuildRoot: %{_tmppath}/%{name}-buildroot
License: GPL

%description
Memtest 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
rm -rf $RPM_BUILD_ROOT

%setup -q

%build
%make

%install
install -m 755 -d $RPM_BUILD_ROOT%{_bindir}
install -m 755 memtest $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc ABOUT BUGS CHANGELOG COPYING README.tests TODO
%{_bindir}/*


%changelog
* Wed Aug 28 2002 Lenny Cartier <lenny@mandrakesoft.com> 2.93.1-4mdk
- rebuild

* Tue Aug 21 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.93.1-3mdk
- rebuild

* Mon Jan 22 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.93.1-2mdk
- rebuild

* Mon Sep 11 2000 Lenny Cartier <lenny@mandrakesoft.com> 2.93.1-1mdk
- v2.93.1
- macros

* Tue Aug 01 2000 Thierry Vignaud <tvignaud@mandrakesoft.com> 19991206-3mdk
- BM
- fix spec oddities like both install files in
  $$RPM_BUILD_ROOT/usr/doc/%%{name}-%%{version} and use %%doc on the same files :-(

* Tue May 02 2000 Lenny Cartier <lenny@mandrakesoft.com> 19991206-2mdk
- fix group
- fix files section

* Tue Dec 07 1999 Lenny Cartier <lenny@mandrakesoft.com>
- new in contribs
- first specfile