Author: patrys Date: Mon Mar 10 17:04:39 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.5.0
---- Files affected: SPECS: vinagre.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/vinagre.spec diff -u SPECS/vinagre.spec:1.1 SPECS/vinagre.spec:1.2 --- SPECS/vinagre.spec:1.1 Wed Dec 12 23:32:41 2007 +++ SPECS/vinagre.spec Mon Mar 10 18:04:34 2008 @@ -1,12 +1,12 @@ # $Revision$, $Date$ Summary: VNC client for the GNOME desktop Name: vinagre -Version: 0.4 +Version: 0.5.0 Release: 1 License: GPL v2+ Group: X11/Applications -Source0: http://download.gnome.org/sources/vinagre/0.4/%{name}-%{version}.tar.bz2 -# Source0-md5: 97dee0faa1b78e2497b9d231053b2f6d +Source0: http://download.gnome.org/sources/vinagre/0.5/%{name}-%{version}.tar.bz2 +# Source0-md5: 3d5febbf26565e2095355848064a796a URL: http://www.gnome.org/projects/vinagre/ BuildRequires: GConf2-devel >= 2.16.0 BuildRequires: autoconf >= 2.59 @@ -17,12 +17,14 @@ BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: gnome-keyring-devel +BuildRequires: glib2-devel >= 1:2.15.5 BuildRequires: gtk+2-devel >= 2.11.6 BuildRequires: gtk-vnc-devel >= 0.3.0 BuildRequires: intltool BuildRequires: libglade2-devel >= 2.6.0 BuildRequires: perl-XML-Parser BuildRequires: pkgconfig +Requires(post,preun): GConf2 Requires(post,postun): desktop-file-utils Requires(post,postun): hicolor-icon-theme Requires(post,postun): shared-mime-info @@ -61,16 +63,20 @@ --dir=$RPM_BUILD_ROOT%{_desktopdir} \ $RPM_BUILD_ROOT%{_desktopdir}/vinagre.desktop -%find_lang vinagre --with-gnome +%find_lang vinagre --with-gnome --with-omf %clean rm -rf $RPM_BUILD_ROOT %post +%gconf_schema_install vinagre.schemas %update_desktop_database_post %update_mime_database %update_icon_cache hicolor +%preun +%gconf_schema_uninstall vinagre.schemas + %postun %update_desktop_database_postun %update_mime_database @@ -85,6 +91,8 @@ %{_desktopdir}/*.desktop %{_datadir}/mime/packages/*.xml %{_datadir}/%{name}/ +%{_sysconfdir}/gconf/schemas/vinagre.schemas +%{_mandir}/man1/*.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -92,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-03-10 17:04:34 patrys +- 0.5.0 + Revision 1.1 2007-12-12 22:32:41 patrys - initial PLD release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vinagre.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
