%doc question

Michael Schwendt bugs.michael at gmx.net
Tue Sep 13 16:01:55 UTC 2005


On Tue, 13 Sep 2005 11:58:48 +0100, Paul F. Johnson wrote:

> I still need to do a lot of messing with this build as it automatically
> builds a devel version and normal version, plus the library files aren't
> standard Linux ones (the end in .asm, .def, .opt and a few other
> extensions - there are quite a number of them, so having
> 
> %{_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.
 
> 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




More information about the fedora-extras-list mailing list