parent
9a7b6b00a4
commit
239278d8cf
@ -0,0 +1 @@
|
||||
appliance-tools-003.tar.bz2
|
@ -0,0 +1,66 @@
|
||||
%{!?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.
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
appliance-tools-003-1_fc10:HEAD:appliance-tools-003-1.fc10.src.rpm:1219422935
|
Loading…
Reference in new issue