]> git.pld-linux.org Git - packages/vino.git/blob - vino.spec
3c48717e48fdbcee4f5350111e6e0eb436236a94
[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.16.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Networking
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/vino/2.16/%{name}-%{version}.tar.bz2
9 # Source0-md5:  89937e6d6cd8f658d037da0a7cfd3f4e
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel >= 2.16.0
13 BuildRequires:  ORBit2-devel >= 2.14.3
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-common >= 2.12.0
16 BuildRequires:  gnutls-devel >= 1.0.0
17 BuildRequires:  gtk+2-devel >= 2:2.10.6
18 BuildRequires:  intltool >= 0.35.0
19 BuildRequires:  libgcrypt-devel >= 1.2.0
20 BuildRequires:  libglade2-devel >= 1:2.6.0
21 BuildRequires:  libgnomeui-devel >= 2.16.1
22 BuildRequires:  libjpeg-devel
23 BuildRequires:  libtool
24 BuildRequires:  perl-base
25 BuildRequires:  pkgconfig
26 BuildRequires:  rpmbuild(macros) >= 1.197
27 BuildRequires:  zlib-devel
28 Requires(post,preun):   GConf2 >= 2.16.0
29 Requires:       libgnomeui >= 2.16.1
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %define         _libexecdir     %{_libdir}/%{name}
33
34 %description
35 Vino is a VNC server for GNOME. It allows remote users to connect to a
36 running GNOME session using VNC.
37
38 %description -l pl
39 Vino to serwer VNC dla GNOME. Pozwala zdalnym u¿ytkownikom na ³±czenie
40 siê z dzia³aj±c± sesj± GNOME przy u¿yciu VNC.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45
46 %build
47 %{__intltoolize}
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoconf}
51 %{__automake}
52 %configure \
53         --disable-schemas-install \
54         LIBS="-lgnutls"
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 # stuff we don't want
64 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/vino/vino-client.*
65
66 %find_lang %{name}
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 %gconf_schema_install vino-server.schemas
73
74 %preun
75 %gconf_schema_install vino-server.schemas
76
77 %files -f %{name}.lang
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt
80 %attr(755,root,root) %{_bindir}/*
81 %dir %{_libexecdir}
82 %attr(755,root,root) %{_libexecdir}/vino-server
83 %dir %{_datadir}/gnome/vino
84 %{_datadir}/gnome/vino/*.glade
85 %{_desktopdir}/*.desktop
86 %{_iconsdir}/*/*/apps/*.png
87 %{_libdir}/bonobo/servers/*.server
88 %{_sysconfdir}/gconf/schemas/vino-server.schemas
This page took 0.431302 seconds and 2 git commands to generate.