Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570387
en ru br
ALT Linux repos
S:2.5-alt2.qa2
5.0: 2.5-alt2
4.1: 2.5-alt1
4.0: 2.5-alt1

Group :: Networking/Other
RPM: mkelfimage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define Name mkelfImage
Name: mkelfimage
Summary: Utility to Create ELF Boot Images from Linux Kernel Images
Version: 2.5
Release: alt2.qa1
License: %gpl2plus
Group: Networking/Other
Source: %Name-%version.tar
Patch0: %Name-2.5.dif
Patch1: %Name-optflags.patch
Patch2: %name-2.5-alt.patch
Provides: %Name = %version-%release

# Automatically added by buildreq on Wed Jul 25 2007

BuildRequires: zlib-devel rpm-build-licenses

%description
%Name is a program that makes an ELF boot image for Linux kernel
images. The image should work with any i386 multiboot compliant boot
loader or an ELF boot loader that passes no options. It is compliant
with the LinuxBIOS ELF booting specification or with the Linux kexec
kernel patch. A key feature here is that nothing relies on BIOS calls,
but they are made when necessary. This is useful for systems running
LinuxBIOS.


%prep
%setup -n %Name-%version
%patch0 -p0
%patch1 -p1
%patch2 -p1


%build
%autoreconf
%configure
%make_build


%install
%make_install DESTDIR=%buildroot install
ln -sf %Name %buildroot%_sbindir/%name
ln -sf %Name.8 %buildroot%_man8dir/%name.8


%files
%_sbindir/*
%doc AUTHORS News
%_man8dir/*


%changelog -n mkelfImage

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin