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