]> git.pld-linux.org Git - packages/vino.git/blame - vino.spec
- more verbose files
[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
4468daaa 4Version: 2.22.1
e774d89f 5Release: 1
d62f0aca 6License: GPL v2+
002068b2 7Group: Applications/Networking
e774d89f 8Source0: http://ftp.gnome.org/pub/GNOME/sources/vino/2.22/%{name}-%{version}.tar.bz2
4468daaa 9# Source0-md5: 01c5ffd0b252edb8921bfcca88438339
002068b2 10URL: http://www.gnome.org/
e774d89f 11BuildRequires: GConf2-devel >= 2.22.0
f7e14e75 12BuildRequires: ORBit2-devel >= 1:2.14.7
b9514192
MB
13BuildRequires: autoconf
14BuildRequires: automake
fc93bcb8 15BuildRequires: avahi-glib-devel >= 0.6.18
a1e7ef93 16BuildRequires: gettext-devel
cbd9a507 17BuildRequires: gnome-common >= 2.20.0
e774d89f 18BuildRequires: gnome-keyring-devel >= 2.22.0
282695b8 19BuildRequires: gnutls-devel >= 1.0.0
cbd9a507
MB
20BuildRequires: gtk+2-devel >= 2:2.12.0
21BuildRequires: intltool >= 0.36.2
d62f0aca 22BuildRequires: libgcrypt-devel >= 1.2.0
cbd9a507 23BuildRequires: libglade2-devel >= 1:2.6.2
e774d89f 24BuildRequires: libgnomeui-devel >= 2.22.0
d62f0aca 25BuildRequires: libjpeg-devel
f7e14e75 26BuildRequires: libnotify-devel >= 0.4.3
e5b18de1 27BuildRequires: libtool
d62f0aca 28BuildRequires: perl-base
a1e7ef93 29BuildRequires: pkgconfig
2cb0b9d3 30BuildRequires: rpmbuild(macros) >= 1.311
d62f0aca 31BuildRequires: zlib-devel
2cb0b9d3 32Requires(post,postun): gtk+2
f7e14e75 33Requires(post,preun): GConf2
e774d89f 34Requires: libgnomeui >= 2.22.0
73d9b05c
MB
35# sr@Latn vs. sr@latin
36Conflicts: glibc-misc < 6:2.7
002068b2 37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a03f5485 38
2fe3f5ad
JB
39%define _libexecdir %{_libdir}/%{name}
40
a03f5485 41%description
42Vino is a VNC server for GNOME. It allows remote users to connect to a
43running GNOME session using VNC.
44
f1bb09f4
JR
45%description -l pl.UTF-8
46Vino to serwer VNC dla GNOME. Pozwala zdalnym użytkownikom na łączenie
47się z działającą sesją GNOME przy użyciu VNC.
002068b2 48
a03f5485 49%prep
50%setup -q
51
b9514192
MB
52sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
53mv po/sr@{Latn,latin}.po
73d9b05c 54
a03f5485 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 \
f7e14e75
MB
64 --enable-gnome-keyring \
65 --enable-libnotify \
fc93bcb8 66 --enable-session-support \
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
b9514192
MB
90%attr(755,root,root) %{_bindir}/vino-preferences
91%attr(755,root,root) %{_bindir}/vino-session
2fe3f5ad
JB
92%dir %{_libexecdir}
93%attr(755,root,root) %{_libexecdir}/vino-server
69965095
PZ
94%dir %{_datadir}/vino
95%{_datadir}/vino/*.glade
b9514192
MB
96%{_desktopdir}/vino-preferences.desktop
97%{_libdir}/bonobo/servers/GNOME_RemoteDesktop.server
282695b8 98%{_sysconfdir}/gconf/schemas/vino-server.schemas
This page took 0.040887 seconds and 4 git commands to generate.