]> git.pld-linux.org Git - packages/vino.git/commitdiff
- updated to 2.28.0
authorqwiat <qwiat@pld-linux.org>
Sat, 26 Sep 2009 21:22:39 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete patch

Changed files:
    vino-gnutls-2_8-fix.patch -> 1.3
    vino.spec -> 1.50

vino-gnutls-2_8-fix.patch [deleted file]
vino.spec

diff --git a/vino-gnutls-2_8-fix.patch b/vino-gnutls-2_8-fix.patch
deleted file mode 100644 (file)
index 333cf73..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig  2009-05-18 17:59:03.000000000 +0200
-+++ configure.in       2009-08-11 00:50:05.948280785 +0200
-@@ -171,7 +171,7 @@
-             [  --disable-gnutls=[no/yes] don't build VNC over SSL support [default=no]],,
-             enable_gnutls=yes)
- if test "$enable_gnutls" = "yes"; then
--  AM_PATH_LIBGNUTLS(1.0.0,
-+  PKG_CHECK_MODULES(LIBGNUTLS, gnutls >= 1.0.0,
-                   [AC_DEFINE(HAVE_GNUTLS, 1, [Defined if the GNU TLS library is present])],
-                     AC_MSG_WARN([[
- ***
index fb4ad7c5a32aa8bb9564e0d0ef74ecc114217723..ae963b26beaa33b05aa738a4ba1ffebd8ac8f8bf 100644 (file)
--- a/vino.spec
+++ b/vino.spec
@@ -1,13 +1,12 @@
 Summary:       A remote desktop system for GNOME
 Summary(pl.UTF-8):     System zdalnego pulpitu dla GNOME
 Name:          vino
-Version:       2.26.2
-Release:       3
+Version:       2.28.0
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Networking
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/vino/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 580a8f79130273f03cb57c32bba59120
-Patch0:                %{name}-gnutls-2_8-fix.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/vino/2.28/%{name}-%{version}.tar.bz2
+# Source0-md5: de7874e503b0c4eaa48758620611c75c
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.26.0
 BuildRequires: NetworkManager-devel >= 0.7
@@ -53,7 +52,6 @@ się z działającą sesją GNOME przy użyciu VNC.
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %{__intltoolize}
@@ -95,7 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libexecdir}
 %attr(755,root,root) %{_libexecdir}/vino-server
 %dir %{_datadir}/vino
-%{_datadir}/vino/*.glade
+%{_datadir}/vino/vino-preferences.ui
+%{_datadir}/vino/vino-prompt.ui
+%{_datadir}/dbus-1/services/org.gnome.Vino.service
 %{_datadir}/vino/webservices
 %{_sysconfdir}/xdg/autostart/vino-server.desktop
 %{_desktopdir}/vino-preferences.desktop
This page took 0.096131 seconds and 4 git commands to generate.