auto-import pykickstart-0.1-1 on branch devel from

pykickstart-0.1-1.src.rpm
This commit is contained in:
Christopher Edward Lumens 2005-10-05 19:14:13 +00:00
parent 485f67b556
commit 83ad7ff835
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1 @@
pykickstart-0.1.tar.gz

37
pykickstart.spec Normal file
View File

@ -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 <clumens@redhat.com> 0.1-1
- Created package from anaconda.

View File

@ -0,0 +1 @@
01bc5c63d24bbebcba88a53316ef8284 pykickstart-0.1.tar.gz