[k3b] Remove BR: pkgconfig(QtWebKit) on RHEL

Radek Novacek rnovacek at fedoraproject.org
Fri May 4 11:30:53 UTC 2012


commit 37fa637323e7ace5c8821a6152cfc28016890597
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Fri May 4 13:30:45 2012 +0200

    Remove BR: pkgconfig(QtWebKit) on RHEL

 k3b.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/k3b.spec b/k3b.spec
index 0332721..73b8613 100644
--- a/k3b.spec
+++ b/k3b.spec
@@ -42,7 +42,11 @@ BuildRequires: pkgconfig(flac++)
 BuildRequires: pkgconfig(libmusicbrainz)
 # needed by k3bsetup
 #BuildRequires: pkgconfig(polkit-qt-1)
+
+# Don't use WebKit on RHEL
+%if 0%{?rhel} > 6
 BuildRequires: pkgconfig(QtWebKit)
+%endif
 BuildRequires: pkgconfig(samplerate)
 BuildRequires: pkgconfig(sndfile)
 BuildRequires: pkgconfig(taglib)


More information about the scm-commits mailing list