]> git.pld-linux.org Git - packages/memtester.git/blob - memtester.spec
- %%__cc
[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:        2.93.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 URL:            http://www.qcc.sk.ca/~charlesc/software/%{name}/
9 Source0:        http://www.qcc.sk.ca/~charlesc/software/%{name}/%{name}-%{version}.tar.bz2
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Memtester is a userspace utility to test for memory subsytem errors.
14 It performs various types of tests to check for many possible error
15 kinds. Running as root is prefferred, but not a must.
16
17 %description -l pl
18 Memtester jest programem testuj±cym podsytem pamiêci, dzia³aj±cym w
19 przestrzeniu u¿ytkownika. Wykonuje wiele ró¿nych rodzajów testów
20 wy³apuj±cych ró¿ne typy b³êdów. Najlepiej jest uruchomiæ go z
21 uztkownika root, ale nie jest to wymagane.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} CC="%{__cc}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 install -d $RPM_BUILD_ROOT%{_mandir}/man1
34 install memtest $RPM_BUILD_ROOT%{_bindir}
35 install memtest.1 $RPM_BUILD_ROOT%{_mandir}/man1
36
37 gzip -9nf CHANGELOG ABOUT README.tests
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/memtest
46 %{_mandir}/man1/*
This page took 0.030349 seconds and 4 git commands to generate.