]> git.pld-linux.org Git - packages/memtester.git/blob - memtester.spec
- 4.0.0
[packages/memtester.git] / memtester.spec
1 Summary:        Userspace utility to test for faulty memory subsystem
2 Summary(pl):    Narzêdzie z przestrzeniu u¿ytkownika do testowania podsystemu pamiêci
3 Name:           memtester
4 Version:        4.0.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.qcc.sk.ca/~charlesc/software/%{name}/%{name}-%{version}.tar.gz
9 # Source0-md5:  f155671db3f96916d50a3d80188bc311
10 URL:            http://www.qcc.sk.ca/~charlesc/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 podsytem pamiêci, dzia³aj±cym w
20 przestrzeniu 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 uztkownika 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}/man1}
36
37 install memtester $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README README.tests
45 %attr(755,root,root) %{_bindir}/memtester
This page took 0.152091 seconds and 4 git commands to generate.