]> git.pld-linux.org Git - packages/aboot.git/blob - aboot.spec
544e3fd1e60f2b143c1a1f410a7b589f09ae15b6
[packages/aboot.git] / aboot.spec
1 Summary:        A bootloader which can be started from the SRM console
2 Summary(pl):    Bootloader uruchamialny z konsoli SRM
3 Name:           aboot
4 Version:        0.9
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        ftp://ftp.alphalinux.org/pub/Linux-Alpha/aboot/0.9/%{name}-%{version}.tar.gz
11 Patch0:                 %{name}-doc_Makefile.patch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 ExclusiveArch:  alpha
14
15 %description
16 The aboot program is the preferred way of booting Linux when using SRM
17 firmware (the firmware normally used to boot an DEC UNIX). Aboot
18 supports the creation of bootable block devices and contains a program
19 which can load Linux kernels from a filesystem which is bootable by
20 SRM. Aboot also supports direct booting from various filesystems
21 (ext2, ISO9660, UFS), booting of executable object files (ELF and
22 ECOFF), booting of compressed kernels, network booting (using bootp),
23 partition tables in DEC UNIX format, and interactive booting and
24 default configurations for SRM consoles that cannot pass long option
25 strings.
26
27 %description -l pl
28 Program aboot jest preferowanym sposobem bootowania Linuksa przy
29 u¿yciu SRM (zwykle u¿ywanego do bootowania DEC UNIX). aboot pozwala na
30 tworzenie bootowalnych urz±dzeñ blokowych i zawiera program, który
31 mo¿e bootowaæ j±dra Linuksa z systemu plików bootowalnego dla SRM.
32 Obs³uguje tak¿e bezpo¶rednie bootowanie z wielu systemów plików (ext2,
33 ISO9660, UFS), bootowanie plików wykonywalnych (ELF i ECOFF),
34 bootowanie skompresowanych j±der, bootowanie z sieci (przez bootp),
35 tablice partycji w formacie DEC UNIX, interaktywne bootowanie oraz
36 standardowe konfiguracje konsol SRM, które nie pozwalaj± na
37 przekazywanie d³ugich nazw opcji.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} root=$RPM_BUILD_ROOT install
50
51 gzip -9nf README ChangeLog TODO 
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README.gz 
59 %attr(755,root,root) /sbin/*
60 %attr(640,root,root) /boot/bootlx
61 %{_mandir}/man8/*
62 %{_mandir}/man5/*
This page took 0.075105 seconds and 3 git commands to generate.