[kvirc] depends on kdelibs version used at build time

nucleo nucleo at fedoraproject.org
Thu Nov 25 12:34:47 UTC 2010


commit 6e58072570ed59427bc559b76638e72dce4ab211
Author: nucleo <nucleo at fedoraproject.org>
Date:   Thu Nov 25 14:34:41 2010 +0200

    depends on kdelibs version used at build time

 kvirc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/kvirc.spec b/kvirc.spec
index edf3e4f..0fb944a 100644
--- a/kvirc.spec
+++ b/kvirc.spec
@@ -1,6 +1,6 @@
 Name:             kvirc
 Version:          4.0.2
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          Free portable IRC client
 Group:            Applications/Internet
 License:          GPLv2+ with exceptions
@@ -19,6 +19,7 @@ BuildRequires:    libv4l-devel libtheora-devel libvorbis-devel
 
 Requires(post):   /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
+%{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}
 
 %description
 KVIrc is a free portable IRC client based on the excellent
@@ -136,6 +137,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %exclude %{_datadir}/%{name}/4.0/doc/README
 
 %changelog
+* Thu Nov 25 2010 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.2-4
+- depends on kdelibs version used at build time
+
 * Tue Nov 23 2010 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.2-3
 - fix join channel crash #656251, kvirc#1024
 


More information about the scm-commits mailing list