]> git.pld-linux.org Git - packages/vino.git/blame - vino.spec
- release 2
[packages/vino.git] / vino.spec
CommitLineData
a03f5485 1Summary: A remote desktop system for GNOME
85848be4 2Summary(pl.UTF-8): System zdalnego pulpitu dla GNOME
a03f5485 3Name: vino
7144e2b3 4Version: 2.28.1
03e7a63c 5Release: 2
d62f0aca 6License: GPL v2+
ac08509b 7Group: X11/Applications/Networking
f5e5163f 8Source0: http://ftp.gnome.org/pub/GNOME/sources/vino/2.28/%{name}-%{version}.tar.bz2
7144e2b3 9# Source0-md5: 5cf3c006f0d0b5e0daa3b10bc94f0e0d
002068b2 10URL: http://www.gnome.org/
fab88264 11BuildRequires: GConf2-devel >= 2.26.0
0a1de191 12BuildRequires: NetworkManager-devel >= 0.7
b9514192
MB
13BuildRequires: autoconf
14BuildRequires: automake
fc93bcb8 15BuildRequires: avahi-glib-devel >= 0.6.18
ac08509b
MB
16BuildRequires: dbus-devel >= 1.2.3
17BuildRequires: dbus-glib-devel >= 0.74
a1e7ef93 18BuildRequires: gettext-devel
ac08509b 19BuildRequires: gnome-common >= 2.24.0
fab88264 20BuildRequires: gnome-keyring-devel >= 2.26.0
282695b8 21BuildRequires: gnutls-devel >= 1.0.0
fab88264 22BuildRequires: gtk+2-devel >= 2:2.16.0
ac08509b 23BuildRequires: intltool >= 0.40.0
d62f0aca 24BuildRequires: libgcrypt-devel >= 1.2.0
d62f0aca 25BuildRequires: libjpeg-devel
2904a085 26BuildRequires: libnotify-devel >= 0.4.4
fab88264 27BuildRequires: libsoup-devel >= 2.26.0
e5b18de1 28BuildRequires: libtool
fab88264 29BuildRequires: libunique-devel >= 1.0.0
d62f0aca 30BuildRequires: perl-base
a1e7ef93 31BuildRequires: pkgconfig
2cb0b9d3 32BuildRequires: rpmbuild(macros) >= 1.311
7144e2b3 33BuildRequires: telepathy-glib-devel >= 0.7.31
d62f0aca 34BuildRequires: zlib-devel
f7e14e75 35Requires(post,preun): GConf2
73d9b05c
MB
36# sr@Latn vs. sr@latin
37Conflicts: glibc-misc < 6:2.7
002068b2 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a03f5485 39
2fe3f5ad
JB
40%define _libexecdir %{_libdir}/%{name}
41
a03f5485 42%description
43Vino is a VNC server for GNOME. It allows remote users to connect to a
44running GNOME session using VNC.
45
f1bb09f4
JR
46%description -l pl.UTF-8
47Vino to serwer VNC dla GNOME. Pozwala zdalnym użytkownikom na łączenie
48się z działającą sesją GNOME przy użyciu VNC.
002068b2 49
a03f5485 50%prep
51%setup -q
52
53%build
91397f48 54%{__intltoolize}
e5b18de1 55%{__libtoolize}
ea87b19b 56%{__aclocal}
e5b18de1 57%{__autoconf}
b9514192 58%{__autoheader}
e5b18de1 59%{__automake}
002068b2 60%configure \
fc93bcb8 61 --enable-avahi \
ac08509b 62 --enable-ipv6 \
f7e14e75
MB
63 --enable-gnome-keyring \
64 --enable-libnotify \
b9514192 65 --disable-schemas-install
a03f5485 66%{__make}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70
2fe3f5ad
JB
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
a03f5485 73
a03f5485 74%find_lang %{name}
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
79%post
8a60557e 80%gconf_schema_install vino-server.schemas
24065d23 81
82%preun
b9514192 83%gconf_schema_uninstall vino-server.schemas
a03f5485 84
85%files -f %{name}.lang
86%defattr(644,root,root,755)
2fe3f5ad 87%doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt
2904a085 88%attr(755,root,root) %{_bindir}/vino-passwd
b9514192 89%attr(755,root,root) %{_bindir}/vino-preferences
2fe3f5ad
JB
90%dir %{_libexecdir}
91%attr(755,root,root) %{_libexecdir}/vino-server
69965095 92%dir %{_datadir}/vino
f5e5163f 93%{_datadir}/vino/vino-preferences.ui
94%{_datadir}/vino/vino-prompt.ui
95%{_datadir}/dbus-1/services/org.gnome.Vino.service
0a1de191
PZ
96%{_datadir}/vino/webservices
97%{_sysconfdir}/xdg/autostart/vino-server.desktop
b9514192 98%{_desktopdir}/vino-preferences.desktop
282695b8 99%{_sysconfdir}/gconf/schemas/vino-server.schemas
This page took 0.089166 seconds and 4 git commands to generate.