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