From 83ad7ff835aa5088b28480d4a3db609d532a0935 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 5 Oct 2005 19:14:13 +0000 Subject: [PATCH] auto-import pykickstart-0.1-1 on branch devel from pykickstart-0.1-1.src.rpm --- .cvsignore | 1 + pykickstart.spec | 37 +++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 39 insertions(+) create mode 100644 pykickstart.spec diff --git a/.cvsignore b/.cvsignore index e69de29..6dcb2f4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pykickstart-0.1.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec new file mode 100644 index 0000000..216fcd9 --- /dev/null +++ b/pykickstart.spec @@ -0,0 +1,37 @@ +Summary: A python library for manipulating kickstart files +Name: pykickstart +Version: 0.1 +Release: 1 +Source0: %{name}-%{version}.tar.gz +License: GPL +Group: System Environment/Libraries +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-root +BuildRequires: python-devel +Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]") + +%description +The pykickstart package is a python library for manipulating kickstart +files. + +%prep +%setup -q +make + +%build + +%install +rm -rf $RPM_BUILD_ROOT +python setup.py install --root=${RPM_BUILD_ROOT} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README ChangeLog COPYING +%{_libdir}/python?.?/site-packages/kickstart + +%changelog +* Wed Oct 05 2005 Chris Lumens 0.1-1 +- Created package from anaconda. diff --git a/sources b/sources index e69de29..d37ec6e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +01bc5c63d24bbebcba88a53316ef8284 pykickstart-0.1.tar.gz