]> git.pld-linux.org Git - packages/aboot.git/blobdiff - aboot.spec
- updated to 0.9b,
[packages/aboot.git] / aboot.spec
index 5ea465982a7375e4b7e5fcb001ff4c0f309f77f9..a9d47505b4143b6734604123d1378a4cf8ec3e1c 100644 (file)
@@ -1,63 +1,72 @@
-Summary: A bootloader which can be started from the SRM console.
-Name: aboot
-%define aboot_version 0.5
-Version: %{aboot_version}
-Release: 10
-ExclusiveArch: alpha
-Copyright: distributable
-Group: System Environment/Base
-Source: ftp://ftp.azstarnet.com/pub/linux/axp/aboot/aboot-%{aboot_version}.tar.gz
-Patch0: aboot-0.5-make.patch.gz
-Patch1: aboot-0.5-elf.patch.gz
-Patch2: aboot-0.5-glibc2.patch.gz
-Patch3: aboot-0.5-rth.patch.gz
-Patch4: aboot-0.5-jay.patch
-BuildRoot: /var/tmp/aboot-root
+Summary:       A bootloader which can be started from the SRM console
+Summary(pl):   Bootloader uruchamialny z konsoli SRM
+Summary(pt_BR):        Bootloader para ser inicializado pelo firmware SRM
+Name:          aboot
+Version:       0.9b
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/aboot/%{name}-%{version}.tar.gz
+# Source0-md5: 00c35c192d320bb005ad9bead7043d2c
+Patch0:                %{name}-doc_Makefile.patch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+ExclusiveArch: alpha
 
 %description
 The aboot program is the preferred way of booting Linux when using SRM
-firmware (the firmware normally used to boot an DEC UNIX). Aboot supports
-the creation of bootable block devices and contains a program which can
-load Linux kernels from a filesystem which is bootable by SRM.  Aboot
-also supports direct booting from various filesystems (ext2, ISO9660,
-UFS), booting of executable object files (ELF and ECOFF), booting of
-compressed kernels, network booting (using bootp), partition tables in
-DEC UNIX format, and interactive booting and default configurations for
-SRM consoles that cannot pass long option strings.
-
-If you are installing Red Hat Linux on an Alpha, you'll need to install
-the aboot package.
+firmware (the firmware normally used to boot an DEC UNIX). Aboot
+supports the creation of bootable block devices and contains a program
+which can load Linux kernels from a filesystem which is bootable by
+SRM. Aboot also supports direct booting from various filesystems
+(ext2, ISO9660, UFS), booting of executable object files (ELF and
+ECOFF), booting of compressed kernels, network booting (using bootp),
+partition tables in DEC UNIX format, and interactive booting and
+default configurations for SRM consoles that cannot pass long option
+strings.
+
+%description -l pl
+Program aboot jest preferowanym sposobem bootowania Linuksa przy
+u¿yciu SRM (zwykle u¿ywanego do bootowania DEC UNIX). aboot pozwala na
+tworzenie bootowalnych urz±dzeñ blokowych i zawiera program, który
+mo¿e bootowaæ j±dra Linuksa z systemu plików bootowalnego dla SRM.
+Obs³uguje tak¿e bezpo¶rednie bootowanie z wielu systemów plików (ext2,
+ISO9660, UFS), bootowanie plików wykonywalnych (ELF i ECOFF),
+bootowanie skompresowanych j±der, bootowanie z sieci (przez bootp),
+tablice partycji w formacie DEC UNIX, interaktywne bootowanie oraz
+standardowe konfiguracje konsol SRM, które nie pozwalaj± na
+przekazywanie d³ugich nazw opcji.
+
+%description -l pt_BR
+O programa aboot é a maneira recomendada para inicializar o Linux
+quando é utilizado o firmware SRM (o firmware normalmente utilizado para
+inicializar o DEC UNIX). Aboot suporta a criação de dispositivos
+inicializáveis e contém um programa que pode carregar o kernel Linux de
+um sistema de arquivos que é inicializável pelo SRM. Aboot também suporta
+inicialização diretamente a partir de vários sistemas de arquivos (ext2,
+ISO9660, UFS), carga de arquivos executáveis (ELF e ECOFF), carga de kernels
+compactados, boot remoto (utilizando bootp), tabelas de partição no formato
+DEC UNIX, e inicialização interativa e configurações default para consoles
+SRM que não suportam a passagem de opções longas.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
+
 %build
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT
-chmod go= $RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT/usr/man/man8
-make root=$RPM_BUILD_ROOT install
-cp -p sdisklabel/swriteboot.8 tools/e2writeboot.8 $RPM_BUILD_ROOT/usr/man/man8
+%{__make} root=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root)
-%doc INSTALL README doc/*
-
-%attr(644, root, root) /boot/bootlx
-/sbin/abootconf
-/sbin/e2writeboot
-/sbin/isomarkboot
-/sbin/swriteboot
-/usr/man/man8/e2writeboot.8
-/usr/man/man8/swriteboot.8
+%defattr(644,root,root,755)
+%doc README ChangeLog TODO
+%attr(755,root,root) /sbin/*
+%attr(640,root,root) /boot/bootlx
+%{_mandir}/man8/*
+%{_mandir}/man5/*
This page took 0.080082 seconds and 4 git commands to generate.