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