rpms/mkelfimage/F-8 mkelfimage-makefileconf.patch, NONE, 1.1 mkelfimage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Wed Feb 27 09:10:18 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/mkelfimage/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16677

Modified Files:
	.cvsignore sources 
Added Files:
	mkelfimage-makefileconf.patch mkelfimage.spec 
Log Message:
build in F-8


mkelfimage-makefileconf.patch:

--- NEW FILE mkelfimage-makefileconf.patch ---
diff -ur a/Makefile.conf.in b/Makefile.conf.in
--- a/Makefile.conf.in	2003-01-27 23:21:39.000000000 -0600
+++ b/Makefile.conf.in	2008-01-13 10:54:28.000000000 -0600
@@ -16,7 +16,7 @@
 DEFS=@DEFS@
 LIBS=@LIBS@
 HOST_CC=@HOST_CC@
-HOST_CFLAGS=@HOST_CFLAGS@  $(DEFS)
+HOST_CFLAGS=@HOST_CFLAGS@ $(CFLAGS) $(DEFS)
 
 I386_CC     =@I386_CC@
 I386_LD     =@I386_LD@


--- NEW FILE mkelfimage.spec ---
Summary:    Utility to create ELF boot images from Linux kernel images
Name:       mkelfimage
Version:    2.7
Release:    3%{?dist}
# No license declaration in the source files, but parts come from the Linux
# kernel.
License:    GPLv2
Group:      Development/Tools
URL:        ftp://ftp.lnxi.com/pub/mkelfImage/
Source0:    ftp://ftp.lnxi.com/pub/mkelfImage/mkelfImage-%{version}.tar.gz
Patch0:     mkelfimage-makefileconf.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
mkelfImage is a program that makes a elf boot image for linux kernel images.
The image should work with any i386 multiboot compliant boot loader, an ELF
boot loader that passes no options, a loader compliant with the linuxBIOS elf
booting spec or with the linux kexec kernel patch.  A key feature here is that
nothing relies upon BIOS calls, but they are made when necessary.  This is
useful for systems running linuxbios.

%prep
%setup -q -n mkelfImage-%{version}
%patch0 -p1 -b .makefileconf

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%attr(0755,root,root) %{_sbindir}/mkelfImage
%doc News
%doc COPYING
%doc AUTHORS
%{_mandir}/man8/mkelfImage.8.gz

%changelog
* Wed Feb 27 2008 Warren Togami <wtogami at redhat.com> - 2.7-3
- include in F-8

* Sun Jan 13 2008 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.7-1
- Package adapted for Fedora from an existing package by Eric Biederman, Joshua
  Aune and Andrew Ip.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mkelfimage/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2008 19:46:11 -0000	1.1
+++ .cvsignore	27 Feb 2008 09:09:36 -0000	1.2
@@ -0,0 +1 @@
+mkelfImage-2.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mkelfimage/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2008 19:46:11 -0000	1.1
+++ sources	27 Feb 2008 09:09:36 -0000	1.2
@@ -0,0 +1 @@
+6046f15f070443fbfa7c2a11e449f801  mkelfImage-2.7.tar.gz




More information about the fedora-extras-commits mailing list