[kde-runtime] kde el7 copr fixes

Rex Dieter rdieter at fedoraproject.org
Tue Nov 25 18:58:36 UTC 2014


commit 2e5d17822b3a53590dea1fccf56cc0428ada146d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Nov 25 12:58:23 2014 -0600

    kde el7 copr fixes

 kde-runtime.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/kde-runtime.spec b/kde-runtime.spec
index 1a8d692..6c21fc7 100644
--- a/kde-runtime.spec
+++ b/kde-runtime.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?epel}
 %define flags 1
 %define webkit 1
 %endif
@@ -139,6 +139,8 @@ BuildRequires: pkgconfig(xproto)
 BuildRequires: pkgconfig(xscrnsaver)
 %if 0%{?fedora}
 BuildRequires: openslp-devel
+%endif
+%if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires: libssh-devel >= 0.6
 %endif
 BuildRequires: xorg-x11-font-utils
@@ -226,7 +228,7 @@ Requires: %{name} = %{version}-%{release}
 %patch50 -p1 -b .installdgbsymbols
 %patch51 -p1 -b .install_gdb
 # apply only where phonon-4.7 is used, f20+
-%if 0%{?fedora} > 19
+%if 0%{?fedora} > 19 || 0%{?rhel} > 6
 %patch60 -p1 -b .canberra
 %endif
 


More information about the scm-commits mailing list