audiofile RPM .spec file
Pierre Sarrazin <[email protected]> Mon, 28 Oct 2002 14:52:49 -0500
| Newsgroups | gmane.comp.gnome.packaging |
|---|---|
| Message-ID | <20021028145249.A11909@localhost> |
The audiofile.spec file in audiofile-0.2.3.tar.gz contains this line
in the %files section for the -devel package:
%{prefix}/lib/*.a
It seems like it should be this instead, in order to include the .la file:
%{prefix}/lib/*a
The Anjuta project requires it during compilation.
The following line should also be added in the same section to include
the .pc pkg-config file:
%{prefix}/lib/pkgconfig/*
The anjuta-devel package I got from Ximian included the .pc file, but
not the .la file.
--
Pierre Sarrazin <sarrazip @ sympatico . ca>