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