On Fri, Nov 09, 2007 at 07:40:18PM -0700, Caleb Maclennan wrote: > It throws a warning > about unpackaged (doc) files on build Would it be appropriate to throw something like the following at the end of %install to suppress the error? rm -rf $RPM_BUILD_ROOT%{_datadir}/docs/%{name} Caleb