audiofile RPM .spec file



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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]