appliance-tools/appliance-tools.spec

67 lines
1.6 KiB
RPMSpec
Raw Normal View History

2008-08-22 16:36:26 +00:00
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "import distutils.sysconfig as d; print d.get_python_lib()")}
%define debug_package %{nil}
Summary: Tools for building Appliances
Name: appliance-tools
Version: 003
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://thincrust.net
#need to add tag for build
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
#requires latest build form livecd-tools not out yet
Requires: livecd-tools >= 017.1
BuildRequires: python
BuildArch: noarch
%description
Tools for generating appliance images on Fedora based systems including
derived distributions such as RHEL, CentOS and others. See
http://thincrust.net for more details.
%prep
%setup -q -n act
%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 README
%doc COPYING
%{_bindir}/appliance-creator
%dir %{_datadir}/appliance-tools
%{_datadir}/appliance-tools/*
%dir %{python_sitelib}/appcreate
%{python_sitelib}/appcreate/*.py
%{python_sitelib}/appcreate/*.pyo
%{python_sitelib}/appcreate/*.pyc
%changelog
* Wed Jul 09 2008 David Huff <dhuff@redhat.com> - 003-1
- version 3 is build for latest version of livecd-tools with patches
* Wed Jun 11 2008 David Huff <dhuff@redhat.com> - 001-3
- fixed dependancys
* Tue Jun 10 2008 David Huff <dhuff@redhat.com> - 001-2
- Undated opt parser
- fixed grub issue
- build aginsted newer livecd-tools for selinux issues
* Wed May 14 2008 David Huff <dhuff@redhat.com> - 001
- Initial build.