force build with ld.bfd [release 5.01-2mamba;Wed Apr 16 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 07:04:58 +01:00
parent 9ac5c2ac6a
commit ece662ac60

View File

@ -1,6 +1,6 @@
Name: memtest86+
Version: 5.01
Release: 1mamba
Release: 2mamba
Summary: Thorough, stand alone memory test for x86 architecture computers
Group: System/Hardware
Vendor: openmamba
@ -10,6 +10,8 @@ URL: http://www.memtest.org/
Source: http://www.memtest.org/download/%{version}/%{name}-%{version}.tar.gz
Patch0: memtest86+-5.01-Makefile.patch
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -21,7 +23,7 @@ Our goal is to provide an up-to-date and completly reliable version of this soft
%patch0 -p1
%build
%make
%make LD=ld.bfd
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -36,6 +38,9 @@ install -D memtest.bin %{buildroot}/boot/memtest.bin
/boot/memtest.bin
%changelog
* Wed Apr 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.01-2mamba
- force build with ld.bfd
* Tue Nov 19 2013 Automatic Build System <autodist@mambasoft.it> 5.01-1mamba
- automatic version update by autodist