On Tue, 2008-08-05 at 16:51 +0100, Kevin McAreavey wrote: > %files > %defattr(-,root,other)
Defattr should be (-, root, bin)
The few directories that are root:other should be listed
explicitely, e.g. %{_datadir}/pixmaps, %{_datadir}/applications.
> ???%{_datadir}/locale/*
files under %{_datadir}/locale should be added to an l10n package.
See other spec files for examples. You will need to define a
%package l10n, conditionally delete the l10n files in %install
and add a %files l10n section.
Laca
