[gtk-vnc] Add missing deps on gvnc package from gtk-vnc/gtk-vnc2



commit 2175b2ba87e34f791e34604867fe5781e5773c55
Author: Daniel P. Berrange <berrange redhat com>
Date:   Tue Sep 4 11:41:22 2012 +0100

    Add missing deps on gvnc package from gtk-vnc/gtk-vnc2

 gtk-vnc.spec.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk-vnc.spec.in b/gtk-vnc.spec.in
index 509dd5c..25169a9 100644
--- a/gtk-vnc.spec.in
+++ b/gtk-vnc.spec.in
@@ -30,6 +30,7 @@ Group: Development/Libraries
 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://live.gnome.org/gtk-vnc
+Requires: gvnc = %{version}-%{release}
 BuildRequires: gtk2-devel >= 2.14
 BuildRequires: pygtk2-devel python-devel zlib-devel
 BuildRequires: gnutls-devel cyrus-sasl-devel intltool
@@ -155,6 +156,7 @@ screenshots of a VNC desktop
 %package -n gtk-vnc2
 Summary: A GTK3 widget for VNC clients
 Group: Applications/Internet
+Requires: gvnc = %{version}-%{release}
 
 %description -n gtk-vnc2
 gtk-vnc is a VNC viewer widget for GTK2. It is built using coroutines
@@ -163,7 +165,7 @@ allowing it to be completely asynchronous while remaining single threaded.
 %package -n gtk-vnc2-devel
 Summary: Development files to build GTK3 applications with gtk-vnc
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: gtk-vnc2 = %{version}-%{release}
 Requires: pkgconfig
 Requires: gtk3-devel
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]