Name: pxe-kexec Version: 0.1.7 Release: 3%{?dist} Summary: Linux boots Linux via network Group: Applications/System License: GPLv2+ URL: http://pxe-kexec.berlios.de/ Source0: http://download.berlios.de/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake, readline-devel, ncurses-devel, libcurl-devel Requires: kexec-tools %description pxe-kexec reads a PXELINUX configuration file, prompts the user for an entry like the PXELINUX program would do and finally boots that entry using Kexec. %prep %setup -q %build %cmake make VERBOSE=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING NEWS README ChangeLog %{_sbindir}/pxe-kexec %{_mandir}/man8/pxe-kexec.8.* %changelog * Wed Jul 15 2009 Ed Swierk 0.1.7-3 - Fixed Source0, cleaned up files per package review. * Mon Jul 13 2009 Ed Swierk 0.1.7-2 - Cleaned up spec file per package review. * Fri Jun 26 2009 Ed Swierk 0.1.7-1 - Initial build.