]> git.pld-linux.org Git - packages/aboot.git/blame - aboot.spec
almost raw
[packages/aboot.git] / aboot.spec
CommitLineData
55493cf1
JR
1Summary: A bootloader which can be started from the SRM console.
2Name: aboot
3%define aboot_version 0.5
4Version: %{aboot_version}
5Release: 10
6ExclusiveArch: alpha
7Copyright: distributable
8Group: System Environment/Base
9Source: ftp://ftp.azstarnet.com/pub/linux/axp/aboot/aboot-%{aboot_version}.tar.gz
10Patch0: aboot-0.5-make.patch.gz
11Patch1: aboot-0.5-elf.patch.gz
12Patch2: aboot-0.5-glibc2.patch.gz
13Patch3: aboot-0.5-rth.patch.gz
14Patch4: aboot-0.5-jay.patch
15BuildRoot: /var/tmp/aboot-root
16
17%description
18The aboot program is the preferred way of booting Linux when using SRM
19firmware (the firmware normally used to boot an DEC UNIX). Aboot supports
20the creation of bootable block devices and contains a program which can
21load Linux kernels from a filesystem which is bootable by SRM. Aboot
22also supports direct booting from various filesystems (ext2, ISO9660,
23UFS), booting of executable object files (ELF and ECOFF), booting of
24compressed kernels, network booting (using bootp), partition tables in
25DEC UNIX format, and interactive booting and default configurations for
26SRM consoles that cannot pass long option strings.
27
28If you are installing Red Hat Linux on an Alpha, you'll need to install
29the aboot package.
30
31%prep
32%setup -q
33%patch0 -p1
34%patch1 -p1
35%patch2 -p1
36%patch3 -p1
37%patch4 -p0
38%build
39make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43mkdir -p $RPM_BUILD_ROOT
44chmod go= $RPM_BUILD_ROOT
45
46mkdir -p $RPM_BUILD_ROOT/usr/man/man8
47make root=$RPM_BUILD_ROOT install
48cp -p sdisklabel/swriteboot.8 tools/e2writeboot.8 $RPM_BUILD_ROOT/usr/man/man8
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-, root, root)
55%doc INSTALL README doc/*
56
57%attr(644, root, root) /boot/bootlx
58/sbin/abootconf
59/sbin/e2writeboot
60/sbin/isomarkboot
61/sbin/swriteboot
62/usr/man/man8/e2writeboot.8
63/usr/man/man8/swriteboot.8
This page took 0.362532 seconds and 4 git commands to generate.