This commit is contained in:
parent
514531922e
commit
8dcfe2c153
@ -1 +1 @@
|
|||||||
memtest86+-2.01.tar.gz
|
memtest86+-2.10.tar.gz
|
||||||
|
@ -5,12 +5,13 @@
|
|||||||
|
|
||||||
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
||||||
Name: memtest86+
|
Name: memtest86+
|
||||||
Version: 2.01
|
Version: 2.10
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://www.memtest.org/download/%{version}/memtest86+-%{version}.tar.gz
|
Source0: http://www.memtest.org/download/%{version}/memtest86+-%{version}.tar.gz
|
||||||
|
Patch0: memtest86+-2.10-fixflags.patch
|
||||||
URL: http://www.memtest.org
|
URL: http://www.memtest.org
|
||||||
Source1: new-memtest-pkg
|
Source1: new-memtest-pkg
|
||||||
Source2: memtest-setup
|
Source2: memtest-setup
|
||||||
@ -31,6 +32,7 @@ Run 'memtest-setup' to add to your GRUB or lilo boot menu.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Regular build flags not wanted for this binary
|
# Regular build flags not wanted for this binary
|
||||||
@ -53,8 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
# XXX did upstream drop the README by mistake?
|
%doc README
|
||||||
#%doc README
|
|
||||||
/boot/memtest86+-%{version}
|
/boot/memtest86+-%{version}
|
||||||
/sbin/new-memtest-pkg
|
/sbin/new-memtest-pkg
|
||||||
%{_sbindir}/memtest-setup
|
%{_sbindir}/memtest-setup
|
||||||
@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/new-memtest-pkg --remove %{version}
|
/sbin/new-memtest-pkg --remove %{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 12 2008 Warren Togami <wtogami@redhat.com> - 2.10-1
|
||||||
|
- 2.10
|
||||||
|
|
||||||
* Thu Apr 03 2008 Warren Togami <wtogami@redhat.com> - 2.01-3
|
* Thu Apr 03 2008 Warren Togami <wtogami@redhat.com> - 2.01-3
|
||||||
- Build with gcc34 for F9 (#437701)
|
- Build with gcc34 for F9 (#437701)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user