]> git.pld-linux.org Git - packages/vino.git/blob - vino.spec
- pl, some cleanups, missing dir
[packages/vino.git] / vino.spec
1 Summary:        A remote desktop system for GNOME
2 Summary(pl):    System zdalnego pulpitu dla GNOME
3 Name:           vino
4 Version:        2.7.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/vino/2.7/%{name}-%{version}.tar.bz2
9 # Source0-md5:  359d5bc52be64bedb2d8af42bdff2f0c
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.6.0
12 BuildRequires:  gtk+2-devel >= 2.4.0
13 BuildRequires:  libgcrypt-devel
14 BuildRequires:  libglade2-devel >= 2.3.6
15 BuildRequires:  libgnomeui-devel >= 2.6.0
16 Requires(post): GConf2 >= 2.6.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Vino is a VNC server for GNOME. It allows remote users to connect to a
21 running GNOME session using VNC.
22
23 %description -l pl
24 Vino to serwer VNC dla GNOME. Pozwala zdalnym u¿ytkownikom na ³±czenie
25 siê z dzia³aj±c± sesj± GNOME przy u¿yciu VNC.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure \
32         --disable-gnutls
33 # --disable-session-support
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
40 %makeinstall
41 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
42
43 desktop-file-install --vendor gnome --delete-original                   \
44   --dir $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets          \
45   --add-only-show-in GNOME                                              \
46   --add-category X-Red-Hat-Base                                         \
47   $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets/vino-preferences.desktop
48
49 # stuff we don't want
50 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/vino/vino-client.*
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 %gconf_schema_install
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog COPYING NEWS README docs/TODO docs/remote-desktop.txt
63 %attr(755,root,root) %{_bindir}/*
64 %dir %{_datadir}/gnome/vino
65 %{_datadir}/gnome/vino/*.glade
66 %{_datadir}/control-center-2.0/capplets/*.desktop
67 %{_pixmapsdir}/*.png
68 %{_libdir}/bonobo/servers/*.server
69 %{_libexecdir}/*
70 %{_sysconfdir}/gconf/schemas/*.schemas
This page took 0.075859 seconds and 3 git commands to generate.