From d70bb4f3e0bd528091d8ddb5ef480d00f62b1d7b Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 13 Jul 2017 08:00:26 +0100 Subject: [PATCH] Use pkgconfig for BuildRequires https://fedoraproject.org/wiki/Packaging:PkgConfigBuildRequires --- libproxy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libproxy.spec b/libproxy.spec index 3f31e16..0bf9ece 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -4,7 +4,7 @@ Name: libproxy Version: 0.4.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library handling all the details of proxy configuration Group: System Environment/Libraries @@ -23,7 +23,7 @@ BuildRequires: cmake >= 2.6.0 # gnome BuildRequires: pkgconfig(gio-2.0) >= 2.26 # mozjs -BuildRequires: mozjs38-devel +BuildRequires: pkgconfig(mozjs-38) # NetworkManager BuildRequires: pkgconfig(libnm) # pacrunner (and NetworkManager) @@ -240,6 +240,9 @@ make test %changelog +* Thu Jul 13 2017 David King - 0.4.15-2 +- Use pkgconfig for BuildRequires + * Tue May 16 2017 Peter Robinson 0.4.15-1 - Update to 0.4.15