]> git.pld-linux.org Git - packages/aboot.git/blob - aboot.spec
- added URL
[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 URL:            http://aboot.sourceforge.net/
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 ExclusiveArch:  alpha
15
16 %description
17 The aboot program is the preferred way of booting Linux when using SRM
18 firmware (the firmware normally used to boot an DEC UNIX). Aboot
19 supports the creation of bootable block devices and contains a program
20 which can load Linux kernels from a filesystem which is bootable by
21 SRM. Aboot also supports direct booting from various filesystems
22 (ext2, ISO9660, UFS), booting of executable object files (ELF and
23 ECOFF), booting of compressed kernels, network booting (using bootp),
24 partition tables in DEC UNIX format, and interactive booting and
25 default configurations for SRM consoles that cannot pass long option
26 strings.
27
28 %description -l pl
29 Program aboot jest preferowanym sposobem bootowania Linuksa przy
30 u¿yciu SRM (zwykle u¿ywanego do bootowania DEC UNIX). aboot pozwala na
31 tworzenie bootowalnych urz±dzeñ blokowych i zawiera program, który
32 mo¿e bootowaæ j±dra Linuksa z systemu plików bootowalnego dla SRM.
33 Obs³uguje tak¿e bezpo¶rednie bootowanie z wielu systemów plików (ext2,
34 ISO9660, UFS), bootowanie plików wykonywalnych (ELF i ECOFF),
35 bootowanie skompresowanych j±der, bootowanie z sieci (przez bootp),
36 tablice partycji w formacie DEC UNIX, interaktywne bootowanie oraz
37 standardowe konfiguracje konsol SRM, które nie pozwalaj± na
38 przekazywanie d³ugich nazw opcji.
39
40 %description -l pt_BR
41 O programa aboot é a maneira recomendada para inicializar o Linux
42 quando é utilizado o firmware SRM (o firmware normalmente utilizado para
43 inicializar o DEC UNIX). Aboot suporta a criação de dispositivos
44 inicializáveis e contém um programa que pode carregar o kernel Linux de
45 um sistema de arquivos que é inicializável pelo SRM. Aboot também suporta
46 inicialização diretamente a partir de vários sistemas de arquivos (ext2,
47 ISO9660, UFS), carga de arquivos executáveis (ELF e ECOFF), carga de kernels
48 compactados, boot remoto (utilizando bootp), tabelas de partição no formato
49 DEC UNIX, e inicialização interativa e configurações default para consoles
50 SRM que não suportam a passagem de opções longas.
51
52 %prep
53 %setup -q
54 %patch0 -p1
55
56 %build
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         root=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc README ChangeLog TODO
71 %attr(755,root,root) /sbin/*
72 %attr(640,root,root) /boot/bootlx
73 %{_mandir}/man8/*
74 %{_mandir}/man5/*
This page took 0.068631 seconds and 3 git commands to generate.