]> git.pld-linux.org Git - packages/vino.git/commitdiff
- pl, some cleanups, missing dir
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Jul 2004 19:05:34 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vino.spec -> 1.2

vino.spec

index 452ccde7b14375ee76c400397ca47c8993f093dc..ed86cf4cec1c2b9c5b559f950a88ec2b89e091a6 100644 (file)
--- 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
This page took 0.411244 seconds and 4 git commands to generate.