]> git.pld-linux.org Git - packages/memtester.git/commitdiff
*** empty log message ***
authorlukasz <lukasz@pld-linux.org>
Tue, 23 Nov 1999 01:01:11 +0000 (01:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    memtester.spec -> 1.9

memtester.spec [deleted file]

diff --git a/memtester.spec b/memtester.spec
deleted file mode 100644 (file)
index 7d87690..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-%define date 19991122
-Summary:       Utility to test for faulty memory
-Summary(pl):   Program do testowania pamiêci
-Name:          memtester
-Version:       %{date}
-Release:       1
-Copyright:     GNU
-Group:         Utility/System
-Group(pl):     Narzêdzia/System                
-Source:                memtester-%{date}.tar.gz
-URL:           http://www.qcc.sk.ca/~charlesc/software/memtester/
-Exclusivearch: %{ix86}
-BuildRoot:     /tmp/%{name}-%{version}-root
-
-%description
-Memtest is a utility for testing the memory in a PC to determine if it is
-faulty.
-
-%description -l pl
-Memtest jest programem s³u¿±cym do testowania pamiêci PC, oraz okre¶lenia
-czy jest sprawna, czy te¿ nie.
-
-%prep
-%setup -q -n memtester-%{date}
-
-%build
-make CFLAGS="$RPM_OPT_FLAGS"
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
-install -s memtest $RPM_BUILD_ROOT%{_sbindir}
-
-
-install memtest.1 $RPM_BUILD_ROOT%{_mandir}/man1
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* ABOUT README.tests CHANGELOG TODO
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc *gz
-%attr(755,root,root) %{_sbindir}/memtest
-%{_mandir}/man1/*
This page took 0.074532 seconds and 4 git commands to generate.