]> git.pld-linux.org Git - packages/vino.git/blame - vino.spec
- tabs in preamble
[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
91397f48 4Version: 2.16.0
5Release: 1
d62f0aca 6License: GPL v2+
002068b2 7Group: Applications/Networking
91397f48 8Source0: http://ftp.gnome.org/pub/gnome/sources/vino/2.16/%{name}-%{version}.tar.bz2
9# Source0-md5: 89937e6d6cd8f658d037da0a7cfd3f4e
d62f0aca 10Patch0: %{name}-desktop.patch
002068b2 11URL: http://www.gnome.org/
91397f48 12BuildRequires: GConf2-devel >= 2.16.0
13BuildRequires: ORBit2-devel >= 2.14.3
a1e7ef93 14BuildRequires: gettext-devel
a3c8cbcc 15BuildRequires: gnome-common >= 2.12.0
282695b8 16BuildRequires: gnutls-devel >= 1.0.0
91397f48 17BuildRequires: gtk+2-devel >= 2:2.10.6
18BuildRequires: intltool >= 0.35.0
d62f0aca 19BuildRequires: libgcrypt-devel >= 1.2.0
91397f48 20BuildRequires: libglade2-devel >= 1:2.6.0
21BuildRequires: libgnomeui-devel >= 2.16.1
d62f0aca 22BuildRequires: libjpeg-devel
e5b18de1 23BuildRequires: libtool
d62f0aca 24BuildRequires: perl-base
a1e7ef93 25BuildRequires: pkgconfig
8a60557e 26BuildRequires: rpmbuild(macros) >= 1.197
d62f0aca 27BuildRequires: zlib-devel
91397f48 28Requires(post,preun): GConf2 >= 2.16.0
29Requires: libgnomeui >= 2.16.1
002068b2 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a03f5485 31
2fe3f5ad
JB
32%define _libexecdir %{_libdir}/%{name}
33
a03f5485 34%description
35Vino is a VNC server for GNOME. It allows remote users to connect to a
36running GNOME session using VNC.
37
f1bb09f4
JR
38%description -l pl.UTF-8
39Vino to serwer VNC dla GNOME. Pozwala zdalnym użytkownikom na łączenie
40się z działającą sesją GNOME przy użyciu VNC.
002068b2 41
a03f5485 42%prep
43%setup -q
d62f0aca 44%patch0 -p1
a03f5485 45
46%build
91397f48 47%{__intltoolize}
e5b18de1 48%{__libtoolize}
ea87b19b 49%{__aclocal}
e5b18de1 50%{__autoconf}
51%{__automake}
002068b2 52%configure \
d79e75ea
PZ
53 --disable-schemas-install \
54 LIBS="-lgnutls"
a03f5485 55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
2fe3f5ad
JB
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
a03f5485 62
a03f5485 63# stuff we don't want
64rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/vino/vino-client.*
65
66%find_lang %{name}
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%post
8a60557e 72%gconf_schema_install vino-server.schemas
24065d23 73
74%preun
8a60557e 75%gconf_schema_install vino-server.schemas
a03f5485 76
77%files -f %{name}.lang
78%defattr(644,root,root,755)
2fe3f5ad 79%doc AUTHORS ChangeLog NEWS README docs/TODO docs/remote-desktop.txt
002068b2 80%attr(755,root,root) %{_bindir}/*
2fe3f5ad
JB
81%dir %{_libexecdir}
82%attr(755,root,root) %{_libexecdir}/vino-server
002068b2 83%dir %{_datadir}/gnome/vino
a03f5485 84%{_datadir}/gnome/vino/*.glade
d62f0aca 85%{_desktopdir}/*.desktop
86%{_iconsdir}/*/*/apps/*.png
a03f5485 87%{_libdir}/bonobo/servers/*.server
282695b8 88%{_sysconfdir}/gconf/schemas/vino-server.schemas
This page took 0.068223 seconds and 4 git commands to generate.