rpms/vino/devel vino.spec,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon May 22 17:44:02 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/vino/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12685

Modified Files:
	vino.spec 
Log Message:
add missing build reqs



Index: vino.spec
===================================================================
RCS file: /cvs/dist/rpms/vino/devel/vino.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- vino.spec	11 Feb 2006 05:57:42 -0000	1.34
+++ vino.spec	22 May 2006 17:44:00 -0000	1.35
@@ -7,14 +7,15 @@
 Summary: A remote desktop system for GNOME
 Name: vino
 Version: 2.13.5
-Release: 2.2
+Release: 3
 URL: http://www.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 License: GPL
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-root
 
-Prereq: GConf2 >= %{gconf2_version}
+Requires(post): GConf2 >= %{gconf2_version}
+Requires(preun): GConf2 >= %{gconf2_version}
 
 Requires: gtk2 >= %{gtk2_version}
 Requires: libglade2 >= %{libglade2_version}
@@ -27,6 +28,8 @@
 BuildRequires: GConf2-devel >= %{gconf2_version}
 BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
 BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
+BuildRequires: libXt-devel, libXtst-devel, libXdamage-devel, avahi-glib-devel
+
 Prereq: gtk2 >= %{gtk2_version}
 
 %description
@@ -67,15 +70,16 @@
 
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-SCHEMAS="vino-server.schemas"
-for S in $SCHEMAS; do
-  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
-done
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas > /dev/null
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
+%preun
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/vino-server.schemas > /dev/null
+
 %postun
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -94,6 +98,9 @@
 %{_sysconfdir}/gconf/schemas/*.schemas
 
 %changelog
+* Mon May 22 2006 Matthias Clasen <mclasen at redhat.com> - 2.13.5-3
+- Add misisng BuildRequires
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.13.5-2.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list