]> git.pld-linux.org Git - packages/memtester.git/blob - memtester.spec
- updated to 2.93
[packages/memtester.git] / memtester.spec
1 Summary:        Utility to test for faulty memory
2 Summary(pl):    Program do testowania pamiêci
3 Name:           memtester
4 Version:        2.93
5 Release:        1
6 Copyright:      GNU
7 Group:          Utilities/System
8 Group(pl):      Narzêdzia/System
9 Source:         memtester-%{version}.tar.gz
10 URL:            http://www.qcc.sk.ca/~charlesc/software/memtester/
11 Exclusivearch:  %{ix86}
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Memtest is a utility for testing the memory in a PC to determine if it is
16 faulty.
17
18 %description -l pl
19 Memtest jest programem s³u¿±cym do testowania pamiêci PC, oraz okre¶lenia
20 czy jest sprawna, czy te¿ nie.
21
22 %prep
23 %setup -q -n memtester-%{version}
24
25 %build
26 make CFLAGS="$RPM_OPT_FLAGS"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
32 install -s memtest $RPM_BUILD_ROOT%{_sbindir}
33
34 install memtest.1 $RPM_BUILD_ROOT%{_mandir}/man1
35 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* ABOUT README.tests CHANGELOG TODO
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *gz
43 %attr(755,root,root) %{_sbindir}/memtest
44 %{_mandir}/man1/*
This page took 0.10664 seconds and 4 git commands to generate.