This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsbcl.spec
663 lines (488 loc) · 19.1 KB
/
sbcl.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
# generate/package docs
%define docs 1
# define to enable verbose build for debugging
%define sbcl_verbose 0
%define sbcl_shell /bin/bash
Name: sbcl
Summary: Steel Bank Common Lisp
Version: 2.3.5
Release: 1%{?dist}
License: BSD
URL: https://sbcl.sourceforge.net/
Source0: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2
ExclusiveArch: %{arm} %{ix86} x86_64 ppc sparcv9 aarch64
# Pre-generated html docs
Source1: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-documentation-html.tar.bz2
## x86 section
%ifarch %{ix86}
%define sbcl_arch x86
BuildRequires: sbcl
# or
#Source10: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.0.15-x86-linux-binary.tar.bz2
#%define sbcl_bootstrap_src -b 10
%endif
## x86_64 section
Source20: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-2.3.0-x86-64-linux-binary.tar.bz2
%ifarch x86_64
%define sbcl_arch x86-64
#BuildRequires: sbcl
# or
%define sbcl_bootstrap_src -b 20
%define sbcl_bootstrap_dir sbcl-2.3.0-x86-64-linux
%endif
## ppc section
# Thanks David!
%ifarch ppc
%define sbcl_arch ppc
BuildRequires: sbcl
# or
#Source30: sbcl-1.0.1-patched_el4-powerpc-linux.tar.bz2
#Source30: sbcl-1.0.1-patched-powerpc-linux.tar.bz2
#%define sbcl_bootstrap_src -b 30
%endif
## sparc section
%ifarch sparcv9
%define sbcl_arch sparc
BuildRequires: sbcl
# or
#Source40: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-0.9.17-sparc-linux-binary.tar.bz2
#%define sbcl_bootstrap_src -b 40
%endif
## arm section
%ifarch armv5tel
%define sbcl_arch arm
BuildRequires: sbcl
# or
#Source50: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-armel-linux-binary.tar.bz2
#%define sbcl_bootstrap_src -b 50
#%define sbcl_bootstrap_dir sbcl-1.2.0-armel-linux
%endif
# generated on a fedora20 arm box, sf bootstrap missing sb-gmp
%ifarch armv6hl armv7hl
%define sbcl_arch arm
BuildRequires: sbcl
# or
#Source60: sbcl-1.2.0-armhf-linux-binary-2.tar.bz2
#Source60: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-armhf-linux-binary.tar.bz2
#%define sbcl_bootstrap_src -b 60
#%define sbcl_bootstrap_dir sbcl-1.2.0-armhf-vfp
%endif
## aarch64 section
%ifarch aarch64
%define sbcl_arch arm64
BuildRequires: sbcl
# or
#Source70: https://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.3.16-arm64-linux-binary.tar.bz2
#%define sbcl_bootstrap_src -b 70
#%define sbcl_bootstrap_dir sbcl-1.3.16-arm64-linux
%endif
#Patch1: sbcl-1.4.14-personality.patch
#Patch2: sbcl-1.4.2-optflags.patch
#Patch3: sbcl-2.0.1-verbose-build.patch
## upstreamable patches
#Patch100: sbcl-1.4.14-gcc10.patch
## upstream patches
BuildRequires: make
BuildRequires: libzstd-devel
%if 0%{?fedora} >= 35
BuildRequires: ctags
%endif
%if 0%{?el8}
BuildRequires: ctags-etags
%endif
BuildRequires: gcc
BuildRequires: zlib-devel
# %%check/tests
BuildRequires: ed
BuildRequires: hostname
%if 0%{?docs}
# doc generation
BuildRequires: ghostscript
BuildRequires: texinfo
BuildRequires: time
%endif
%description
Steel Bank Common Lisp (SBCL) is a Open Source development environment
for Common Lisp. It includes an integrated native compiler,
interpreter, and debugger.
%prep
%setup -q -c -n sbcl-%{version} -a 1 %{?sbcl_bootstrap_src}
pushd sbcl-%{version}
#%patch1 -p1 -b .personality
#%patch2 -p1 -b .optflags
#%{?sbcl_verbose:%patch3 -p1 -b .verbose-build}
# upstream patches
#%patch100 -p1 -b .gcc10
# fix permissions (some have eXecute bit set)
find . -name '*.c' | xargs chmod 644
# set version.lisp-expr
sed -i.rpmver -e "s|\"%{version}\"|\"%{version}-%{release}\"|" version.lisp-expr
# make %%doc items available in parent dir to make life easier
cp -alf BUGS COPYING README CREDITS NEWS TLA TODO PRINCIPLES ..
ln -s sbcl-%{version}/doc ../doc
popd
%build
# LTO causes testsuite failures, though it may be the case that the tests are racy.
# Until further analysis is complete, disable LTO
%define _lto_cflags %{nil}
pushd sbcl-%{version}
export CFLAGS="%{?optflags}"
export LDFLAGS="%{?__global_ldflags}"
export CC=gcc
export SBCL_HOME=%{_prefix}/lib/sbcl
%{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}}
%{?sbcl_shell} \
./make.sh \
--prefix=%{_prefix} \
--with-sb-core-compression \
%{?sbcl_bootstrap_dir:--xc-host="`pwd`/../../%{sbcl_bootstrap_dir}/run-sbcl.sh"}
# docs
%if 0%{?docs}
make -C doc/manual info
# Handle pre-generated docs
tar xvjf %{SOURCE1}
cp -av %{name}-%{version}/doc/manual/* doc/manual/
%endif
popd
%install
pushd sbcl-%{version}
mkdir -p %{buildroot}{%{_bindir},%{_prefix}/lib,%{_mandir}}
unset SBCL_HOME
export INSTALL_ROOT=%{buildroot}%{_prefix}
%{?sbcl_shell} ./install.sh
popd
## Unpackaged files
rm -rfv %{buildroot}%{_docdir}/sbcl
rm -fv %{buildroot}%{_infodir}/dir
# CVS crud
find %{buildroot} -name CVS -type d | xargs rm -rfv
find %{buildroot} -name .cvsignore | xargs rm -fv
# 'test-passed' files from %%check
find %{buildroot} -name 'test-passed' | xargs rm -vf
%check
pushd sbcl-%{version}
ERROR=0
# sanity check, essential contrib modules get built/included?
CONTRIBS="sb-posix.fasl sb-bsd-sockets.fasl"
for CONTRIB in $CONTRIBS ; do
if [ ! -f %{buildroot}%{_prefix}/lib/sbcl/contrib/$CONTRIB ]; then
echo "WARNING: ${CONTRIB} awol!"
ERROR=1
echo "ulimit -a"
ulimit -a
fi
done
pushd tests
# verify --version output
test "$(. ./subr.sh; "$SBCL_RUNTIME" --core "$SBCL_CORE" --version --version 2>/dev/null | cut -d' ' -f2)" = "%{version}-%{release}"
# still seeing Failure: threads.impure.lisp / (DEBUGGER-NO-HANG-ON-SESSION-LOCK-IF-INTERRUPTED)
time %{?sbcl_shell} ./run-tests.sh ||:
popd
exit $ERROR
popd
%files
%license COPYING
%doc BUGS CREDITS NEWS PRINCIPLES README TLA TODO
%{_bindir}/sbcl
%dir %{_prefix}/lib/sbcl/
%{_prefix}/lib/sbcl/sbcl.mk
%{_prefix}/lib/sbcl/contrib/
%{_mandir}/man1/sbcl.1*
%if 0%{?docs}
%doc doc/manual/sbcl.html
%doc doc/manual/asdf.html
%{_infodir}/asdf.info*
%{_infodir}/sbcl.info*
%endif
%{_prefix}/lib/sbcl/sbcl.core
%changelog
* Sun May 28 2023 Stephen Hassard <[email protected]> - 2.3.5-1
- Bump to 2.3.5
- Use https urls to make copr happy.
* Sun Apr 23 2023 Stephen Hassard <[email protected]> - 2.3.3-1
- Bump to 2.3.3
* Mon Jan 30 2023 Stephen Hassard <[email protected]> - 2.3.1-1
- Bump to 2.3.1
* Sat Jan 7 2023 Stephen Hassard <[email protected]> - 2.3.0-2
- Update the bootstrap binary to 2.3.0 to see if deadlocks during builds on RHEL can be avoided.
* Fri Jan 6 2023 Stephen Hassard <[email protected]> - 2.3.0-1
- Bump to 2.3.0
* Tue Nov 29 2022 Stephen Hassard <[email protected]> - 2.2.11-1
- Bump to 2.2.11
* Fri Nov 4 2022 Stephen Hassard <[email protected]> - 2.2.10-1
- Bump to 2.2.10
* Thu Sep 29 2022 Stephen Hassard <[email protected]> - 2.2.9-1
- Bump to 2.2.9
* Sat Sep 3 2022 Stephen Hassard <[email protected]> - 2.2.8-1
- Bump to 2.2.8
* Sat Jul 30 2022 Stephen Hassard <[email protected]> - 2.2.7-1
- Bump to 2.2.7
* Fri Jul 1 2022 Stephen Hassard <[email protected]> - 2.2.6-2
- Add libzstd dep for new core compression enhancement
* Fri Jul 1 2022 Stephen Hassard <[email protected]> - 2.2.6-1
- Bump to 2.2.6
* Sat Jun 4 2022 Stephen Hassard <[email protected]> - 2.2.5-1
- Bump to 2.2.5
* Fri Apr 29 2022 Stephen Hassard <[email protected]> - 2.2.4-1
- Bump to 2.2.4
* Tue Apr 5 2022 Stephen Hassard <[email protected]> - 2.2.3-1
- Bump to 2.2.3
* Sat Mar 5 2022 Stephen Hassard <[email protected]> - 2.2.2-1
- Bump to 2.2.2
* Sun Jan 30 2022 Stephen Hassard <[email protected]> - 2.2.1-1
- Bump to 2.2.1
* Mon Jan 3 2022 Stephen Hassard <[email protected]> - 2.2.0-2
- Remove common_lisp_controller as it's breaking %preun
* Mon Jan 3 2022 Stephen Hassard <[email protected]> - 2.2.0-1
- Bump to 2.2.0
* Tue Nov 30 2021 Stephen Hassard <[email protected]> - 2.1.11-1
- Bump to 2.1.11
* Sun Oct 31 2021 Stephen Hassard <[email protected]> - 2.1.10-2
- Support Fedora 35
* Sun Oct 31 2021 Stephen Hassard <[email protected]> - 2.1.10-1
- Bump to 2.1.10
* Tue Oct 5 2021 Stephen Hassard <[email protected]> - 2.1.9-1
- Bump to 2.1.9
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 2.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Aug 10 2020 Jeff Law <[email protected]> - 2.0.1-4
- Disable LTO for now
* Sat Aug 01 2020 Fedora Release Engineering <[email protected]> - 2.0.1-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Feb 24 2020 Than Ngo <[email protected]> - 2.0.1-1
- update to 2.0.1
* Mon Feb 17 2020 Than Ngo <[email protected]> - 1.4.14-5
- Fixed FTBFS
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 1.4.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 1.4.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 1.4.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Jan 02 2019 Rex Dieter <[email protected]> - 1.4.14-1
- 1.4.14
* Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 1.4.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Apr 09 2018 Rex Dieter <[email protected]> - 1.4.6-1
- 1.4.6
* Wed Mar 07 2018 Rex Dieter <[email protected]> - 1.4.2-3
- BR: gcc
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 1.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Fri Dec 01 2017 Rex Dieter <[email protected]> - 1.4.2-1
- 1.4.2
* Wed Oct 18 2017 Rex Dieter <[email protected]> - 1.4.0-1
- 1.4.0
* Fri Sep 22 2017 Rex Dieter <[email protected]> - 1.3.21-1
- 1.3.21
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 1.3.19-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 1.3.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Jun 29 2017 Rex Dieter <[email protected]> - 1.3.19-1
- 1.3.19
* Sun Jun 11 2017 Rex Dieter <[email protected]> - 1.3.18-1
- 1.3.18
* Fri Jun 02 2017 Rex Dieter <[email protected]> - 1.3.17-1
- 1.3.17, de-bootstrap aarch64
* Wed Mar 29 2017 Than Ngo <[email protected]> - 1.3.16-2
- add support for aarch64
* Mon Mar 27 2017 Rex Dieter <[email protected]> - 1.3.16-1
- 1.3.16
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 1.3.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Dec 18 2016 Rex Dieter <[email protected]> - 1.3.12-1
- 1.3.12
* Sat Dec 17 2016 Rex Dieter <[email protected]> - 1.3.11-2
- %%build: --with-sb-core-compression
* Mon Nov 21 2016 Rex Dieter <[email protected]> - 1.3.11-1
- 1.3.11
* Tue Aug 30 2016 Rex Dieter <[email protected]> - 1.3.9-1
- 1.3.9
* Fri Apr 29 2016 Rex Dieter <[email protected]> - 1.3.5-1
- 1.3.5
* Mon Apr 04 2016 Rex Dieter <[email protected]> - 1.3.4-1
- 1.3.4
* Sat Mar 05 2016 Rex Dieter <[email protected]> 1.3.3-1
- 1.3.3
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Feb 01 2016 Rex Dieter <[email protected]> 1.3.2-1
- 1.3.2
* Wed Nov 11 2015 Rex Dieter <[email protected]> - 1.3.0-1
- 1.3.0
- initial aarch64 support (work in progress)
* Thu Oct 01 2015 Rex Dieter <[email protected]> 1.2.16-1
- 1.2.16
* Mon Sep 14 2015 Rex Dieter <[email protected]> 1.2.15-1
- 1.2.15
* Mon Jun 22 2015 Rex Dieter <[email protected]> 1.2.12-1
- 1.2.12
* Fri Jun 19 2015 Fedora Release Engineering <[email protected]> - 1.2.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu Apr 30 2015 Rex Dieter <[email protected]> 1.2.11-1
- 1.2.11
* Fri Feb 13 2015 Rex Dieter <[email protected]> 1.2.8-1
- 1.2.8
* Sat Jan 03 2015 Rex Dieter <[email protected]> 1.2.7-1
- 1.2.7
* Tue Dec 16 2014 Rex Dieter <[email protected]> 1.2.6-1
- 1.2.6
* Thu Oct 09 2014 Rex Dieter <[email protected]> 1.2.4-1
- 1.2.4
* Mon Aug 18 2014 Fedora Release Engineering <[email protected]> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 28 2014 Rex Dieter <[email protected]> 1.2.1-1
- 1.2.1
* Thu Jun 12 2014 Rex Dieter <[email protected]> 1.2.0-2
- rebuild using native sbcl
* Tue Jun 10 2014 Rex Dieter <[email protected]> 1.2.0-0.1.arm_bootstrap
- 1.2.0 (#1104857), arm(bootstrap)
* Sun Jun 08 2014 Fedora Release Engineering <[email protected]> - 1.1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 14 2014 Rex Dieter <[email protected]> 1.1.18-1
- 1.1.18
* Fri Mar 07 2014 Rex Dieter <[email protected]> 1.1.16-1
- 1.1.16
* Wed Jan 29 2014 Rex Dieter <[email protected]> 1.1.15-1
- 1.1.15
* Tue Dec 03 2013 Rex Dieter <[email protected]> 1.1.14-1
- 1.1.14
* Fri Nov 01 2013 Rex Dieter <[email protected]> 1.1.13-1
- 1.1.13
* Mon Sep 30 2013 Rex Dieter <[email protected]> - 1.1.12-1
- 1.1.12
- (re)enable makeinfo docs on f19+
- .spec cleanup
* Sat Sep 07 2013 Rex Dieter <[email protected]> 1.1.11-1
- 1.1.11
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 1.1.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue Jun 04 2013 Rex Dieter <[email protected]> 1.1.8-2
- sbcl-1.1.8-nconc.patch (courtesy of jjames)
* Sun Jun 02 2013 Rex Dieter <[email protected]> 1.1.8-1
- 1.1.8
* Mon Apr 29 2013 Rex Dieter <[email protected]> 1.1.7-1
- 1.1.7
* Tue Feb 26 2013 Rex Dieter <[email protected]> 1.1.5-1
- 1.1.5
* Wed Feb 20 2013 Rex Dieter <[email protected]> 1.1.4-1
- 1.1.4
- omit texinfo generation on f19, texinfo-5.0 is borked (#913274)
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 1.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Jan 08 2013 Rex Dieter <[email protected]> 1.1.3-1
- 1.1.3
- fix build against glibc-2.17 (launchpad#1095036)
* Sat Dec 08 2012 Rex Dieter <[email protected]> 1.1.2-1
- 1.1.2
* Fri Nov 02 2012 Rex Dieter <[email protected]> 1.1.1-1
- 1.1.1
* Sat Oct 27 2012 Rex Dieter <[email protected]> 1.1.0-1
- 1.1.0
* Tue Aug 07 2012 Rex Dieter <[email protected]> 1.0.58-1
- 1.0.58
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 1.0.57-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri May 25 2012 Rex Dieter <[email protected]> - 1.0.57-1
- sbcl-1.0.57
- fix/renable common-lisp support (accidentally disabled since 1.0.54-1)
* Thu Apr 12 2012 Rex Dieter <[email protected]> 1.0.56-1
- 1.0.56
* Thu Apr 05 2012 Rex Dieter <[email protected]> 1.0.55-1
- 1.0.55
* Mon Dec 05 2011 Rex Dieter <[email protected]> 1.0.54-1
- 1.0.54
* Mon Nov 07 2011 Rex Dieter <[email protected]> 1.0.53-1
- 1.0.53
* Fri Oct 14 2011 Rex Dieter <[email protected]> 1.0.52-1
- 1.0.52
* Mon Aug 22 2011 Rex Dieter <[email protected]> 1.0.51-2
- drop unused-for-a-long-time my_setarch.c
- fix sbcl --version output if built within git checkout
* Sun Aug 21 2011 Rex Dieter <[email protected]> 1.0.51-1
- 1.0.51
* Tue Jul 12 2011 Rex Dieter <[email protected]> 1.0.50-1
- 1.0.50
* Fri Mar 04 2011 Rex Dieter <[email protected]> 1.0.46-1
- 1.0.46
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 1.0.44-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Nov 29 2010 Rex Dieter <[email protected]> - 1.0.44-1
- sbcl-1.0.44
- BR: ed (for %%check , tests)
* Thu Sep 30 2010 Rex Dieter <[email protected]> - 1.0.43-1
- sbcl-1.0.43
- remove explict threading options, already enabled by default where
it makes sense
* Wed Sep 29 2010 jkeating - 1.0.42-2
- Rebuilt for gcc bug 634757
* Sat Sep 18 2010 Rex Dieter <[email protected]> - 1.0.42-1
- sbcl-1.0.42
* Mon Aug 16 2010 Rex Dieter <[email protected]> - 1.0.41-1
- sbcl-1.0.41
* Sat Jul 17 2010 Rex Dieter <[email protected]> - 1.0.40-1
- sbcl-1.0.40
* Sat May 08 2010 Rex Dieter <[email protected]> - 1.0.38-2
- shorten docs dangerously close to maxpathlen
* Fri Apr 30 2010 Rex Dieter <[email protected]> - 1.0.38-1
- sbcl-1.0.38
* Wed Apr 07 2010 Rex Dieter <[email protected]> - 1.0.37-1
- sbcl-1.0.37
* Mon Feb 01 2010 Rex Dieter <[email protected]> - 1.0.35-1
- sbcl-1.0.35
* Tue Dec 22 2009 Rex Dieter <[email protected]> - 1.0.33-1
- sbcl-1.0.33
* Mon Dec 21 2009 Rex Dieter <[email protected]> - 1.0.32-2
- %%check: (re)enable run-tests.sh
* Mon Oct 26 2009 Rex Dieter <[email protected]> - 1.0.32-1
- sbcl-1.0.32
* Tue Aug 18 2009 Rex Dieter <[email protected]> - 1.0.30-2
- customize version.lisp-expr for rpm %%release
- s|%%_libdir|%%_prefix/lib|, so common-lisp-controller has at least
a chance to work
* Tue Jul 28 2009 Rex Dieter <[email protected]> - 1.0.30-1
- sbcl-1.0.30
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 1.0.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sun Jun 28 2009 Rex Dieter <[email protected]> - 1.0.29-1
- sbcl-1.0.29
* Thu Apr 30 2009 Rex Dieter <[email protected]> - 1.0.28-1
- sbcl-1.0.28
* Wed Mar 04 2009 Rex Dieter <[email protected]> - 1.0.26-1
- sbcl-1.0.26
* Fri Feb 27 2009 Rex Dieter <[email protected]> - 1.0.25-3
- ExclusiveArch: s/i386/%%ix86/
* Wed Feb 25 2009 Fedora Release Engineering <[email protected]> - 1.0.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Feb 03 2009 Rex Dieter <[email protected]> - 1.0.25-1
- sbcl-1.0.25
* Wed Dec 31 2008 Rex Dieter <[email protected]> - 1.0.24-1
- sbcl-1.0.24
* Mon Dec 01 2008 Rex Dieter <[email protected]> - 1.0.23-1
- sbcl-1.0.23
* Thu Oct 30 2008 Rex Dieter <[email protected]> - 1.0.22-1
- sbcl-1.0.22
* Thu Oct 02 2008 Rex Dieter <[email protected]> - 1.0.21-1
- sbcl-1.0.21
- common-lisp-controller bits f10+ only (for now)
- drop never-used min_bootstrap crud
* Mon Sep 22 2008 Anthony Green <[email protected]> - 1.0.20-3
- Create missing directories.
* Sun Sep 21 2008 Anthony Green <[email protected]> - 1.0.20-2
- Add common-lisp-controller bits.
* Tue Sep 02 2008 Rex Dieter <[email protected]> - 1.0.20-1
- sbcl-1.0.20
* Wed Jul 30 2008 Rex Dieter <[email protected]> - 1.0.19-1
- sbcl-1.0.19
* Thu May 29 2008 Rex Dieter <[email protected]> - 1.0.17-3
- info removal should be done in %%preun (#448933)
- omit ppc only on f9+ (#448734)
* Wed May 28 2008 Rex Dieter <[email protected]> - 1.0.17-2
- omit ppc build (#448734)
- skip tests, known to (sometimes) hang
* Wed May 28 2008 Rex Dieter <[email protected]> - 1.0.17-1
- sbcl-1.0.17