[XML-SIG] RPM spec file available?

M.-A. Lemburg mal@lemburg.com
Tue, 21 Nov 2000 11:11:46 +0100


Karl Eichwalder wrote:
> 
> I'm just in the progress to update pyxml for SuSE Linux.  Binary RPMs
> are offered from the official download page -- but there are not Source
> RPM and thus no spec files.
> 
> I didn't find them in the CVS, too.
> 
> Is it possible to make the spec files available?

They should be easy to generate since PyXML uses Python's new
distutils package for creating the distribution archives.
Just download the source and run "setup.py bdist_rpm" ...
you should then find the SPEC files in the build subdir.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Company:                                        http://www.egenix.com/
Consulting:                                    http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/