Jerry: - You need to create a copyright file for this module. - The spec-file should have an "Owner" defined. - You should add a "License" field to the header section. - In SUNWpython-cssutils.spec, these two lines are not needed and can be removed.
mkdir -p $RPM_BUILD_ROOT%{_libdir}/python%{pythonver}/site-packages/ export PYTHONPATH=$PYTHONPATH:$RPM_BUILD_ROOT/%_prefix/lib/python%{pythonver}/site-packages ---- Also, the hamster spec-file needs a copyright file, should define "License", and should have an Owner defined. Brian