packages: vino/vino.spec - updated to 3.0.0; merged from DEVEL

megabajt megabajt at pld-linux.org
Thu Apr 7 13:32:46 CEST 2011


Author: megabajt                     Date: Thu Apr  7 11:32:46 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.0.0; merged from DEVEL

---- Files affected:
packages/vino:
   vino.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: packages/vino/vino.spec
diff -u packages/vino/vino.spec:1.57 packages/vino/vino.spec:1.58
--- packages/vino/vino.spec:1.57	Fri Jan 14 22:25:12 2011
+++ packages/vino/vino.spec	Thu Apr  7 13:32:41 2011
@@ -2,40 +2,43 @@
 Summary:	A remote desktop system for GNOME
 Summary(pl.UTF-8):	System zdalnego pulpitu dla GNOME
 Name:		vino
-Version:	2.32.1
+Version:	3.0.0
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications/Networking
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/vino/2.32/%{name}-%{version}.tar.bz2
-# Source0-md5:	136af49e142adc1d6df0bfe3374e203e
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/vino/3.0/%{name}-%{version}.tar.bz2
+# Source0-md5:	62ce938520d5f29ac9fea00554b8ccd0
 URL:		http://www.gnome.org/
-BuildRequires:	GConf2-devel >= 2.26.0
 BuildRequires:	NetworkManager-devel >= 0.7
 BuildRequires:	autoconf >= 2.64
 BuildRequires:	automake >= 1:1.10
+BuildRequires:	avahi-devel >= 0.6.18
 BuildRequires:	avahi-glib-devel >= 0.6.18
-BuildRequires:	dbus-devel >= 1.2.3
-BuildRequires:	dbus-glib-devel >= 0.74
 BuildRequires:	gettext-devel
+BuildRequires:	glib2-devel >= 1:2.28.0
 BuildRequires:	gnome-common >= 2.24.0
 BuildRequires:	gnutls-devel >= 1.0.0
-BuildRequires:	gtk+2-devel >= 2:2.20.0
+BuildRequires:	gtk+3-devel >= 3.0.0
 BuildRequires:	intltool >= 0.40.0
 BuildRequires:	libgcrypt-devel >= 1.2.0
 BuildRequires:	libgnome-keyring-devel >= 2.26.0
 BuildRequires:	libjpeg-devel
-BuildRequires:	libnotify-devel >= 0.4.4
+BuildRequires:	libnotify-devel >= 0.7.0
 BuildRequires:	libsoup-devel >= 2.26.0
-BuildRequires:	libtool
-BuildRequires:	libunique-devel >= 1.0.0
+BuildRequires:	libtool >= 2:2.2.6
 BuildRequires:	perl-base
 BuildRequires:	pkgconfig
-BuildRequires:	rpmbuild(macros) >= 1.311
-BuildRequires:	telepathy-glib-devel >= 0.12.0
+BuildRequires:	rpmbuild(macros) >= 1.592
+BuildRequires:	telepathy-glib-devel >= 0.13.13
 BuildRequires:	xorg-lib-libICE-devel
 BuildRequires:	xorg-lib-libSM-devel
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-lib-libXdamage-devel
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXfixes-devel
+BuildRequires:	xorg-lib-libXtst-devel
 BuildRequires:	zlib-devel
-Requires(post,preun):	GConf2
+Requires(post,postun):	glib2 >= 1:2.26.0
 # sr at Latn vs. sr at latin
 Conflicts:	glibc-misc < 6:2.7
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,9 +56,6 @@
 %prep
 %setup -q
 
-sed -i -e 's/^en at shaw//' po/LINGUAS
-rm -f po/en at shaw.po
-
 %build
 %{__intltoolize}
 %{__libtoolize}
@@ -64,11 +64,8 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	--enable-avahi \
 	--enable-ipv6 \
-	--enable-gnome-keyring \
-	--enable-libnotify \
-	--disable-schemas-install \
+	--disable-schemas-compile \
 	--disable-silent-rules
 %{__make}
 
@@ -84,10 +81,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install vino-server.schemas
+%glib_compile_schemas
 
-%preun
-%gconf_schema_uninstall vino-server.schemas
+%postun
+%glib_compile_schemas
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -104,7 +101,8 @@
 %{_datadir}/vino/webservices
 %{_sysconfdir}/xdg/autostart/vino-server.desktop
 %{_desktopdir}/vino-preferences.desktop
-%{_sysconfdir}/gconf/schemas/vino-server.schemas
+%{_datadir}/glib-2.0/schemas/org.gnome.Vino.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.Vino.gschema.xml
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -112,6 +110,22 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2011/04/07 11:32:41  megabajt
+- updated to 3.0.0; merged from DEVEL
+
+Revision 1.57.2.4  2011/03/26 20:27:03  megabajt
+- updated to 2.99.5
+
+Revision 1.57.2.3  2011/03/21 21:47:33  megabajt
+- updated to 2.99.4
+- removed obsolete configure options
+
+Revision 1.57.2.2  2011/03/07 21:50:51  wiget
+- up to 2.99.3
+
+Revision 1.57.2.1  2011/02/21 23:49:06  wiget
+- updated to 2.99.0
+
 Revision 1.57  2011/01/14 21:25:12  megabajt
 - updated to 2.32.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vino/vino.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list