On Mon, 2008-01-28 at 23:14 +0100, Patrick Ale wrote:
> On Jan 28, 2008 11:10 PM, Brian Cameron <Brian.Cameron at sun.com> wrote:
> > Patrick:
>
> > Right, but note Laca's recent comment that most packages will
> > still install gtk-docs even when the --without-gtk-doc pkgtool
> > argument is provided. The difference is that when this argument
> > is provided the gtk-docs aren't regenerated.
>
> Agreed 100% :D
>
> So I reverted my patch localy already. What do I do now? add a line to
> the specs like below?:
> %files devel
> %defattr (-,root, root)
defattr should be root, bin
> %(_datadir)/gtk-docs
%{_datadir}
You will also need to specify %{_datadir}'s attributes
separately, because they do not match the defattr:
%dir %attr(0755, root, sys) %{_datadir}
Laca
>
>
>
> --
> Patrick