From dc9f98268431a0964e84fd0edf436f0057296c77 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mar 23 2007 19:41:58 +0000 Subject: initial commit of livecd-tools package --- diff --git a/.cvsignore b/.cvsignore index e69de29..57a7cf5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +livecd-tools-003.tar.bz2 diff --git a/livecd-tools.spec b/livecd-tools.spec new file mode 100644 index 0000000..a374e9b --- /dev/null +++ b/livecd-tools.spec @@ -0,0 +1,55 @@ +Summary: Tools for building live CD's +Name: livecd-tools +Version: 003 +Release: 1%{?dist} +License: GPL +Group: System Environment/Base +URL: http://git.fedoraproject.org/?p=hosted/livecd +Source0: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: util-linux +Requires: coreutils +Requires: e2fsprogs +Requires: yum >= 3.0.0 +Requires: mkisofs +Requires: squashfs-tools +Requires: pykickstart >= 0.96 +BuildArch: noarch + +%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 +%dir /usr/lib/livecd-creator +/usr/lib/livecd-creator/mayflower +%dir %{_datadir}/livecd-tools +%{_datadir}/livecd-tools/* + +%changelog +* Fri Mar 23 2007 Jeremy Katz - 003-1 +- fix remaining reference to run-init + +* Thu Mar 22 2007 Jeremy Katz - 002-1 +- update for new version + +* Fri Dec 22 2006 David Zeuthen - 001-1%{?dist} +- Initial build. + diff --git a/sources b/sources index e69de29..7aafc94 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +fa7a3663967fa3a3db3f47cca2a13a57 livecd-tools-003.tar.bz2