Summary: Tools for building live CD's Name: livecd-tools Version: 001 Release: 1%{?dist} License: GPL Group: System Environment/Base URL: http://gitweb.freedesktop.org/?p=users/david/livecd-tools.git Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: util-linux Requires: yum Requires: coreutils Requires: e2fsprogs Requires: yum >= 3.0.0 Requires: mkisofs Requires: squashfs-tools %description Tools for generating live CD's on Fedora based systems including derived distributions such as RHEL, CentOS and others. See http://fedoraproject.org/wiki/FedoraLiveCD for more details. %prep %setup -q %build make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING README HACKING %{_bindir}/livecd-creator %{_libdir}/livecd-creator/mayflower %{_libdir}/livecd-creator/run-init %changelog * Fri Dec 22 2006 David Zeuthen - 001-1%{?dist} - Initial build.