]> git.pld-linux.org Git - packages/elilo.git/blame - elilo.spec
- updated to 3.6
[packages/elilo.git] / elilo.spec
CommitLineData
50806133
JB
1Summary: ELILO: EFI Linux Boot Loader
2Summary(pl): ELILO - linuksowy bootloader dla platform EFI
3Name: elilo
64a80550
JB
4Version: 3.6
5Release: 1
50806133
JB
6License: GPL
7Group: Applications/System
64a80550
JB
8Source0: http://dl.sourceforge.net/elilo/%{name}-%{version}.tgz
9# Source0-md5: 5fa5d3d1ac2f29e3b56a4e82b752ecd6
50806133
JB
10URL: http://elilo.sourceforge.net/
11BuildRequires: gnu-efi >= 3.0a
12ExclusiveArch: %{ix86} ia64
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16ELILO is the EFI Linux boot loader for IA-64 (IPF) and IA-32 (x86)
17EFI-based platforms.
18
19%description -l pl
20ELILO to linuksowy bootloader dla platform IA-64 (IPF) i IA-32 (x86)
21opartych na EFI.
22
23%prep
24%setup -q -n %{name}
25
26%build
27%{__make} \
28 CC="%{__cc}" \
29 OPTIMFLAGS="%{rpmcflags}"
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT{%{_sbindir},/boot/efi}
34
35install tools/eliloalt $RPM_BUILD_ROOT%{_sbindir}
36install elilo.efi $RPM_BUILD_ROOT/boot/efi
37
38%clean
39rm -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.058695 seconds and 4 git commands to generate.