diff --git a/.cvsignore b/.cvsignore index e69de29..df47497 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +appliance-tools-003.tar.bz2 diff --git a/appliance-tools.spec b/appliance-tools.spec new file mode 100644 index 0000000..f774f53 --- /dev/null +++ b/appliance-tools.spec @@ -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 - 003-1 +- version 3 is build for latest version of livecd-tools with patches + +* Wed Jun 11 2008 David Huff - 001-3 +- fixed dependancys + +* Tue Jun 10 2008 David Huff - 001-2 +- Undated opt parser +- fixed grub issue +- build aginsted newer livecd-tools for selinux issues + +* Wed May 14 2008 David Huff - 001 +- Initial build. + + diff --git a/import.log b/import.log new file mode 100644 index 0000000..1030a54 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +appliance-tools-003-1_fc10:HEAD:appliance-tools-003-1.fc10.src.rpm:1219422935 diff --git a/sources b/sources index e69de29..c998527 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f7c8736afee8a340c0b9919bc2751c6d appliance-tools-003.tar.bz2