new spec (lyricue)
Elan Ruusamäe
glen at delfi.ee
Sat Nov 10 03:16:36 CET 2007
On Saturday 10 November 2007 03:21:36 Caleb Maclennan wrote:
> Thanks for the pointers Andrzej. I am attaching an updated
> spec file with your changes.
>
> Caleb
> %dir %{_docdir}/lyricue
> %doc %{_docdir}/lyricue/*
first dir should be also %doc
but rather using rpmbuildroot paths use relative %doc from builddir, then
documents get compressed too:
%doc docs/*
oh, and you can't mix
%doc relative path
and
%doc /full/path
because one or another does rm -rf :)
--
glen
More information about the pld-devel-en
mailing list