From a741859906f9413d30bb5247b48cff705764ae31 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sep 30 2006 19:41:48 +0000 Subject: fix brain fart pkgconfig not pkg-config --- diff --git a/hamlib.spec b/hamlib.spec index 95007f0..7566339 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -2,7 +2,7 @@ Name: hamlib Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -32,7 +32,7 @@ command line interface or in a text-oriented interactive interface. %package devel Summary: Development library to control radio transcievers and receivers Group: Development/Libraries -Requires: hamlib = %{version}, pkg-config +Requires: hamlib = %{version}, pkgconfig %description devel Hamlib radio control library C development headers and libraries @@ -204,6 +204,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 30 2006 Dennis Gilmore 1.2.5-3 +- fix Requires for hamlib-devel its pkgconfig not pkg-config + * Sat Sep 30 2006 Dennis Gilmore 1.2.5-2 - Fix BuildRequires added libxml2-devel, tcl-devel - libusb-devel, pkgconfig pkgconfig is required for fc5 as