source: projects/specs/trunk/a/aboot/aboot-vl.spec @ 521

Revision 521, 4.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A bootloader which can be started from the SRM console.
2Name: aboot
3Version: 0.9b
4Release: 0vl1
5ExclusiveArch: alpha
6License: GPL
7Group: System Environment/Base
8Source: http://aboot.sourceforge.net/tarballs/aboot-%{version}.tar.bz2
9URL: http://sourceforge.net/projects/aboot/
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11
12%description
13The aboot program is the preferred way of booting Linux when using SRM
14firmware (the firmware normally used to boot an DEC UNIX). Aboot supports
15the creation of bootable block devices and contains a program which can
16load Linux kernels from a filesystem which is bootable by SRM.  Aboot
17also supports direct booting from various filesystems (ext2, ISO9660,
18UFS), booting of executable object files (ELF and ECOFF), booting of
19compressed kernels, network booting (using bootp), partition tables in
20DEC UNIX format, and interactive booting and default configurations for
21SRM consoles that cannot pass long option strings.
22
23%prep
24%setup -q
25
26%build
27make
28
29%install
30rm -rf %{buildroot}
31make mandir=%{buildroot}%{_mandir} root=%{buildroot} install
32
33%clean
34rm -rf %{buildroot}
35
36%files
37%defattr(-, root, root)
38%doc COPYING ChangeLog* INSTALL README TODO doc/faq
39%attr(644, root, root) /boot/bootlx
40%{_syssbindir}/*
41%{_mandir}/man5/*
42%{_mandir}/man8/*
43
44%changelog
45* Sat Jun 26 2004 Tomoya TAKA <taka@vinelinux.org> 0.9b-0vl1
46- new upstream release
47- fix %files
48- fix License, URL and Source's URL
49
50* Sat Jul 13 2002 Tomoya TAKA <taka@vinelinux.org> 0.9a-2vl1
51- rebuild for Vine Linux
52- add all man pages to %%files
53- change Copyright: tag to License:
54- use rpm macros
55
56* Wed Jan 09 2002 Tom Tromey <tromey@redhat.com> 0.9a-2
57- Install man pages correctly.  From Tim Powers.
58
59* Fri Dec 21 2001 Tom Tromey <tromey@redhat.com> 0.9a-1
60- Upgaded to version 0.9a (from aboot cvs)
61- Removed old patches, all of which have been incorporated into
62  the main distribution
63
64* Thu Dec 6 2001 Matt Wilson <msw@redhat.com> 0.7a-3
65- include asm-generic/pgtable.h from the kernel source as our
66kernel-headers package doesn't contain it.
67
68* Fri Feb  2 2001 Matt Wilson <msw@redhat.com>
69- renamed get_option in disk.c to not conflict with 2.4 headers (patch3)
70
71* Fri Jan 26 2001 Matt Wilson <msw@redhat.com>
72- added patch from michal@harddata.com to properly mark some isos - #17888
73  (patch1)
74- added my patch to build against 2.4 kernel headers (patch2)
75
76* Thu Jul 13 2000 Florian La Roche <Florian.LaRoche@redhat.de>
77- 0.7a
78
79* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
80- automatic rebuild
81
82* Thu Jun 15 2000 Matt Wilson <msw@redhat.com>
83- rebuild to get new /usr/share/doc
84
85* Wed May 31 2000 Matt Wilson <msw@redhat.com>
86- 0.7
87- catch gzipped man pages
88- use _mandir macros to install man files
89
90* Tue Nov 30 1999 Matt Wilson <msw@redhat.com>
91- changed to use ext2 patch based from Ruediger Oertel <ro@suse.de>
92
93* Mon Nov 22 1999 Matt Wilson <msw@redhat.com>
94- patched ext2 read code to deal with rev1 filesystems
95- added a patch to properly guess IDE cdroms
96  (well, sort of)
97
98* Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
99- add patch to allow it to boot on *large* disks
100
101* Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
102- patch from Jay Estabrook to make it work with EXT2 filesystems larger
103  than 2Gb
104
105* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
106- auto rebuild in the new build environment (release 9)
107
108* Tue Jan 19 1999 Erik Troan <ewt@redhat.com>
109- built for Red HAt 6.0
110
111* Tue Sep 15 1998 Richard Henderson <rth@cygnus.com>
112- use aboot.lds for elf, so that the phdr comes out right.
113- relax the need to have a compiled kernel installed.
114- make sdisklabel take partition sizes in sectors, not kilobytes.
115
116* Thu Aug 20 1998 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
117- corrected a small but essential error in the ELF patch
118
119* Mon Aug  3 1998 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
120- added a patch to allow booting of ELF images created with binutils >= 2.9
121- compiled against glibc 2.0.94
122
123* Sun May 31 1998 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
124- made changes needed for glibc2 and 2.1.x kernels
125
Note: See TracBrowser for help on using the repository browser.