Fix pkg-config file problems.
authorKristian H?gsberg <krh@redhat.com>
Wed Jun 25 15:29:49 2008 -0400 (2008-06-25)
changeset 295c56b39adbfe4
parent 283 a510dcb8e019
child 296 4531b1390261
Fix pkg-config file problems.

It's libcurl, and expat doesn't have a pkg-config file.
data/razor.pc.in
     1.1 --- a/data/razor.pc.in	Wed Jun 25 11:48:46 2008 -0400
     1.2 +++ b/data/razor.pc.in	Wed Jun 25 15:29:49 2008 -0400
     1.3 @@ -6,7 +6,7 @@
     1.4  Name: razor
     1.5  Description: library for depsolving, installing and removing packages
     1.6  Version: @VERSION@
     1.7 -Requires: expat curl
     1.8 -Libs: -L${libdir} -lexpat -lz -lcurl
     1.9 +Requires: libcurl
    1.10 +Libs: -L${libdir} -lexpat -lz -lrazor
    1.11  Cflags: -I${includedir}/razor
    1.12