This was copy-pasted from Linux and doesn't look right for Solaris: On Fri, 2008-07-11 at 17:14 +0800, jerry tan wrote: > %files > %defattr(-, root, root)
defattr should be (-, root, bin)
> %doc Bonus ChangeLog NEWS README TODO doc doc-jp
%doc doesn't do anything currently in pkgbuild.
You should define the attributes of %{_bindir} like we do in other
spec files:
> %{_bindir}/*
and of %_datadir:
> %{_mandir}/man1/*
> /usr/share/cdrdao/*
and change /usr/share to %{_datadir}
Laca
