You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.9 KiB
74 lines
1.9 KiB
Summary: Tools for building live CD's
|
|
Name: livecd-tools
|
|
Version: 005
|
|
Release: 3%{?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
|
|
Requires: syslinux
|
|
BuildArch: noarch
|
|
ExcludeArch: ppc pp64
|
|
|
|
%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
|
|
%{_bindir}/livecd-iso-to-disk
|
|
%dir /usr/lib/livecd-creator
|
|
/usr/lib/livecd-creator/mayflower
|
|
%dir %{_datadir}/livecd-tools
|
|
%{_datadir}/livecd-tools/*
|
|
|
|
%changelog
|
|
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-3
|
|
- have to use excludearch, not exclusivearch
|
|
|
|
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
|
|
- exclusivearch since it only works on x86 and x86_64 for now
|
|
|
|
* Wed Mar 28 2007 Jeremy Katz <katzj@redhat.com> - 005-1
|
|
- some shell quoting fixes
|
|
- allow using UUID or LABEL for the fs label of a usb stick
|
|
- work with ext2 formated usb stick
|
|
|
|
* Mon Mar 26 2007 Jeremy Katz <katzj@redhat.com> - 004-1
|
|
- add livecd-iso-to-disk for setting up the live CD iso image onto a usb
|
|
stick or similar
|
|
|
|
* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 003-1
|
|
- fix remaining reference to run-init
|
|
|
|
* Thu Mar 22 2007 Jeremy Katz <katzj@redhat.com> - 002-1
|
|
- update for new version
|
|
|
|
* Fri Dec 22 2006 David Zeuthen <davidz@redhat.com> - 001-1%{?dist}
|
|
- Initial build.
|
|
|