]> git.pld-linux.org Git - packages/vino.git/blob - vino.spec
- added BR: ORBit2-devel and perl-base
[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:  ORBit2-devel
13 BuildRequires:  gnutls-devel >= 1.0.0
14 BuildRequires:  gtk+2-devel >= 2.4.0
15 BuildRequires:  libgcrypt-devel >= 1.1.90
16 BuildRequires:  libglade2-devel >= 2.3.6
17 BuildRequires:  libgnomeui-devel >= 2.6.0
18 BuildRequires:  libjpeg-devel
19 BuildRequires:  perl-base
20 BuildRequires:  zlib-devel
21 Requires(post): GConf2 >= 2.6.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _libexecdir     %{_libdir}/%{name}
25
26 %description
27 Vino is a VNC server for GNOME. It allows remote users to connect to a
28 running GNOME session using VNC.
29
30 %description -l pl
31 Vino to serwer VNC dla GNOME. Pozwala zdalnym u¿ytkownikom na ³±czenie
32 siê z dzia³aj±c± sesj± GNOME przy u¿yciu VNC.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure \
39         --disable-schemas-install
40 # --disable-session-support
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{_datadir}/gnome/capplets
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 mv $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets/*.desktop \
51         $RPM_BUILD_ROOT%{_datadir}/gnome/capplets
52
53 # stuff we don't want
54 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/vino/vino-client.*
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %gconf_schema_install
63
64 %files -f %{name}.lang
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt
67 %attr(755,root,root) %{_bindir}/*
68 %dir %{_libexecdir}
69 %attr(755,root,root) %{_libexecdir}/vino-server
70 %dir %{_datadir}/gnome/vino
71 %{_datadir}/gnome/vino/*.glade
72 %{_datadir}/gnome/capplets/*.desktop
73 %{_pixmapsdir}/*.png
74 %{_libdir}/bonobo/servers/*.server
75 %{_sysconfdir}/gconf/schemas/*.schemas
This page took 0.027718 seconds and 3 git commands to generate.