]> git.pld-linux.org Git - packages/tigervnc.git/blame - tigervnc.spec
- release 8
[packages/tigervnc.git] / tigervnc.spec
CommitLineData
aced0e84
JR
1# TODO:
2# - tigervnc.init
3
12ef4f37 4%define snap r4159
7113a006 5%define xversion 1.9
aced0e84 6
25ea9235
JR
7Summary: A TigerVNC remote display system
8Summary(pl.UTF-8): System zdalnego dostępu TigerVNC
aced0e84
JR
9Name: tigervnc
10Version: 1.0.90
db03e859 11Release: 8
aced0e84
JR
12License: GPL v2
13Group: X11/Applications/Networking
14#Source0: http://dl.sourceforge.net/tigervnc/%{name}-%{version}.tar.gz
15Source0: %{name}-%{version}-%{snap}.tar.bz2
16# Source0-md5: bd83717c960fb9e585387948b5cb41e2
17Source1: %{name}.desktop
7113a006
JR
18Patch0: tigervnc-cookie.patch
19Patch1: tigervnc-ldnow.patch
20Patch2: tigervnc-rh102434.patch
21Patch3: tigervnc-rh611677-generate_modkeymap-max_keys.patch
22Patch4: tigervnc-rh611677.patch
23Patch5: tigervnc-rh633931.patch
24Patch6: tigervnc-viewer-reparent.patch
25Patch7: tigervnc-as-needed.patch
bdd886e8 26Patch8: tigervnc-options-dialog.patch
aced0e84 27URL: http://www.tigervnc.com/
7113a006 28BuildRequires: ImageMagick
7718ecda
JR
29BuildRequires: ImageMagick-coder-png
30BuildRequires: ImageMagick-coder-svg
aced0e84 31BuildRequires: cpp
f6fa61b2 32BuildRequires: gnutls-devel
aced0e84
JR
33BuildRequires: libjpeg-devel
34BuildRequires: zlib-devel
7113a006 35BuildRequires: xorg-xserver-server-source >= %{xversion}
aced0e84
JR
36# xserver BRs, should match xorg-xserver-server.spec
37BuildRequires: Mesa-libGL-devel >= 7.8.1
38# for glx headers
39BuildRequires: OpenGL-GLX-devel
40BuildRequires: autoconf >= 2.57
41BuildRequires: automake
42BuildRequires: libdrm-devel >= 2.4.5
43BuildRequires: libtool
44BuildRequires: ncurses-devel
45BuildRequires: pam-devel
46BuildRequires: perl-base
47BuildRequires: pixman-devel >= 0.16.0
48BuildRequires: pkgconfig >= 1:0.19
49BuildRequires: xorg-app-mkfontscale
50BuildRequires: xorg-font-font-util >= 1.1
51BuildRequires: xorg-lib-libX11-devel
52BuildRequires: xorg-lib-libXau-devel
53BuildRequires: xorg-lib-libXaw-devel
54BuildRequires: xorg-lib-libXdamage-devel
55BuildRequires: xorg-lib-libXdmcp-devel
56BuildRequires: xorg-lib-libXext-devel >= 1.0.99.4
57BuildRequires: xorg-lib-libXfont-devel >= 1.4.2
58BuildRequires: xorg-lib-libXi-devel >= 1.2.99.1
59BuildRequires: xorg-lib-libXmu-devel
60BuildRequires: xorg-lib-libXpm-devel
61BuildRequires: xorg-lib-libXrender-devel
62BuildRequires: xorg-lib-libXres-devel
63BuildRequires: xorg-lib-libXt-devel >= 1.0.0
64BuildRequires: xorg-lib-libXtst-devel >= 1.0.99.2
65BuildRequires: xorg-lib-libXv-devel
66BuildRequires: xorg-lib-libXxf86dga-devel
67BuildRequires: xorg-lib-libXxf86misc-devel
68BuildRequires: xorg-lib-libXxf86vm-devel
69BuildRequires: xorg-lib-libfontenc-devel
70BuildRequires: xorg-lib-libpciaccess-devel >= 0.8.0
71BuildRequires: xorg-lib-libxkbfile-devel
72BuildRequires: xorg-lib-libxkbui-devel >= 1.0.2
73BuildRequires: xorg-lib-xtrans-devel >= 1.2.2
74BuildRequires: xorg-proto-bigreqsproto-devel >= 1.1.0
75BuildRequires: xorg-proto-damageproto-devel >= 1.1
76BuildRequires: xorg-proto-fixesproto-devel >= 4.1
77BuildRequires: xorg-proto-fontcacheproto-devel
78BuildRequires: xorg-proto-fontsproto-devel
79BuildRequires: xorg-proto-glproto-devel >= 1.4.10
80BuildRequires: xorg-proto-inputproto-devel >= 1.9.99.902
81BuildRequires: xorg-proto-kbproto-devel >= 1.0.3
82BuildRequires: xorg-proto-printproto-devel
83BuildRequires: xorg-proto-randrproto-devel >= 1.2.99.3
7113a006 84BuildRequires: xorg-proto-recordproto-devel
aced0e84
JR
85BuildRequires: xorg-proto-renderproto-devel >= 0.11
86BuildRequires: xorg-proto-resourceproto-devel
87BuildRequires: xorg-proto-scrnsaverproto-devel >= 1.1.0
88BuildRequires: xorg-proto-videoproto-devel
89BuildRequires: xorg-proto-xcmiscproto-devel >= 1.2.0
90BuildRequires: xorg-proto-xextproto-devel >= 1:7.0.99.3
91BuildRequires: xorg-proto-xf86bigfontproto-devel >= 1.2.0
92BuildRequires: xorg-proto-xf86dgaproto-devel >= 2.0.99.1
93BuildRequires: xorg-proto-xf86driproto-devel >= 2.1.0
94BuildRequires: xorg-proto-xf86miscproto-devel
95BuildRequires: xorg-proto-xf86vidmodeproto-devel >= 2.2.99.1
96BuildRequires: xorg-proto-xproto-devel >= 7.0.17
97BuildRequires: xorg-util-util-macros >= 1.10
98Provides: vnc-client
99Conflicts: vnc
100BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
101
7113a006
JR
102%define _xserverver %(LC_ALL=C rpm -q --qf '%{V}' xorg-xserver-server-source)
103
aced0e84 104%description
7113a006
JR
105TigerVNC is a suite of VNC servers and clients that have a focus on
106performance and remote display functionality. Originally this software
107was based on the (never released) VNC 4 branch of TightVNC.
aced0e84 108
203e0071
JR
109%description -l pl.UTF-8
110TigerVNC to zestaw serwerów i klientów VNC, które koncentrują się
111na wydajności i funkcjonalności zdalnego wyświetlania. Pierwotnie
112oprogramowanie oparte było na (nigdy nie wydanej)
113gałęzi VNC 4 TightVNC.
114
aced0e84 115%package server
25ea9235
JR
116Summary: VNC X server - TigerVNC version
117Summary(pl.UTF-8): X serwer VNC - wersja TigerVNC
aced0e84
JR
118Group: X11/Applications/Networking
119Requires: xorg-app-rgb
120# for vncpasswd tool
121Requires: %{name}-utils = %{version}-%{release}
122# for mcookie
123Requires: util-linux
124Obsoletes: vnc-server
125
126%description server
7113a006 127This package contains VNC X server in TigerVNC version.
aced0e84
JR
128
129%description server -l pl.UTF-8
7113a006 130Ten pakiet zawiera X serwer VNC w wersji TigerVNC.
aced0e84
JR
131
132%package utils
25ea9235
JR
133Summary: Additional utilities for TigerVNC
134Summary(pl.UTF-8): Dodatkowe narzędzia do TigerVNC
aced0e84
JR
135Group: X11/Applications/Networking
136Obsoletes: vnc-utils
137
138%description utils
7113a006
JR
139This package contains additional TigerVNC utilities: vncconfig and
140vncpasswd. vncconfig is used to configure and control a running
141instance of Xvnc, or any other X server with the VNC extension.
142vncpasswd generates password file (both on server and viewer side).
aced0e84 143
203e0071
JR
144%description utils -l pl.UTF-8
145Ten pakiet zawiera dodatkowe narzędzia do tightvnc: vncconfig i
146vncpasswd. vncconfig służy do konfigurowania i kontroli działającej
147instancji Xvnc lub innego serwera X z rozszerzeniem VNC.
148vncpasswd służy to tworzenia pliku z hasłem (zarówno po
149stronie serwera, jak i przeglądarki).
150
12ef4f37
JR
151%package -n xorg-xserver-libvnc
152Summary: TigerVNC module for X.org server
203e0071 153Summary(pl.UTF-8): Moduł TigerVNC dla servera X.org
12ef4f37 154Group: X11/Servers
7113a006 155%requires_eq_to xorg-xserver-server xorg-xserver-server-source
12ef4f37
JR
156Provides: xorg-xserver-module(vnc)
157
158%description -n xorg-xserver-libvnc
159This package contains libvnc.so module for X.org server,
160allowing others to access the desktop on your machine.
161
203e0071
JR
162%description -n xorg-xserver-libvnc -l pl.UTF-8
163Ten pakiet zawiera moduł libvnc.so dla serwera X.org,
164pozwalający na zdalny dostęp do pulpitu.
165
aced0e84
JR
166%prep
167%setup -q -n %{name}
7113a006
JR
168%patch0 -p1
169%patch1 -p1
170%patch2 -p1
171%patch4 -p1
172%patch5 -p1
173%patch6 -p1
174%patch7 -p1
bdd886e8 175%patch8 -p1
7113a006 176
aced0e84
JR
177%{__sed} -i -e 's|^po/Makefile.in||' configure.ac
178
7113a006 179cp -a %{_usrsrc}/xorg-xserver-server-%{_xserverver}/* unix/xserver
12ef4f37
JR
180cd unix/xserver
181patch -p1 <../xserver19.patch
7113a006 182%patch3 -p1
12ef4f37 183
aced0e84
JR
184%build
185%{__gettextize}
186%{__libtoolize}
187%{__aclocal}
188%{__autoconf}
189%{__autoheader}
190%{__automake}
191
192%{configure} \
193 --with-system-jpeg
194
195%{__make}
196
12ef4f37
JR
197cd unix/xserver
198%{__automake}
199%{__autoconf}
200%configure \
7113a006
JR
201 --with-os-name="PLD/Linux" \
202 --with-os-vendor="PLD/Team" \
203 --disable-config-dbus \
204 --disable-config-hal \
205 --disable-config-udev \
206 --disable-builddocs \
207 --without-xmlto \
208 --without-fop \
209 --without-doxygen \
210 --disable-devel-docs \
211 --with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \
12ef4f37
JR
212 --disable-xorg \
213 --disable-xnest \
214 --disable-xvfb \
215 --disable-dmx \
216 --disable-xwin \
217 --disable-xephyr \
218 --disable-kdrive \
7113a006
JR
219 --disable-xfbdev \
220 --disable-dri2 \
12ef4f37
JR
221 --with-pic \
222 --disable-static \
223 --disable-xinerama \
224 --disable-composite \
12ef4f37 225 --enable-glx \
7113a006
JR
226 --enable-glx-tls \
227 --enable-aiglx \
228 --enable-dga \
229 --enable-glx-tls \
230 --enable-install-libxf86config \
231 --enable-record \
232 --disable-xsdl \
233 --disable-xfake \
234 --enable-secure-rpc \
235 --with-dri-driver-path=%{_libdir}/xorg/modules/dri \
236 --with-xkb-output=/var/lib/xkb
12ef4f37
JR
237
238%{__make}
239cd -
240
12ef4f37
JR
241cd media
242%{__make}
243
aced0e84
JR
244%install
245rm -rf $RPM_BUILD_ROOT
7113a006
JR
246install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/{16x16,22x22,24x24,32x32,48x48,scalable}/apps \
247 $RPM_BUILD_ROOT%{_desktopdir}
aced0e84 248
aced0e84
JR
249%{__make} install \
250 DESTDIR=$RPM_BUILD_ROOT
251
12ef4f37
JR
252cd unix/xserver/hw/vnc
253%{__make} install \
254 DESTDIR=$RPM_BUILD_ROOT
255cd -
256
7113a006
JR
257install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
258
259install media/icons/tigervnc_16.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps/tigervnc.png
260install media/icons/tigervnc_22.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/22x22/apps/tigervnc.png
261install media/icons/tigervnc_24.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/24x24/apps/tigervnc.png
262install media/icons/tigervnc_32.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/tigervnc.png
263install media/icons/tigervnc_48.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps/tigervnc.png
264install media/icons/tigervnc.svg $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps/tigervnc.svg
265
266%find_lang %{name}
267
aced0e84
JR
268%clean
269rm -rf $RPM_BUILD_ROOT
270
145f00de
JR
271%post
272[ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
273[ ! -x /usr/bin/gtk-update-icon-cache ] || %update_icon_cache hicolor
274
275%postun
276[ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
277[ ! -x /usr/bin/gtk-update-icon-cache ] || %update_icon_cache hicolor
278
7113a006 279%files -f %{name}.lang
aced0e84
JR
280%defattr(644,root,root,755)
281%doc doc/*
282%attr(755,root,root) %{_bindir}/vncviewer
283%{_mandir}/man1/vncviewer.1*
7113a006
JR
284%{_desktopdir}/tigervnc.desktop
285%{_iconsdir}/hicolor/*/apps/tigervnc.*
aced0e84
JR
286
287%files server
288%defattr(644,root,root,755)
12ef4f37 289%attr(755,root,root) %{_bindir}/Xvnc
aced0e84 290%attr(755,root,root) %{_bindir}/vncserver
7113a006 291%attr(755,root,root) %{_bindir}/x0vncserver
12ef4f37 292%{_mandir}/man1/Xvnc.1*
aced0e84 293%{_mandir}/man1/vncserver.1*
7113a006 294%{_mandir}/man1/x0vncserver.1*
aced0e84
JR
295
296%files utils
297%defattr(644,root,root,755)
7113a006 298%attr(755,root,root) %{_bindir}/vncconfig
aced0e84 299%attr(755,root,root) %{_bindir}/vncpasswd
7113a006 300%{_mandir}/man1/vncconfig.1*
aced0e84 301%{_mandir}/man1/vncpasswd.1*
12ef4f37
JR
302
303%files -n xorg-xserver-libvnc
304%defattr(644,root,root,755)
305%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libvnc.so
This page took 0.085195 seconds and 4 git commands to generate.