From 65f145c0abea4bc34f2c0e1f1f54fdc9bfcc306f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 11 Jun 2014 08:20:04 -0500 Subject: [PATCH] 0.103.0-3 - -devel: Provides: polkit-qt5-devel - switch to pkgconfig-style build deps --- polkit-qt5-1.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/polkit-qt5-1.spec b/polkit-qt5-1.spec index 35ec8e6..51640bf 100644 --- a/polkit-qt5-1.spec +++ b/polkit-qt5-1.spec @@ -1,6 +1,6 @@ Name: polkit-qt5-1 Version: 0.103.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Qt5 bindings for PolicyKit License: GPLv2+ @@ -20,9 +20,9 @@ Patch5: 0001-Fix-include-libdir-paths-when-they-re-absolute.patch BuildRequires: automoc4 BuildRequires: cmake -BuildRequires: polkit-devel >= 0.98 BuildRequires: extra-cmake-modules -BuildRequires: qt5-qtbase-devel +BuildRequires: pkgconfig(polkit-agent-1) pkgconfig(polkit-gobject-1) +BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Gui) pkgconfig(Qt5Widgets) pkgconfig(Qt5Xml) %description Polkit-qt5-1 is a library that lets developers use the PolicyKit API @@ -30,6 +30,7 @@ through a nice Qt5-styled API. %package devel Summary: Development files for PolicyKit Qt5 bindings +Provides: polkit-qt5-devel = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{summary}. @@ -77,6 +78,10 @@ make install DESTDIR=%{buildroot} %changelog +* Wed Jun 11 2014 Rex Dieter - 0.103.0-3 +- -devel: Provides: polkit-qt5-devel +- switch to pkgconfig-style build deps + * Sat Jun 07 2014 Fedora Release Engineering - 0.103.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild