Summary: Userspace utility to test for faulty memory subsystem Summary(pl): Narzędzie z przestrzeni użytkownika do testowania podsystemu pamięci Name: memtester Version: 4.0.2 Release: 1 License: GPL Group: Applications/System Source0: http://www.qcc.sk.ca/~charlesc/software/%{name}/%{name}-%{version}.tar.gz # Source0-md5: a3d5e8bda7abb6ca71e58754a93f7ed2 URL: http://www.qcc.sk.ca/~charlesc/software/memtester/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Memtester is a userspace utility to test for memory subsytem errors. It performs various types of tests to check for many possible error kinds. Running as root is prefferred, but not a must. %description -l pl Memtester jest programem testującym podsytem pamięci, działającym w przestrzeni użytkownika. Wykonuje wiele różnych rodzajów testów wyłapujących różne typy błędów. Najlepiej jest uruchomić go z uztkownika root, ale nie jest to wymagane. %prep %setup -q %build %{__make} \ CC="%{__cc}" \ CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8} install memtester $RPM_BUILD_ROOT%{_bindir} install memtester.8 $RPM_BUILD_ROOT%{_mandir}/man8 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README README.tests %attr(755,root,root) %{_bindir}/memtester %{_mandir}/man8/*