On Monday 23 August 2004 21:56, Ville Skyttä wrote: > But the reality is that the distinction is > there already, and spec templates and "best practices"-like packaging > instructions should take that into account. Oh, and one other quick question. Why not use --record instead of worrying about python_sitelib and python_sitearch? %install %{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %files -f INSTALLED_FILES %defattr(-,root,root) %doc README INSTALL etc. etc. take care, -- -jeff