]> git.pld-linux.org Git - packages/aboot.git/blob - aboot.spec
- dropped pre-cvs changelog
[packages/aboot.git] / aboot.spec
1 Summary:        A bootloader which can be started from the SRM console
2 Summary(pl.UTF-8):      Bootloader uruchamialny z konsoli SRM
3 Summary(pt_BR.UTF-8):   Bootloader para ser inicializado pelo firmware SRM
4 Name:           aboot
5 Version:        0.9b
6 Release:        2
7 License:        GPL
8 Group:          Applications/System
9 Source0:        http://aboot.sourceforge.net/tarballs/%{name}-%{version}.tar.gz
10 # Source0-md5:  00c35c192d320bb005ad9bead7043d2c
11 Patch0:         %{name}-doc_Makefile.patch
12 URL:            http://aboot.sourceforge.net/
13 BuildRequires:  kernel24-headers
14 ExclusiveArch:  alpha
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 %description -l pl.UTF-8
30 Program aboot jest preferowanym sposobem bootowania Linuksa przy
31 użyciu SRM (zwykle używanego do bootowania DEC UNIX). aboot pozwala na
32 tworzenie bootowalnych urządzeń blokowych i zawiera program, który
33 może bootować jądra Linuksa z systemu plików bootowalnego dla SRM.
34 Obsługuje także bezpośrednie bootowanie z wielu systemów plików (ext2,
35 ISO9660, UFS), bootowanie plików wykonywalnych (ELF i ECOFF),
36 bootowanie skompresowanych jąder, bootowanie z sieci (przez bootp),
37 tablice partycji w formacie DEC UNIX, interaktywne bootowanie oraz
38 standardowe konfiguracje konsol SRM, które nie pozwalają na
39 przekazywanie długich nazw opcji.
40
41 %description -l pt_BR.UTF-8
42 O programa aboot é a maneira recomendada para inicializar o Linux
43 quando é utilizado o firmware SRM (o firmware normalmente utilizado para
44 inicializar o DEC UNIX). Aboot suporta a criação de dispositivos
45 inicializáveis e contém um programa que pode carregar o kernel Linux de
46 um sistema de arquivos que é inicializável pelo SRM. Aboot também suporta
47 inicialização diretamente a partir de vários sistemas de arquivos (ext2,
48 ISO9660, UFS), carga de arquivos executáveis (ELF e ECOFF), carga de kernels
49 compactados, boot remoto (utilizando bootp), tabelas de partição no formato
50 DEC UNIX, e inicialização interativa e configurações default para consoles
51 SRM que não suportam a passagem de opções longas.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56
57 %build
58 %{__make} \
59         KSRC=/usr/src/linux-2.4
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         root=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc README ChangeLog TODO
73 %attr(755,root,root) /sbin/*
74 %attr(640,root,root) /boot/bootlx
75 %{_mandir}/man8/*
76 %{_mandir}/man5/*
This page took 0.100673 seconds and 3 git commands to generate.