From 3703858f81f9877aaa3ee3a3de6b0e0b0bb2d2a0 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 3 Dec 2019 07:26:27 -0500 Subject: [PATCH] Fix massively broken libcomps pkgconfig file --- libcomps.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libcomps.pc.in b/libcomps.pc.in index ef50aad..d24b2d8 100644 --- a/libcomps.pc.in +++ b/libcomps.pc.in @@ -5,6 +5,7 @@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@ Name: libcomps Description: alternative for yum.libcomps written in C Version: @VERSION@ -Requires: -L${libdir} -lcomps -Reuires.private: -lxml2 -lexpat +URL: https://github.com/rpm-software-management/libcomps CFlags: -I${includedir} +Libs: -L${libdir} -lcomps +Requires: libxml-2.0 expat