[polkit-qt5-1] 0.103.0-3

Rex Dieter rdieter at fedoraproject.org
Wed Jun 11 13:20:02 UTC 2014


commit 65f145c0abea4bc34f2c0e1f1f54fdc9bfcc306f
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Jun 11 08:20:04 2014 -0500

    0.103.0-3
    
    - -devel: Provides: polkit-qt5-devel
    - switch to pkgconfig-style build deps

 polkit-qt5-1.spec |   11 ++++++++---
 1 files 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 <rdieter at fedoraproject.org> - 0.103.0-3
+- -devel: Provides: polkit-qt5-devel
+- switch to pkgconfig-style build deps
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.103.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list