From 002068b294380024d5b1781d8e38a03111f4c897 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 22 Jul 2004 19:05:34 +0000 Subject: [PATCH] - pl, some cleanups, missing dir Changed files: vino.spec -> 1.2 --- vino.spec | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/vino.spec b/vino.spec index 452ccde..ed86cf4 100644 --- a/vino.spec +++ b/vino.spec @@ -1,30 +1,36 @@ Summary: A remote desktop system for GNOME +Summary(pl): System zdalnego pulpitu dla GNOME Name: vino Version: 2.7.4 Release: 1 -URL: http://www.gnome.org +License: GPL +Group: Applications/Networking Source0: http://ftp.gnome.org/pub/GNOME/sources/vino/2.7/%{name}-%{version}.tar.bz2 # Source0-md5: 359d5bc52be64bedb2d8af42bdff2f0c -License: GPL -Group: User Interface/Desktops -###### Unknown group! -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -Prereq: GConf2 >= 2.6.0 +URL: http://www.gnome.org/ +BuildRequires: GConf2-devel >= 2.6.0 BuildRequires: gtk+2-devel >= 2.4.0 +BuildRequires: libgcrypt-devel BuildRequires: libglade2-devel >= 2.3.6 -BuildRequires: GConf2-devel >= 2.6.0 BuildRequires: libgnomeui-devel >= 2.6.0 -BuildRequires: libgcrypt-devel +Requires(post): GConf2 >= 2.6.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Vino is a VNC server for GNOME. It allows remote users to connect to a running GNOME session using VNC. +%description -l pl +Vino to serwer VNC dla GNOME. Pozwala zdalnym u¿ytkownikom na ³±czenie +siê z dzia³aj±c± sesj± GNOME przy u¿yciu VNC. + %prep %setup -q %build -%configure --disable-gnutls # --disable-session-support +%configure \ + --disable-gnutls +# --disable-session-support %{__make} %install @@ -49,19 +55,16 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/vino/vino-client.* rm -rf $RPM_BUILD_ROOT %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 +%gconf_schema_install %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/gnome/vino %{_datadir}/gnome/vino/*.glade %{_datadir}/control-center-2.0/capplets/*.desktop -%{_datadir}/pixmaps/*.png +%{_pixmapsdir}/*.png %{_libdir}/bonobo/servers/*.server -%attr(755,root,root) %{_bindir}/* %{_libexecdir}/* %{_sysconfdir}/gconf/schemas/*.schemas -- 2.44.0