]> git.pld-linux.org Git - packages/vino.git/blob - vino.spec
- more verbose files
[packages/vino.git] / vino.spec
1 Summary:        A remote desktop system for GNOME
2 Summary(pl.UTF-8):      System zdalnego pulpitu dla GNOME
3 Name:           vino
4 Version:        2.22.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Networking
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/vino/2.22/%{name}-%{version}.tar.bz2
9 # Source0-md5:  01c5ffd0b252edb8921bfcca88438339
10 URL:            http://www.gnome.org/
11 BuildRequires:  GConf2-devel >= 2.22.0
12 BuildRequires:  ORBit2-devel >= 1:2.14.7
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  avahi-glib-devel >= 0.6.18
16 BuildRequires:  gettext-devel
17 BuildRequires:  gnome-common >= 2.20.0
18 BuildRequires:  gnome-keyring-devel >= 2.22.0
19 BuildRequires:  gnutls-devel >= 1.0.0
20 BuildRequires:  gtk+2-devel >= 2:2.12.0
21 BuildRequires:  intltool >= 0.36.2
22 BuildRequires:  libgcrypt-devel >= 1.2.0
23 BuildRequires:  libglade2-devel >= 1:2.6.2
24 BuildRequires:  libgnomeui-devel >= 2.22.0
25 BuildRequires:  libjpeg-devel
26 BuildRequires:  libnotify-devel >= 0.4.3
27 BuildRequires:  libtool
28 BuildRequires:  perl-base
29 BuildRequires:  pkgconfig
30 BuildRequires:  rpmbuild(macros) >= 1.311
31 BuildRequires:  zlib-devel
32 Requires(post,postun):  gtk+2
33 Requires(post,preun):   GConf2
34 Requires:       libgnomeui >= 2.22.0
35 # sr@Latn vs. sr@latin
36 Conflicts:      glibc-misc < 6:2.7
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %define         _libexecdir     %{_libdir}/%{name}
40
41 %description
42 Vino is a VNC server for GNOME. It allows remote users to connect to a
43 running GNOME session using VNC.
44
45 %description -l pl.UTF-8
46 Vino to serwer VNC dla GNOME. Pozwala zdalnym użytkownikom na łączenie
47 się z działającą sesją GNOME przy użyciu VNC.
48
49 %prep
50 %setup -q
51
52 sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
53 mv po/sr@{Latn,latin}.po
54
55 %build
56 %{__intltoolize}
57 %{__libtoolize}
58 %{__aclocal}
59 %{__autoconf}
60 %{__autoheader}
61 %{__automake}
62 %configure \
63         --enable-avahi \
64         --enable-gnome-keyring \
65         --enable-libnotify \
66         --enable-session-support \
67         --disable-schemas-install
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %find_lang %{name}
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post
82 %gconf_schema_install vino-server.schemas
83
84 %preun
85 %gconf_schema_uninstall vino-server.schemas
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt
90 %attr(755,root,root) %{_bindir}/vino-preferences
91 %attr(755,root,root) %{_bindir}/vino-session
92 %dir %{_libexecdir}
93 %attr(755,root,root) %{_libexecdir}/vino-server
94 %dir %{_datadir}/vino
95 %{_datadir}/vino/*.glade
96 %{_desktopdir}/vino-preferences.desktop
97 %{_libdir}/bonobo/servers/GNOME_RemoteDesktop.server
98 %{_sysconfdir}/gconf/schemas/vino-server.schemas
This page took 0.059351 seconds and 3 git commands to generate.