]> git.pld-linux.org Git - packages/aboot.git/blob - aboot.spec
- updated to 0.9b,
[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 Summary(pt_BR): Bootloader para ser inicializado pelo firmware SRM
4 Name:           aboot
5 Version:        0.9b
6 Release:        1
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://dl.sourceforge.net/aboot/%{name}-%{version}.tar.gz
10 # Source0-md5:  00c35c192d320bb005ad9bead7043d2c
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 %description -l pt_BR
40 O programa aboot é a maneira recomendada para inicializar o Linux
41 quando é utilizado o firmware SRM (o firmware normalmente utilizado para
42 inicializar o DEC UNIX). Aboot suporta a criação de dispositivos
43 inicializáveis e contém um programa que pode carregar o kernel Linux de
44 um sistema de arquivos que é inicializável pelo SRM. Aboot também suporta
45 inicialização diretamente a partir de vários sistemas de arquivos (ext2,
46 ISO9660, UFS), carga de arquivos executáveis (ELF e ECOFF), carga de kernels
47 compactados, boot remoto (utilizando bootp), tabelas de partição no formato
48 DEC UNIX, e inicialização interativa e configurações default para consoles
49 SRM que não suportam a passagem de opções longas.
50
51 %prep
52 %setup -q
53 %patch0 -p1
54
55 %build
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} root=$RPM_BUILD_ROOT install
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc README ChangeLog TODO
69 %attr(755,root,root) /sbin/*
70 %attr(640,root,root) /boot/bootlx
71 %{_mandir}/man8/*
72 %{_mandir}/man5/*
This page took 0.06981 seconds and 3 git commands to generate.