(For the record, I was just doing an initial import so
I could get builds going, and intended for the pkg
maintainers to get the specs into shape.)
I've implemented all you suggested changes, except as
follows:
> Is there a SUNWlcms-devel?
No.
>> %{sf_download}/id3lib/id3lib-%{version}.tar.gz
>
> We don't have sf_download defined. It should be defined though.
It is defined:
./include/prod.inc:%{?sf_download:#}%define sf_download
http://downloads.sourceforge.net
>> python setup.py install --prefix=$RPM_BUILD_ROOT/%_prefix
>> --old-and-unmanageable
>
> What's this? (Just curious...)
It seems to be related to whether eggs are installed or
not. I'll leave it to the pkg maintainer to decide if
it's really necessary.
> Are there .pyo files to be deleted?
Only SUNWpython-imaging had .pyo files - I've deleted them.
- Dermot