[vino] update spec file as per merge-review(rh#226527)

paragn paragn at fedoraproject.org
Thu Mar 27 03:00:10 UTC 2014


commit bf51198ceba4201a04f998d17e886c676a998dea
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Thu Mar 27 08:29:53 2014 +0530

    update spec file as per merge-review(rh#226527)

 vino.spec |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/vino.spec b/vino.spec
index 213169c..575d34f 100644
--- a/vino.spec
+++ b/vino.spec
@@ -5,13 +5,12 @@
 Summary: A remote desktop system for GNOME
 Name: vino
 Version: 3.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/vino
 Source0: http://download.gnome.org/sources/vino/3.12/%{name}-%{version}.tar.xz
 
 License: GPLv2+
-Group: User Interface/Desktops
 
 BuildRequires: gtk3-devel
 BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
@@ -28,6 +27,10 @@ BuildRequires: libSM-devel
 # BuildRequires: autoconf automake libtool
 BuildRequires: gnome-common
 
+# Following requires are for directory ownership
+Requires: telepathy-filesystem
+Requires: dbus
+
 %description
 Vino is a VNC server for GNOME. It allows remote users to
 connect to a running GNOME session using VNC.
@@ -57,6 +60,9 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/vino-server.desktop
+
+
 %find_lang %{name}
 
 %post
@@ -85,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 
 %changelog
+* Thu Mar 27 2014 Parag <paragn AT fedoraproject DOT org> - 3.12.0-2
+- update spec file as per merge-review(rh#226527)
+
 * Mon Mar 24 2014 Richard Hughes <rhughes at redhat.com> - 3.12.0-1
 - Update to 3.12.0
 
@@ -429,7 +438,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 * Mon Nov  6 2006 Matthias Clasen <mclasen at redhat.com> - 2.17.2-1
 - Update to 2.17.2
 
-* Sat Oct 22 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0-1
+* Sun Oct 22 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0-1
 - Update to 2.16.0
 
 * Wed Oct 18 2006 Matthias Clasen <mclasen at redhat.com> - 2.13.5-6


More information about the scm-commits mailing list