[kdenetwork] fix rhel condition

Than Ngo than at fedoraproject.org
Fri Apr 5 20:32:20 UTC 2013


commit 63c63e71c9436928f1d0a00b99ed3eb4a429358b
Author: Than Ngo <than at redhat.com>
Date:   Fri Apr 5 22:32:08 2013 +0200

    fix rhel condition

 kdenetwork.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/kdenetwork.spec b/kdenetwork.spec
index b9a04dc..b0a0943 100644
--- a/kdenetwork.spec
+++ b/kdenetwork.spec
@@ -2,7 +2,7 @@ Summary: KDE Network Applications
 Name:    kdenetwork
 Epoch:   7
 Version: 4.10.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2
 Group: Applications/Internet
@@ -51,6 +51,7 @@ BuildRequires: pkgconfig(nxcl)
 BuildRequires: pkgconfig(TelepathyQt4)
 #define use_system_iris 1
 #BuildRequires: pkgconfig(iris)
+BuildRequires: linphone-devel >= 2.3.0
 %endif
 BuildRequires: boost-devel
 BuildRequires: expat-devel
@@ -81,7 +82,6 @@ BuildRequires: pkgconfig(speex)
 BuildRequires: pkgconfig(sqlite3)
 BuildRequires: pkgconfig(libv4l2)
 BuildRequires: libvncserver-devel
-BuildRequires: linphone-devel >= 2.3.0
 BuildRequires: openldap-devel
 
 #-----------------------------------------------------------------------------
@@ -374,7 +374,9 @@ if [ $1 -eq 0 ] ; then
 fi
 
 %files kopete -f kopete.lang
+%if 0%{?fedora}
 %{_kde4_bindir}/googletalk-call
+%endif
 %{_kde4_bindir}/kopete
 %{_kde4_bindir}/winpopup*
 %{_kde4_appsdir}/kopete*
@@ -514,6 +516,9 @@ fi
 
 
 %changelog
+* Fri Apr 05 2013 Than Ngo <than at redhat.com> - 7:4.10.2-2
+- fix rhel condition
+
 * Sun Mar 31 2013 Rex Dieter <rdieter at fedoraproject.org> - 7:4.10.2-1
 - 4.10.2
 - kopete FTBFS against recent kernels, uses deprecated v4l interfaces (#946924)


More information about the scm-commits mailing list