Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 820d8840dfad6744e832896ef23dd2f2 > files > 2

pxe-kexec-0.2.3-3.fc15.src.rpm

Name:		pxe-kexec
Version:	0.2.3
Release:	3%{?dist}
Summary:	Linux boots Linux via network

Group:		Applications/System
License:	GPLv2+
URL:		http://pxe-kexec.googlecode.com/
Source0:	http://pxe-kexec.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

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 %{?_smp_mflags} CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING NEWS README ChangeLog
%doc %{_mandir}/man8/pxe-kexec.8.*
%{_sbindir}/pxe-kexec

%changelog
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Thu Dec 3 2009 Scott Collier <boodle11@gmail.com> 0.2.3-2
- Fixing spec file 

* Thu Oct 22 2009 Scott Collier	<boodle11@gmail.com> 0.2.3-1
- Changed Source0 and URL and some tags, changed buildroot line
- and added CFLAGS, declared man page as doc, removed VERBOSE
- from build

* Wed Jul 15 2009 Ed Swierk <eswierk@aristanetworks.com> 0.1.7-3
- Fixed Source0, cleaned up files per package review.

* Mon Jul 13 2009 Ed Swierk <eswierk@aristanetworks.com> 0.1.7-2
- Cleaned up spec file per package review.

* Fri Jun 26 2009 Ed Swierk <eswierk@aristanetworks.com> 0.1.7-1
- Initial build.