From 818fd64f3d088dd1178ba96bcdceea6592d3bc21 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 20 2014 12:38:03 +0000 Subject: use pkgconfig deps for qt-mobility --- diff --git a/qtwebkit.spec b/qtwebkit.spec index 3e31c01..d739f0a 100644 --- a/qtwebkit.spec +++ b/qtwebkit.spec @@ -2,7 +2,7 @@ Name: qtwebkit Summary: Qt WebKit bindings Version: 2.3.3 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPLv2 with exceptions or GPLv3 with exceptions URL: http://trac.webkit.org/wiki/QtWebKit @@ -95,8 +95,9 @@ BuildRequires: perl(version) BuildRequires: perl(Digest::MD5) BuildRequires: ruby %if 0%{?fedora} -# for QtLocation, QtSensors -BuildRequires: qt-mobility-devel >= 1.2 +# qt-mobility bits +BuildRequires: pkgconfig(QtLocation) >= 1.2 +BuildRequires: pkgconfig(QtSensors) >= 1.2 %endif Obsoletes: qt-webkit < 1:4.9.0 Provides: qt-webkit = 2:%{version}-%{release} @@ -238,6 +239,9 @@ popd %changelog +* Fri Jun 20 2014 Rex Dieter 2.3.3-15 +- use pkgconfig deps for qt-mobility + * Sun Jun 08 2014 Fedora Release Engineering - 2.3.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild