source: projects/specs/tags/6_0_REL/m/memtest86+/memtest86+-vl.spec @ 4112

Revision 4112, 6.2 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1# Prevent stripping
2%define __spec_install_post /usr/lib/rpm/brp-compress
3# Turn off debuginfo package
4%define debug_package %{nil}
5
6Summary: Stand-alone memory tester for x86 and x86-64 computers
7Summary(ja): x86 および x86_64 用のスタンドアロンメモリ検査ツール
8Name: memtest86+
9Version: 4.20
10Release: 1%{?_dist_release}
11License: GPL
12ExclusiveArch: %{ix86} x86_64
13Group: System Environment/Base
14Source0: http://www.memtest.org/download/1.20/memtest86+-%{version}.tar.gz
15URL: http://www.memtest.org
16Source1: new-memtest-pkg
17Source2: memtest-setup
18Requires(preun): coreutils
19%ifarch x86_64
20BuildRequires: compat32-glibc-devel
21%endif
22BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
23Obsoletes: memtest86
24
25
26%description
27Memtest86+ is a thorough stand-alone memory test for x86 and x86-64
28architecture computers. BIOS based memory tests are only a quick
29check and often miss many of the failures that are detected by
30Memtest86+.
31
32Run 'memtest-setup' to add to your GRUB or lilo boot menu.
33
34%prep
35%setup -q
36
37%build
38# Regular build flags not wanted for this binary
39# Note: i486 minimum runtime arch
40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44mkdir -p $RPM_BUILD_ROOT/boot
45mkdir -p $RPM_BUILD_ROOT/sbin
46mkdir -p $RPM_BUILD_ROOT%{_sbindir}
47
48install -m644 memtest.bin $RPM_BUILD_ROOT/boot/memtest86+-%{version}
49install -m755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/new-memtest-pkg
50install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}/memtest-setup
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(-,root,root,-)
57%doc README
58/boot/memtest86+-%{version}
59/sbin/new-memtest-pkg
60%{_sbindir}/memtest-setup
61
62%preun
63/sbin/new-memtest-pkg --remove %{version}
64
65%changelog
66* Wed Jun 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.20-1
67- new upstream release
68
69* Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10-1
70- new upstream release
71- add BuildRequires: compat32-glibc-devel (x86_64 only)
72
73* Sat May 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
74- new upstream release
75
76* Mon Sep 08 2008 Shu KONNO <owa@bg.wakwak.com> 1.65-1vl5
77- applied new versioning policy, spec in utf-8
78
79* Fri Aug 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.65-0vl1
80- initial build for Vine Linux
81
82* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.65-4.1
83- rebuild
84
85* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com> - 1.65-4
86- make sure coreutils is installed for the preun script
87
88* Thu Jun 08 2006 Jesse Keating <jkeating@redhat.com> - 1.65-3
89- rebuilt for new buildsystem
90
91* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.65-2.2
92- rebuilt for new gcc4.1 snapshot and glibc changes
93
94* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
95- rebuilt
96
97* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
98- make sure 32bit glibc-devel is installed (#170614)
99
100* Sat Oct 01 2005 Warren Togami <wtogami@redhat.com> - 1.65-1
101- 1.65
102
103* Wed Jun 29 2005 Warren Togami <wtogami@redhat.com> - 1.60-1
104- 1.60
105
106* Mon Mar 28 2005 Warren Togami <wtogami@redhat.com> - 1.55.1-1
107- 1.55.1 fixes K8
108
109* Sun Mar 27 2005 Warren Togami <wtogami@redhat.com> - 1.55-1
110- 1.55
111
112* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
113- rebuilt
114
115* Sat Feb 19 2005 Warren Togami <wtogami@redhat.com> - 1.51-1
116- 1.51
117
118* Fri Jan 21 2005 Warren Togami <wtogami@redhat.com> - 1.50-1
119- 1.50
120
121* Sun Nov 28 2004 Warren Togami <wtogami@redhat.com> - 1.40-1
122- 1.40
123- remove arch patch, now upstream
124
125* Tue Oct 26 2004 Warren Togami <wtogami@redhat.com> - 1.27-1
126- 1.27
127
128* Mon Oct 25 2004 Jeremy Katz <katzj@redhat.com> - 1.26-3
129- allow building on all x86 arches
130- pass appropriate compiler options to build on x86_64 as well (#136939)
131
132* Wed Sep 02 2004 Warren Togami <wtogami@redhat.com> 1.26-1
133- update to 1.26
134
135* Sat Aug 28 2004 Warren Togami <wtogami@redhat.com> 1.25-1
136- update to 1.25
137
138* Mon Jun 28 2004 Warren Togami <wtogami@redhat.com>
139- update to 1.20
140
141* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
142- rebuilt
143
144* Sun May 16 2004 Warren Togami <wtogami@redhat.com> 1.15-1
145- update to 1.15
146
147* Sun Feb 29 2004 Warren Togami <wtogami@redhat.com> 1.11-2
148- switch to memtest86+ 1.11
149- add boot loader setup script
150
151* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
152- rebuilt
153
154* Tue Oct 21 2003 Mike A. Harris <mharris@redhat.com> 3.0-3
155- Pedantic spec file cleanups - s/Copyright/License/ and use _libdir instead of
156  /usr/lib everywhere (even though it's currently x86 only)
157
158* Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 3.0-2
159- fix perms (#107610)
160- doesn't really require dev86 to build
161
162* Thu Jul 21 2003 Michael Fulbright <msf@redhat.com>
163- initial integration into distribution. Removed the scripts to install a
164  entry in the boot loader for memtest for the moment, and relocated to under
165  /usr/lib.
166
167* Thu Apr 17 2003 Joe Szep <jszep@bu.edu>
168- rebuilt for Doolittle final
169
170* Mon Feb  3 2003 Matthew Miller <mattdm@bu.edu>
171- rebuild for doolittle
172- patches to make build -- new gcc growing pains, I guess
173
174* Tue Jul 30 2002 Matthew Miller <mattdm@bu.edu>
175- added grubby stuff
176
177* Tue Jul 30 2002 Dave Heistand <davidbh@bu.edu>
178- updated source to v 3
179
180* Thu Mar 7 2002 Dave Heistand <davidbh@bu.edu>
181- updated source to 2.9, also changed setup -n
182- to use %{version}.
183
184* Thu Nov  1 2001 Matthew Miller <mattdm@bu.edu>
185- v 2.8a
186- removed lilo-configuring scripts. need to figure out the best way to
187  work with grub and RH 7.2 / BU Linux 2.5
188- group -> System Environment/Base
189
190* Mon Aug 20 2001 Matthew Miller <mattdm@bu.edu>
191- v 2.7
192
193* Wed Feb 14 2001 Matthew Miller <mattdm@bu.edu>
194- v 2.5
195
196* Fri Oct 06 2000 Matthew Miller <mattdm@bu.edu>
197- v 2.4
198
199* Thu Mar 23 2000 Matthew Miller <mattdm@bu.edu>
200- changed so that lilo.conf isn't written if it already exists. This is
201  important if you're including memtest86 in a distribution
202- GPG key available from http://www.bu.edu/dsgsupport/linux/BULinux-GPG-KEY 
203- changed name of lilo.conf backup file to something less likely to conflict
204  with other backups
205
206* Wed Mar 01 2000 Matthew Miller <mattdm@bu.edu>
207- Updated to version 2.2
208- Cosmetic changes to spec file
209- updated Source: to reflect actual author's url
210
211* Fri Dec 25 1998 Peter Soos <sp@osb.hu>
212
213- Corrected the file attributes
214
215* Mon Aug 17 1998 Peter Soos <sp@osb.hu>
216
217- Moved to 1.4a
218
219* Mon Jun 22 1998 Peter Soos <sp@osb.hu>
220
221- Moved to 1.4
222
223* Wed Dec 31 1997 Peter Soos <sp@osb.hu>
224
225- Initial version
Note: See TracBrowser for help on using the repository browser.