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