source: projects/specs/trunk/m/memtest86+/memtest86+-vl.spec @ 2464

Revision 2464, 6.1 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.10
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* Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10-1
67- new upstream release
68- add BuildRequires: compat32-glibc-devel (x86_64 only)
69
70* Sat May 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
71- new upstream release
72
73* Mon Sep 08 2008 Shu KONNO <owa@bg.wakwak.com> 1.65-1vl5
74- applied new versioning policy, spec in utf-8
75
76* Fri Aug 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.65-0vl1
77- initial build for Vine Linux
78
79* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.65-4.1
80- rebuild
81
82* Tue Jun 27 2006 Florian La Roche <laroche@redhat.com> - 1.65-4
83- make sure coreutils is installed for the preun script
84
85* Thu Jun 08 2006 Jesse Keating <jkeating@redhat.com> - 1.65-3
86- rebuilt for new buildsystem
87
88* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.65-2.2
89- rebuilt for new gcc4.1 snapshot and glibc changes
90
91* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
92- rebuilt
93
94* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
95- make sure 32bit glibc-devel is installed (#170614)
96
97* Sat Oct 01 2005 Warren Togami <wtogami@redhat.com> - 1.65-1
98- 1.65
99
100* Wed Jun 29 2005 Warren Togami <wtogami@redhat.com> - 1.60-1
101- 1.60
102
103* Mon Mar 28 2005 Warren Togami <wtogami@redhat.com> - 1.55.1-1
104- 1.55.1 fixes K8
105
106* Sun Mar 27 2005 Warren Togami <wtogami@redhat.com> - 1.55-1
107- 1.55
108
109* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
110- rebuilt
111
112* Sat Feb 19 2005 Warren Togami <wtogami@redhat.com> - 1.51-1
113- 1.51
114
115* Fri Jan 21 2005 Warren Togami <wtogami@redhat.com> - 1.50-1
116- 1.50
117
118* Sun Nov 28 2004 Warren Togami <wtogami@redhat.com> - 1.40-1
119- 1.40
120- remove arch patch, now upstream
121
122* Tue Oct 26 2004 Warren Togami <wtogami@redhat.com> - 1.27-1
123- 1.27
124
125* Mon Oct 25 2004 Jeremy Katz <katzj@redhat.com> - 1.26-3
126- allow building on all x86 arches
127- pass appropriate compiler options to build on x86_64 as well (#136939)
128
129* Wed Sep 02 2004 Warren Togami <wtogami@redhat.com> 1.26-1
130- update to 1.26
131
132* Sat Aug 28 2004 Warren Togami <wtogami@redhat.com> 1.25-1
133- update to 1.25
134
135* Mon Jun 28 2004 Warren Togami <wtogami@redhat.com>
136- update to 1.20
137
138* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
139- rebuilt
140
141* Sun May 16 2004 Warren Togami <wtogami@redhat.com> 1.15-1
142- update to 1.15
143
144* Sun Feb 29 2004 Warren Togami <wtogami@redhat.com> 1.11-2
145- switch to memtest86+ 1.11
146- add boot loader setup script
147
148* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
149- rebuilt
150
151* Tue Oct 21 2003 Mike A. Harris <mharris@redhat.com> 3.0-3
152- Pedantic spec file cleanups - s/Copyright/License/ and use _libdir instead of
153  /usr/lib everywhere (even though it's currently x86 only)
154
155* Tue Oct 21 2003 Jeremy Katz <katzj@redhat.com> 3.0-2
156- fix perms (#107610)
157- doesn't really require dev86 to build
158
159* Thu Jul 21 2003 Michael Fulbright <msf@redhat.com>
160- initial integration into distribution. Removed the scripts to install a
161  entry in the boot loader for memtest for the moment, and relocated to under
162  /usr/lib.
163
164* Thu Apr 17 2003 Joe Szep <jszep@bu.edu>
165- rebuilt for Doolittle final
166
167* Mon Feb  3 2003 Matthew Miller <mattdm@bu.edu>
168- rebuild for doolittle
169- patches to make build -- new gcc growing pains, I guess
170
171* Tue Jul 30 2002 Matthew Miller <mattdm@bu.edu>
172- added grubby stuff
173
174* Tue Jul 30 2002 Dave Heistand <davidbh@bu.edu>
175- updated source to v 3
176
177* Thu Mar 7 2002 Dave Heistand <davidbh@bu.edu>
178- updated source to 2.9, also changed setup -n
179- to use %{version}.
180
181* Thu Nov  1 2001 Matthew Miller <mattdm@bu.edu>
182- v 2.8a
183- removed lilo-configuring scripts. need to figure out the best way to
184  work with grub and RH 7.2 / BU Linux 2.5
185- group -> System Environment/Base
186
187* Mon Aug 20 2001 Matthew Miller <mattdm@bu.edu>
188- v 2.7
189
190* Wed Feb 14 2001 Matthew Miller <mattdm@bu.edu>
191- v 2.5
192
193* Fri Oct 06 2000 Matthew Miller <mattdm@bu.edu>
194- v 2.4
195
196* Thu Mar 23 2000 Matthew Miller <mattdm@bu.edu>
197- changed so that lilo.conf isn't written if it already exists. This is
198  important if you're including memtest86 in a distribution
199- GPG key available from http://www.bu.edu/dsgsupport/linux/BULinux-GPG-KEY 
200- changed name of lilo.conf backup file to something less likely to conflict
201  with other backups
202
203* Wed Mar 01 2000 Matthew Miller <mattdm@bu.edu>
204- Updated to version 2.2
205- Cosmetic changes to spec file
206- updated Source: to reflect actual author's url
207
208* Fri Dec 25 1998 Peter Soos <sp@osb.hu>
209
210- Corrected the file attributes
211
212* Mon Aug 17 1998 Peter Soos <sp@osb.hu>
213
214- Moved to 1.4a
215
216* Mon Jun 22 1998 Peter Soos <sp@osb.hu>
217
218- Moved to 1.4
219
220* Wed Dec 31 1997 Peter Soos <sp@osb.hu>
221
222- Initial version
Note: See TracBrowser for help on using the repository browser.