Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
elilo
elilo.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File elilo.spec of Package elilo
# # spec file for package elilo # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %ifarch x86_64 %if 0%{?suse_version} < 1100 BuildRequires: binutils219 #!BuildIgnore: binutils %endif %endif BuildRequires: gnu-efi >= 3.0e Name: elilo Summary: EFI Linux Loader Version: 3.12 Release: 1 ExclusiveArch: ia64 %ix86 x86_64 Group: System/Boot PreReq: /usr/bin/perl License: GPL-2.0+ Url: http://elilo.sourceforge.net/ Source: http://dl.sourceforge.net/elilo/elilo-3.12-source.tar.gz Source1: elilo.pl Source2: debian.eliloalt.man8 Source3: elilo.conf.man5 Source9: rpmlintrc Patch0: elilo-x86-64-bootproto-update.diff Patch1: elilo-x86-64-initrd.diff Patch2: elilo-x86-64-kernel.diff Patch3: elilo-x86-64-e820-max.diff Patch4: elilo-fix-possible-overflow.diff Patch5: elilo-bzimage-alloc.diff Patch6: elilo-fix-strncpy-overflow.diff Patch7: elilo-longer-commandline.diff Patch8: elilo-avoid-tab.diff Patch9: elilo-cleanup.diff Patch10: eliloalt-sysfs.diff Patch11: elilo-MAC.diff Patch12: elilo-text-mode.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The EFI Linux boot loader. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %build perl -pi -e 's{/usr/lib}{%{_libdir}}' Make.defaults make OPTIMFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-stack-protector" perl -pe 's{\@EDITION\@}{%{version}-%{release}}; s{\@LIBDIR\@}{%{_libdir}}; s{\@ARCH\@}{%{_target_cpu}}; ' < %{SOURCE1} > elilo.pl && chmod 555 elilo.pl && touch -r %{SOURCE1} elilo.pl ! grep -F '%%{version}-%%{release}' elilo.pl pod2man -s 8 -c "System Boot" -r "SuSE Linux" \ -n elilo -d "%{version}-%{release}" elilo.pl elilo.8 touch -r elilo.pl elilo.8 %install install -d $RPM_BUILD_ROOT%{_libdir}/efi $RPM_BUILD_ROOT/sbin install -p -m 444 elilo.efi $RPM_BUILD_ROOT%{_libdir}/efi install tools/eliloalt $RPM_BUILD_ROOT/sbin install -p -m 555 elilo.pl $RPM_BUILD_ROOT/sbin/elilo install -D -p -m 644 elilo.8 $RPM_BUILD_ROOT/usr/share/man/man8/elilo.8 install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/man/man8/eliloalt.8 install -D -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/man/man5/elilo.conf.5 %post #/sbin/elilo -v || : echo "Please run /sbin/elilo!" %files %defattr(-, root, root) %doc README README.* TODO docs/*.txt ChangeLog %{_libdir}/efi /sbin/elilo /sbin/eliloalt /usr/share/man/man5/* /usr/share/man/man8/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor