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