From 7bddbc07c8f391d13c0774b1c4d8420c725b2164 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Nov 09 2006 13:43:31 +0000 Subject: auto-import pungi-0.1.0-1 on branch devel from pungi-0.1.0-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..fe25161 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pungi-0.1.0.tar.gz diff --git a/pungi.spec b/pungi.spec new file mode 100644 index 0000000..81c7efe --- /dev/null +++ b/pungi.spec @@ -0,0 +1,49 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: pungi +Version: 0.1.0 +Release: 1%{?dist} +Summary: Distribution compose tool + +Group: Development/Tools +License: GPL +URL: http://linux.duke.edu/projects/%{name} +Source0: http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: anaconda-runtime + +BuildArch: noarch + +%description +A tool to create anaconda based installation trees/isos of a set of rpms. + + +%prep +%setup -q + + +%build +%{__python} setup.py build + + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Authors Changelog COPYING GPL PLAN.gather PLAN.pungi README ToDo +%config(noreplace) %{_sysconfdir}/pungi +# For noarch packages: sitelib +%{python_sitelib}/pypungi +%{_bindir}/pungi + + +%changelog +* Wed Nov 8 2006 Jesse Keating - 0.1.0-1 +- Initial spec diff --git a/sources b/sources index e69de29..e663c4e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6fab9b1b9979aa59b9db5880abfe6136 pungi-0.1.0.tar.gz