Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37813033
en ru br
Репозитории ALT
S:3.22.0-alt2
5.1: 2.26.2-alt2
4.1: 2.22.1-alt1
www.altlinux.org/Changes

Группа :: Сети/Удалённый доступ
Пакет: vino

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define ver_major 2.26

Name: vino
Version: %ver_major.2
Release: alt2

Summary: A remote desktop system for GNOME
License: GPL
URL: http://www.gnome.org
Group: Networking/Remote access
Packager: GNOME Maintainers Team <gnome at packages.altlinux.org>

Source: ftp://ftp.gnome.org/pub/sources/gnome/%name/%ver_major/%name-%version.tar.bz2
Patch: %name-2.26.2-gnutls_detect.patch

Requires(post,preun): GConf2
BuildPreReq: libGConf2-devel
BuildRequires: gnome-common libunique-devel NetworkManager-devel
BuildRequires: libglade-devel libsoup-devel libdbus-devel libdbus-glib-devel
BuildRequires: libXdamage-devel libXtst-devel xorg-cf-files xorg-inputproto-devel
BuildRequires: libavahi-glib-devel libgcrypt-devel libgnutls-devel
BuildRequires: libgnome-keyring-devel libgnomeui-devel libjpeg-devel libnotify-devel

%description
Vino is a VNC server for GNOME. It allows remote users to
connect to a running GNOME session using VNC.

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure \
--enable-avahi \
--enable-gnutls \
--disable-http-server \
--enable-gnome-keyring \
--enable-libnotify \
--enable-ipv6 \
--disable-schemas-install
%make_build

%install
%make_install DESTDIR=%buildroot install

%find_lang %name

%post
%gconf2_install vino-server

%preun
if [ $1 = 0 ]; then
%gconf2_uninstall vino-server
fi

%files -f %name.lang
%_bindir/*
%_libexecdir/vino-server
%dir %_datadir/vino
%_datadir/vino/*.glade
%_datadir/applications/*.desktop
%_sysconfdir/xdg/autostart/vino-server.desktop
%config %_sysconfdir/gconf/schemas/*
%doc AUTHORS ChangeLog MAINTAINERS NEWS README docs/TODO docs/remote-desktop.txt docs/debugging.txt

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin