%doc question

Paul F. Johnson paul at all-the-johnsons.co.uk
Tue Sep 13 16:12:46 UTC 2005


Hi,

> > %{_libdir}/*.lib
> > 
> > while nice, doesn't work (can't glob it).
> 
> It doesn't sound right to put .asm/.def/.opt files into %_libdir.
> The program ought to use its own sub-directory for such files, and,
> assuming they are assembler language input files, to put them in
> a directory below %_datadir.

The original version placed the files in /usr/local/lib/z88dk/lib|
include. My idea is to place them in /usr/lib/z88dk/lib|include however,
I think the makefiles are somewhat messed up, so I may need to re-write
them.

> > Sooooo, the problem now is splitting the build to be devel and normal
> > and finding a way to exclude the CVS directory and glob the lib files
> > correctly.
> 
> %prep
> ...
> find . -name CVS | xargs rm -rf

:-)

TTFN

Paul
-- 
"Logic, my dear Zoe, is merely the ability to be wrong with authority" -
Dr Who




More information about the fedora-extras-list mailing list