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