From 9ac5c2ac6a8ae6ce778527028b138eab4cd8e967 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:04:58 +0100 Subject: [PATCH] automatic version update by autodist [release 5.01-1mamba;Tue Nov 19 2013] --- README.md | 5 ++- memtest86+-5.01-Makefile.patch | 10 ++++++ memtest86+.spec | 58 ++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 memtest86+-5.01-Makefile.patch create mode 100644 memtest86+.spec diff --git a/README.md b/README.md index f4f95c5..848e202 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# memtest86Plus +# memtest86+ + +Based on the well-known original memtest86 written by Chris Brady, memtest86+ is a port by some members of the x86-secret team. +Our goal is to provide an up-to-date and completly reliable version of this software tool aimed at memory failures detection. diff --git a/memtest86+-5.01-Makefile.patch b/memtest86+-5.01-Makefile.patch new file mode 100644 index 0000000..10307bd --- /dev/null +++ b/memtest86+-5.01-Makefile.patch @@ -0,0 +1,10 @@ +--- memtest86+-5.01/Makefile.orig 2013-11-19 10:20:10.612456418 +0100 ++++ memtest86+-5.01/Makefile 2013-11-19 10:20:15.443429336 +0100 +@@ -21,7 +21,6 @@ + + + all: clean memtest.bin memtest +- scp memtest.bin root@192.168.0.12:/srv/tftp/mt86plus + + # Link it statically once so I know I don't have undefined + # symbols and then link it dynamically so I have full diff --git a/memtest86+.spec b/memtest86+.spec new file mode 100644 index 0000000..3d67e05 --- /dev/null +++ b/memtest86+.spec @@ -0,0 +1,58 @@ +Name: memtest86+ +Version: 5.01 +Release: 1mamba +Summary: Thorough, stand alone memory test for x86 architecture computers +Group: System/Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.memtest.org/ +Source: http://www.memtest.org/download/%{version}/%{name}-%{version}.tar.gz +Patch0: memtest86+-5.01-Makefile.patch +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Based on the well-known original memtest86 written by Chris Brady, memtest86+ is a port by some members of the x86-secret team. +Our goal is to provide an up-to-date and completly reliable version of this software tool aimed at memory failures detection. + +%prep +%setup -q +%patch0 -p1 + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +install -D memtest.bin %{buildroot}/boot/memtest.bin + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc README README.build-process +/boot/memtest.bin + +%changelog +* Tue Nov 19 2013 Automatic Build System 5.01-1mamba +- automatic version update by autodist + +* Mon Apr 22 2013 Automatic Build System 4.20-1mamba +- automatic version update by autodist + +* Wed Jul 11 2012 Automatic Build System 4.10-1mamba +- automatic version update by autodist + +* Sat Feb 27 2010 Silvan Calarco 4.00-1mamba +- update to 4.00 + +* Thu Sep 27 2007 Silvan Calarco 1.70-2mamba +- specfile updates for openmamba + +* Wed Jan 17 2007 Davide Madrisan 1.70-1qilnx +- update to version 1.70 by autospec + +* Wed Mar 02 2005 Silvan Calarco 1.51-1qilnx +- package created by autospec