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

Revision 9684, 6.3 KB checked in by Takemikaduchi, 9 years ago (diff)

gnumeric, goffice, libgsf, maxima, gnupg: update
others: rebuild

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