Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
iPXE
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 12
[-]
[+]
Added
_service:set_version:ipxe.spec
@@ -0,0 +1,40 @@ +Name: ipxe +Version: 1.0.0git. +Release: 0 +License: GPL +Url: http://ipxe.org/start +Group: System +Summary: Network bootloader +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +BuildRequires: syslinux gcc binutils mtools perl make mkisofs + +%description +iPXE is an open source (GPL) network bootloader. It provides a direct replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. + +%prep +%setup -n %{name}-%{version} + +%build +cd src +%__make + +%install +cd src +%__install -d 0755 %{buildroot}%{_datadir}/%{name}/bin/ +for FILE in bin/ipxe.dsk bin/ipxe.usb bin/ipxe.iso bin/undionly.kpxe ; do + %__install -m 0644 ${FILE} %{buildroot}%{_datadir}/%{name}/ +done + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc COPYING COPYRIGHTS README +%{_datadir}/%{name} + +%changelog +* Wed Apr 20 2011 Carsten Schoene <cs@linux-administrator.com> - 1.0.0-1 +- initial build of iPXE
Added
_service:recompress:tar_scm:ipxe-1.0.0git..tar.gz
^