]> git.pld-linux.org Git - packages/elilo.git/blob - elilo.spec
- updated to 3.7, includes x86_64 support at last
[packages/elilo.git] / elilo.spec
1 Summary:        ELILO: EFI Linux Boot Loader
2 Summary(pl.UTF-8):      ELILO - linuksowy bootloader dla platform EFI
3 Name:           elilo
4 Version:        3.7
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/elilo/%{name}-%{version}.tar.gz
9 # Source0-md5:  980311f59f7c7ab1aa2a77f74db825d0
10 URL:            http://elilo.sourceforge.net/
11 BuildRequires:  gnu-efi >= 3.0d
12 ExclusiveArch:  %{ix86} %{x8664} ia64
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ELILO is the EFI Linux boot loader for IA-64 (IPF), IA-32 (x86) and
17 x86_64 EFI-based platforms.
18
19 %description -l pl.UTF-8
20 ELILO to linuksowy bootloader dla platform IA-64 (IPF), IA-32 (x86)
21 oraz x86_64 opartych na EFI.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         OPTIMFLAGS="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_sbindir},/boot/efi}
34
35 install tools/eliloalt $RPM_BUILD_ROOT%{_sbindir}
36 install elilo.efi $RPM_BUILD_ROOT/boot/efi
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog README* TODO docs/*.txt examples
44 %attr(755,root,root) %{_sbindir}/eliloalt
45 %dir /boot/efi
46 /boot/efi/elilo.efi
This page took 0.102465 seconds and 4 git commands to generate.