Compare commits
26 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca62da65af | ||
|
|
602291933a | ||
|
|
37798b9ef0 | ||
| 48aa3089e1 | |||
|
|
e199760396 | ||
|
|
7d19202b7b | ||
|
|
4f31334658 | ||
|
f8bb71722a |
|||
| fa3c8a6058 | |||
|
|
6ace418595 | ||
|
|
518b48c299 | ||
|
|
18ec62a6e5 | ||
|
|
7f93ecc742 | ||
|
|
8f3dc0d466 | ||
|
|
101f988b72 | ||
| a4bce2699e | |||
|
|
e07eaa168c | ||
|
|
71aa7c0cb2 | ||
|
|
5d7d4e4baf | ||
|
|
c3bd971fb2 | ||
|
|
dfd9d7e36c | ||
|
|
2245e357ff | ||
|
|
7b8cbfe4e7 | ||
|
|
72779c31f8 | ||
|
|
65dae4c68e | ||
|
|
72375f168d |
5 changed files with 1 additions and 69 deletions
|
|
@ -1 +0,0 @@
|
|||
wraplinux-1.6.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wraplinux
|
||||
# $Id$
|
||||
NAME := wraplinux
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
3c26f7abe6a371f92d575eb9156d9ea5 wraplinux-1.6.tar.bz2
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
Summary: Utility to wrap a Linux kernel and initrd into an ELF or NBI file
|
||||
Name: wraplinux
|
||||
Version: 1.6
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://www.kernel.org/pub/linux/utils/boot/wraplinux/
|
||||
Source: http://www.kernel.org/pub/linux/utils/boot/wraplinux/wraplinux-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
BuildRequires: /usr/include/gnu/stubs-32.h
|
||||
|
||||
%description
|
||||
A tool to wrap an x86 Linux kernel and one or more initrd files into a
|
||||
single file in ELF or NBI format, as required by some booting protocols.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install INSTALLROOT="$RPM_BUILD_ROOT"
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_bindir}/wraplinux
|
||||
%{_mandir}/man1/wraplinux.1*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 01 2009 Warren Togami <wtogami@redhat.com> - 1.6-2
|
||||
- build on 32bit
|
||||
|
||||
* Thu Aug 14 2008 Warren Togami <wtogami@redhat.com> - 1.6-1
|
||||
- /usr/bin/wraplinux is no longer marked execstack
|
||||
- GPLv2
|
||||
|
||||
* Thu Jan 10 2008 H. Peter Anvin <hpa@zytor.com>
|
||||
- Initial version.
|
||||
Loading…
Add table
Add a link
Reference in a new issue