]> git.pld-linux.org Git - packages/vino.git/blame - vino.spec
- BR: xorg-lib-libICE-devel, xorg-lib-libSM-devel
[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
9586141d 34BuildRequires: xorg-lib-libICE-devel
35BuildRequires: xorg-lib-libSM-devel
d62f0aca 36BuildRequires: zlib-devel
f7e14e75 37Requires(post,preun): GConf2
73d9b05c
MB
38# sr@Latn vs. sr@latin
39Conflicts: glibc-misc < 6:2.7
002068b2 40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a03f5485 41
2fe3f5ad
JB
42%define _libexecdir %{_libdir}/%{name}
43
a03f5485 44%description
45Vino is a VNC server for GNOME. It allows remote users to connect to a
46running GNOME session using VNC.
47
f1bb09f4
JR
48%description -l pl.UTF-8
49Vino to serwer VNC dla GNOME. Pozwala zdalnym użytkownikom na łączenie
50się z działającą sesją GNOME przy użyciu VNC.
002068b2 51
a03f5485 52%prep
53%setup -q
54
55%build
91397f48 56%{__intltoolize}
e5b18de1 57%{__libtoolize}
ea87b19b 58%{__aclocal}
e5b18de1 59%{__autoconf}
b9514192 60%{__autoheader}
e5b18de1 61%{__automake}
002068b2 62%configure \
fc93bcb8 63 --enable-avahi \
ac08509b 64 --enable-ipv6 \
f7e14e75
MB
65 --enable-gnome-keyring \
66 --enable-libnotify \
b9514192 67 --disable-schemas-install
a03f5485 68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
2fe3f5ad
JB
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
a03f5485 75
a03f5485 76%find_lang %{name}
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81%post
8a60557e 82%gconf_schema_install vino-server.schemas
24065d23 83
84%preun
b9514192 85%gconf_schema_uninstall vino-server.schemas
a03f5485 86
87%files -f %{name}.lang
88%defattr(644,root,root,755)
2fe3f5ad 89%doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt
2904a085 90%attr(755,root,root) %{_bindir}/vino-passwd
b9514192 91%attr(755,root,root) %{_bindir}/vino-preferences
2fe3f5ad
JB
92%dir %{_libexecdir}
93%attr(755,root,root) %{_libexecdir}/vino-server
69965095 94%dir %{_datadir}/vino
f5e5163f 95%{_datadir}/vino/vino-preferences.ui
96%{_datadir}/vino/vino-prompt.ui
97%{_datadir}/dbus-1/services/org.gnome.Vino.service
0a1de191
PZ
98%{_datadir}/vino/webservices
99%{_sysconfdir}/xdg/autostart/vino-server.desktop
b9514192 100%{_desktopdir}/vino-preferences.desktop
282695b8 101%{_sysconfdir}/gconf/schemas/vino-server.schemas
This page took 0.092005 seconds and 4 git commands to generate.