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