]> git.pld-linux.org Git - packages/memtester.git/blame - memtester.spec
- up to 4.2.2
[packages/memtester.git] / memtester.spec
CommitLineData
eb9ddb0d 1Summary: Userspace utility to test for faulty memory subsystem
b1b5eb9b 2Summary(pl.UTF-8): Narzędzie do testowania podsystemu pamięci
eb9ddb0d 3Name: memtester
d349087e 4# http://pyropus.ca/software/memtester/old-versions/memtester-4.2.0.tar.gz
4612b5c3 5Version: 4.2.2
60f9ee4c 6Release: 1
697d91a9 7License: GPL v2
eb9ddb0d 8Group: Applications/System
41dfb9d8 9Source0: http://pyropus.ca/software/memtester/old-versions/%{name}-%{version}.tar.gz
4612b5c3 10# Source0-md5: 0118616cc8860c6b85ef6a1281da1783
c8992fba 11URL: http://pyropus.ca/software/memtester/
eb9ddb0d 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Memtester is a userspace utility to test for memory subsytem errors.
16It performs various types of tests to check for many possible error
17kinds. Running as root is prefferred, but not a must.
18
0da6f251
JR
19%description -l pl.UTF-8
20Memtester jest programem testującym podsystem pamięci, działającym w
21przestrzeni użytkownika. Wykonuje wiele różnych rodzajów testów
22wyłapujących różne typy błędów. Najlepiej jest uruchomić go z
23użytkownika root, ale nie jest to wymagane.
12444c81 24
eb9ddb0d 25%prep
26%setup -q
27
28%build
95710391 29%{__make} \
30 CC="%{__cc}" \
31 CFLAGS="%{rpmcflags}" \
32 LDFLAGS="%{rpmldflags}"
eb9ddb0d 33
34%install
35rm -rf $RPM_BUILD_ROOT
967e0d13 36install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
eb9ddb0d 37
60f9ee4c 38install memtester $RPM_BUILD_ROOT%{_bindir}
967e0d13 39install memtester.8 $RPM_BUILD_ROOT%{_mandir}/man8
eb9ddb0d 40
eb9ddb0d 41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
41dfb9d8 46%doc BUGS CHANGELOG README README.tests
60f9ee4c 47%attr(755,root,root) %{_bindir}/memtester
967e0d13 48%{_mandir}/man8/*
This page took 0.074431 seconds and 4 git commands to generate.