rpms/libid3tag/devel libid3tag.spec, 1.9, 1.10 libid3tag.pc, 1.1, NONE

Rex Dieter rdieter at math.unl.edu
Wed Nov 9 15:39:57 UTC 2005


Ville Skytta (scop) wrote:
> Author: scop
> 
> Update of /cvs/extras/rpms/libid3tag/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26403

> +# *.pc originally from the Debian package.
> +cat << \EOF > %{name}.pc
...
> +Libs: -L${libdir} -lid3tag -lz
> +Cflags: -I${includedir}

Since you're omitting static libs, you can probably leave out the
-lz

And since libdir and includedir are just set to %{_libdir} and 
%{_includedir}, respectively, the -L and -I bits are redundant (but 
harmless)

-- Rex




More information about the fedora-extras-list mailing list