239278d
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "import distutils.sysconfig as d; print d.get_python_lib()")}
239278d
239278d
%define debug_package %{nil}
239278d
239278d
Summary: Tools for building Appliances
239278d
Name: appliance-tools
239278d
Version: 003
bb4f382
Release: 3%{?dist}
239278d
License: GPLv2
239278d
Group: System Environment/Base
832ff49
URL: http://git.et.redhat.com/?p=act.git
239278d
Source0: %{name}-%{version}.tar.bz2
239278d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
832ff49
Requires: livecd-tools >= 018
239278d
BuildRequires: python
239278d
BuildArch: noarch
239278d
239278d
239278d
%description
239278d
Tools for generating appliance images on Fedora based systems including
239278d
derived distributions such as RHEL, CentOS and others. See
239278d
http://thincrust.net for more details.
239278d
239278d
%prep
832ff49
%setup -q
239278d
239278d
%build
239278d
make
239278d
239278d
%install
239278d
rm -rf $RPM_BUILD_ROOT
239278d
make install DESTDIR=$RPM_BUILD_ROOT
239278d
239278d
%clean
239278d
rm -rf $RPM_BUILD_ROOT
239278d
239278d
%files
239278d
%defattr(-,root,root,-)
239278d
%doc README
239278d
%doc COPYING
239278d
%{_bindir}/appliance-creator
239278d
%dir %{_datadir}/appliance-tools
239278d
%{_datadir}/appliance-tools/*
239278d
%dir %{python_sitelib}/appcreate
239278d
%{python_sitelib}/appcreate/*.py
239278d
%{python_sitelib}/appcreate/*.pyo
239278d
%{python_sitelib}/appcreate/*.pyc
239278d
239278d
%changelog
bb4f382
*Tue Aug 26 2008 David Huff <dhuff@redhat.com> - 003-3
bb4f382
- release 3 fixes minor build errors 
bb4f382
239278d
* Wed Jul 09 2008 David Huff <dhuff@redhat.com> - 003-1
832ff49
- version 003 is build for latest version of livecd-tools with patches
832ff49
832ff49
* Wed Jul 09 2008 Alan Pevec <apevec@redhat.com> 002-1
832ff49
- import imgcreate.fs refactoring and other changes
832ff49
  to make it work with Fedora-9 livecd-tools-0.17.1 w/o Thincrust patches
832ff49
- version 002 is for f9 branch to work with stock f9 livecd-tools
239278d
239278d
* Wed Jun 11 2008 David Huff <dhuff@redhat.com> - 001-3
239278d
- fixed dependancys
239278d
239278d
* Tue Jun 10 2008 David Huff <dhuff@redhat.com> - 001-2
239278d
- Undated opt parser
239278d
- fixed grub issue
239278d
- build aginsted newer livecd-tools for selinux issues
239278d
239278d
* Wed May 14 2008 David Huff <dhuff@redhat.com> - 001
239278d
- Initial build.
239278d
239278d