]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blob - xorg-xserver-server.spec
- rel 4; fix some bugs (patches from debian/freedesktop)
[packages/xorg-xserver-server.git] / xorg-xserver-server.spec
1
2 # ABI versions, see hw/xfree86/common/xf86Module.h
3 %define xorg_xserver_server_ansic_abi           0.3
4 %define xorg_xserver_server_extension_abi       0.3
5 %define xorg_xserver_server_font_abi            0.5
6 %define xorg_xserver_server_videodrv_abi        2.0
7 %define xorg_xserver_server_xinput_abi          2.0
8
9 #
10 # Conditional build:
11 %bcond_with     multigl         # package libglx.so in a way allowing concurrent install with nvidia/fglrx drivers
12
13 Summary:        X.org server
14 Summary(pl.UTF-8):      Serwer X.org
15 Name:           xorg-xserver-server
16 Version:        1.4
17 Release:        4%{?with_multigl:.mgl}
18 License:        MIT
19 Group:          X11/Servers
20 Source0:        http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-%{version}.tar.bz2
21 # Source0-md5:  a06d9fe4f9f1d459ae02657f9ce64220
22 %define         mesa_version    7.0.1
23 Source1:        http://dl.sourceforge.net/mesa3d/MesaLib-%{mesa_version}.tar.bz2
24 # Source1-md5:  c056abd763e899114bf745c9eedbf9ad
25 Source2:        xserver.pamd
26 Patch0:         %{name}-ncurses.patch
27 Patch1:         %{name}-xwrapper.patch
28 # nasty hack for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052
29 Patch2:         %{name}-gcc-x86_64-workaround.patch
30 Patch3:         %{name}-link.patch
31 Patch4:         %{name}-dbus.patch
32 Patch5:         %{name}-dbus_core.patch
33 Patch6:         %{name}-exa.patch
34 Patch7:         %{name}-bug-12528.patch
35 Patch8:         %{name}-bug-8080.patch
36 URL:            http://xorg.freedesktop.org/
37 # for glx headers
38 BuildRequires:  OpenGL-GLX-devel
39 BuildRequires:  autoconf >= 2.57
40 BuildRequires:  automake
41 BuildRequires:  cpp
42 BuildRequires:  dbus-devel
43 BuildRequires:  hal-devel
44 BuildRequires:  libdrm-devel >= 2.3.0
45 BuildRequires:  libtool
46 BuildRequires:  ncurses-devel
47 BuildRequires:  pam-devel
48 BuildRequires:  perl-base
49 BuildRequires:  pixman-devel >= 0.9.5
50 BuildRequires:  pkgconfig >= 1:0.19
51 BuildRequires:  xorg-app-mkfontscale
52 BuildRequires:  xorg-lib-libX11-devel
53 BuildRequires:  xorg-lib-libXau-devel
54 BuildRequires:  xorg-lib-libXaw-devel
55 BuildRequires:  xorg-lib-libXdmcp-devel
56 BuildRequires:  xorg-lib-libXext-devel
57 BuildRequires:  xorg-lib-libXfont-devel
58 BuildRequires:  xorg-lib-libXi-devel
59 BuildRequires:  xorg-lib-libXmu-devel
60 BuildRequires:  xorg-lib-libXpm-devel
61 BuildRequires:  xorg-lib-libXrender-devel
62 BuildRequires:  xorg-lib-libXres-devel
63 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
64 BuildRequires:  xorg-lib-libXtst-devel
65 BuildRequires:  xorg-lib-libXxf86dga-devel
66 BuildRequires:  xorg-lib-libXxf86misc-devel
67 BuildRequires:  xorg-lib-libXxf86vm-devel
68 BuildRequires:  xorg-lib-libdmx-devel
69 BuildRequires:  xorg-lib-libfontenc-devel
70 BuildRequires:  xorg-lib-liblbxutil-devel
71 BuildRequires:  xorg-lib-libxkbfile-devel
72 BuildRequires:  xorg-lib-libxkbui-devel >= 1.0.2
73 BuildRequires:  xorg-lib-xtrans-devel
74 BuildRequires:  xorg-proto-bigreqsproto-devel
75 BuildRequires:  xorg-proto-compositeproto-devel >= 0.4
76 BuildRequires:  xorg-proto-damageproto-devel >= 1.1
77 BuildRequires:  xorg-proto-dmxproto-devel
78 BuildRequires:  xorg-proto-evieext-devel
79 BuildRequires:  xorg-proto-fixesproto-devel >= 4.0
80 BuildRequires:  xorg-proto-fontcacheproto-devel
81 BuildRequires:  xorg-proto-fontsproto-devel
82 BuildRequires:  xorg-proto-glproto-devel >= 1.4.8
83 BuildRequires:  xorg-proto-inputproto-devel >= 1.4.2
84 BuildRequires:  xorg-proto-kbproto-devel >= 1.0.3
85 BuildRequires:  xorg-proto-printproto-devel
86 BuildRequires:  xorg-proto-randrproto-devel >= 1.2
87 BuildRequires:  xorg-proto-recordproto-devel
88 BuildRequires:  xorg-proto-renderproto-devel >= 0.9.3
89 BuildRequires:  xorg-proto-resourceproto-devel
90 BuildRequires:  xorg-proto-scrnsaverproto-devel >= 1.1.0
91 BuildRequires:  xorg-proto-trapproto-devel
92 BuildRequires:  xorg-proto-videoproto-devel
93 BuildRequires:  xorg-proto-xcmiscproto-devel
94 BuildRequires:  xorg-proto-xextproto-devel
95 BuildRequires:  xorg-proto-xf86bigfontproto-devel
96 BuildRequires:  xorg-proto-xf86dgaproto-devel
97 BuildRequires:  xorg-proto-xf86driproto-devel
98 BuildRequires:  xorg-proto-xf86miscproto-devel
99 BuildRequires:  xorg-proto-xf86vidmodeproto-devel
100 BuildRequires:  xorg-proto-xineramaproto-devel
101 BuildRequires:  xorg-proto-xproto-devel >= 7.0.9
102 BuildRequires:  xorg-util-util-macros >= 0.99.2
103 #BR: xcalibrateproto, tslib (for KDRIVE only)
104 #BR: glitz-devel >= 0.4.3 (for XGL and EGL only)
105 Requires:       pixman >= 0.9.5
106 Requires:       xkeyboard-config
107 # for rgb.txt
108 Requires:       xorg-app-rgb >= 0.99.3
109 Requires:       xorg-app-xkbcomp
110 # xserver requires fixed and cursor fonts
111 Requires:       xorg-font-font-alias
112 Requires:       xorg-font-font-cursor-misc
113 Requires:       xorg-font-font-misc-misc-base >= 1.0.0-0.3
114 Provides:       xorg-xserver-server(ansic-abi) = %{xorg_xserver_server_ansic_abi}
115 Provides:       xorg-xserver-server(extension-abi) = %{xorg_xserver_server_extension_abi}
116 Provides:       xorg-xserver-server(font-abi) = %{xorg_xserver_server_font_abi}
117 Provides:       xorg-xserver-server(videodrv-abi) = %{xorg_xserver_server_videodrv_abi}
118 Provides:       xorg-xserver-server(xinput-abi) = %{xorg_xserver_server_xinput_abi}
119 Obsoletes:      X11-Xserver < 1:7.0.0
120 Obsoletes:      X11-driver-i2c < 1:7.0.0
121 Obsoletes:      X11-modules < 1:7.0.0
122 Obsoletes:      X11-setup < 1:7.0.0
123 Obsoletes:      XFree86-Xserver < 1:7.0.0
124 Obsoletes:      XFree86-modules < 1:7.0.0
125 Obsoletes:      XFree86-setup < 1:7.0.0
126 Obsoletes:      Xserver
127 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
128
129 # avoid self-dependencies on included modules
130 %define         _noautoreq      libscanpci.so libxf1bpp.so
131
132 %description
133 Xorg server is a generally used X server which uses display hardware.
134 It requires proper driver for your display hardware.
135
136 %description -l pl.UTF-8
137 Serwer Xorg to podstawowy serwer X wyświetlający obraz na karcie
138 graficznej. Do działania wymaga odpowiedniego sterownika.
139
140 %package -n xorg-xserver-Xdmx
141 Summary:        Xdmx - distributed multi-head X server
142 Summary(pl.UTF-8):      Xdmx - rozproszony, wielomonitorowy serwer X
143 Group:          X11/Servers
144
145 %description -n xorg-xserver-Xdmx
146 Xdmx - distributed multi-head X server.
147
148 %description -n xorg-xserver-Xdmx -l pl.UTF-8
149 Xdmx - rozproszony, wielomonitorowy serwer X.
150
151 %package -n xorg-xserver-Xnest
152 Summary:        Xnest - nested X server
153 Summary(pl.UTF-8):      Xnest - zagnieżdżony serwer X
154 Group:          X11/Servers
155 Obsoletes:      X11-Xnest < 1:7.0.0
156 Obsoletes:      XFree86-Xnest < 1:7.0.0
157 Obsoletes:      Xserver-Xnest
158
159 %description -n xorg-xserver-Xnest
160 Xnest is an X Window System server which runs in an X window. Xnest is
161 a 'nested' window server, actually a client of the real X server,
162 which manages windows and graphics requests for Xnest, while Xnest
163 manages the windows and graphics requests for its own clients.
164
165 %description -n xorg-xserver-Xnest -l pl.UTF-8
166 Xnest jest serwerem X uruchamianym w okienku innego serwera X. Xnest
167 zachowuje się jak klient X w stosunku do prawdziwego serwera X, a jak
168 serwer X dla własnych klientów.
169
170 %description -n xorg-xserver-Xnest -l ru.UTF-8
171 Xnest - это сервер X Window System, который работает в окне X. На
172 самом деле это клиент реального X-сервера, который управляет окнами и
173 графическими запросами для Xnest в то время, как Xnest управляет
174 окнами и графическими запросами для своих собственных клиентов.
175
176 %description -n xorg-xserver-Xnest -l uk.UTF-8
177 Xnest - це сервер X Window System, який працює у вікні X. Фактично це
178 клієнт реального X-сервера, який керує вікнами та графічними запитами
179 для Xnest в той час, як Xnest керує вікнами та графічними запитами для
180 своїх власних клієнтів.
181
182 %package -n xorg-xserver-Xprt
183 Summary:        Xprt - Xprint server for X
184 Summary(pl.UTF-8):      Xprt - serwer Xprint dla X
185 Group:          X11/Servers
186 Obsoletes:      X11-Xprt < 1:7.0.0
187 Obsoletes:      XFree86-Xprt < 1:7.0.0
188
189 %description -n xorg-xserver-Xprt
190 Xprt is the Xprint print server for X Window System for non display
191 devices such as printers and fax machines.
192
193 %description -n xorg-xserver-Xprt -l pl.UTF-8
194 Xprt to serwer wydruków Xprint dla X Window System dla urządzeń nie
195 wyświetlających, takich jak drukarki czy faksy.
196
197 %package -n xorg-xserver-Xvfb
198 Summary:        Xvfb - virtual framebuffer X server
199 Summary(pl.UTF-8):      Xvfb - serwer X z wirtualnym framebufferem
200 Group:          X11/Servers
201 # requires fixed and cursor fonts
202 Requires:       xorg-font-font-alias
203 Requires:       xorg-font-font-cursor-misc
204 Requires:       xorg-font-font-misc-misc-base >= 1.0.0-0.3
205 Obsoletes:      X11-Xvfb < 1:7.0.0
206 Obsoletes:      XFree86-Xvfb < 1:7.0.0
207
208 %description -n xorg-xserver-Xvfb
209 Xvfb (X Virtual Frame Buffer) is an X Window System server that is
210 capable of running on machines with no display hardware and no
211 physical input devices. Xvfb emulates a dumb framebuffer using virtual
212 memory. Xvfb doesn't open any devices, but behaves otherwise as an X
213 display. Xvfb is normally used for testing servers. Using Xvfb, the
214 mfb or cfb code for any depth can be exercised without using real
215 hardware that supports the desired depths. Xvfb has also been used to
216 test X clients against unusual depths and screen configurations, to do
217 batch processing with Xvfb as a background rendering engine, to do
218 load testing, to help with porting an X server to a new platform, and
219 to provide an unobtrusive way of running applications which really
220 don't need an X server but insist on having one.
221
222 %description -n xorg-xserver-Xvfb -l pl.UTF-8
223 Xvfb (X Virtual Frame Buffer) jest serwerem X, który można uruchamiać
224 na maszynach bez urządzeń wyświetlających ani fizycznych urządzeń
225 wejściowych. Xvfb emuluje prosty framebuffer w pamięci. Zwykle jest
226 używany do testowania serwerów X, może też być używany do testowania
227 klientów X w rzadko używanych konfiguracjach ekranu. Można też użyć
228 Xvfb do uruchomienia aplikacji, które w rzeczywistości nie wymagają
229 serwera X, ale odmawiają uruchomienia bez niego.
230
231 %package devel
232 Summary:        Header files for X.org server
233 Summary(pl.UTF-8):      Pliki nagłówkowe dla servera X.org
234 Group:          X11/Development/Libraries
235 Requires:       libdrm-devel >= 2.3.0
236 Requires:       pixman-devel >= 0.9.5
237 Requires:       xorg-proto-fontsproto-devel
238 Requires:       xorg-proto-renderproto-devel >= 0.9.3
239 Requires:       xorg-proto-videoproto-devel
240 Requires:       xorg-proto-xextproto-devel
241 Requires:       xorg-proto-xproto-devel >= 7.0.9
242 Obsoletes:      X11-Xserver-devel < 1:7.0.0
243 Obsoletes:      XFree86-Xserver-devel < 1:7.0.0
244
245 %description devel
246 Header files for X.org server.
247
248 %description devel -l pl.UTF-8
249 Pliki nagłówkowe dla serwera X.org.
250
251 %package xorgcfg
252 Summary:        xorgcfg - graphical configuration tool for X.org server
253 Summary(pl.UTF-8):      xorgcfg - graficzne narzędzie konfiguracyjne dla serwera X.org
254 Group:          X11/Servers
255 Requires:       %{name} = %{version}-%{release}
256 # just for %{_includedir}/bitmaps dir?
257 Requires:       xorg-data-xbitmaps
258 # for new app-defaults location
259 Requires:       xorg-lib-libXt >= 1.0.0
260 Requires:       xorg-lib-libxkbui >= 1.0.2
261
262 %description xorgcfg
263 xorgcfg is a tool to configure X.org server, and can be used to either
264 write the initial configuration file or make customizations to the
265 current configuration.
266
267 %description xorgcfg -l pl.UTF-8
268 xorgcfg to narzędzie do konfiguracji serwera X.org. Można go użyć do
269 utworzenia początkowego pliku konfiguracyjnego lub dokonania
270 modyfikacji istniejącej konfiguracji.
271
272 %package -n xorg-xserver-libglx
273 Summary:        GLX extension library fo X.org server
274 Summary(pl.UTF-8):      Biblioteka rozszerzenia GLX dla serwera X.org
275 Group:          X11/Servers
276 Requires:       %{name} = %{version}-%{release}
277 Provides:       xorg-xserver-libglx(glapi) = %{mesa_version}
278 Provides:       xorg-xserver-modules-libglx
279 Obsoletes:      X11-OpenGL-core < 1:7.0.0
280 Obsoletes:      XFree86-OpenGL-core < 1:7.0.0
281 %if !%{with multigl}
282 Conflicts:      xorg-driver-video-nvidia
283 %endif
284
285 %description -n xorg-xserver-libglx
286 GLX extension library fo X.org server.
287
288 %description -n xorg-xserver-libglx -l pl.UTF-8
289 Biblioteka rozszerzenia GLX dla serwera X.org.
290
291 %prep
292 %setup -q -a1 -n xorg-server-%{version}
293 %patch0 -p1
294 %patch1 -p0
295 %ifarch %{x8664} i486
296 %patch2 -p1
297 %endif
298 %patch3 -p1
299 %patch4 -p0
300 %patch5 -p1
301 %patch6 -p1
302 %patch7 -p1
303 %patch8 -p1
304
305 # xserver uses pixman-1 API/ABI so put that explictly here
306 sed -i -e 's#<pixman\.h#<pixman-1/pixman.h#g' ./fb/fb.h ./include/miscstruct.h ./render/picture.h
307
308 %build
309 if API=$(awk '/#define ABI_ANSIC_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h) && \
310         [ $API != %{xorg_xserver_server_ansic_abi} ]; then
311         echo "Set %%define xorg_xserver_server_ansic_abi to $API and rerun."
312         exit 1
313 fi
314
315 if API=$(awk '/#define ABI_EXTENSION_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h) && \
316         [ $API != %{xorg_xserver_server_extension_abi} ]; then
317         echo "Set %%define xorg_xserver_server_extension_abi to $API and rerun."
318         exit 1
319 fi
320
321 if API=$(awk '/#define ABI_FONT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h) && \
322         [ $API != %{xorg_xserver_server_font_abi} ]; then
323         echo "Set %%define xorg_xserver_server_font_abi to $API and rerun."
324         exit 1
325 fi
326 if API=$(awk '/#define ABI_VIDEODRV_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h) && \
327         [ $API != %{xorg_xserver_server_videodrv_abi} ]; then
328         echo "Set %%define xorg_xserver_server_videodrv_abi to $API and rerun."
329         exit 1
330 fi
331 if API=$(awk '/#define ABI_XINPUT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h) && \
332         [ $API != %{xorg_xserver_server_xinput_abi} ]; then
333         echo "Set %%define xorg_xserver_server_xinput_abi to $API and rerun."
334         exit 1
335 fi
336
337 %{__libtoolize}
338 %{__aclocal}
339 %{__autoconf}
340 %{__autoheader}
341 %{__automake}
342 %configure \
343         --with-os-name="PLD/Linux" \
344         --with-os-vendor="PLD/Team" \
345         --enable-aiglx \
346         --enable-builddocs \
347         --enable-dga \
348         --enable-dmx \
349         --enable-glx-tls \
350         --enable-lbx \
351         --enable-xevie \
352         --enable-xorgcfg \
353         --enable-xprint \
354         --with-dri-driver-path=%{_libdir}/xorg/modules/dri \
355         --with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \
356         --with-mesa-source="`pwd`/Mesa-%{mesa_version}" \
357         --with-xkb-output=/var/lib/xkb
358
359 %{__make}
360
361 %install
362 rm -rf $RPM_BUILD_ROOT
363
364 %{__make} install \
365         DESTDIR=$RPM_BUILD_ROOT
366
367 install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/xserver
368 install -d $RPM_BUILD_ROOT/etc/security/console.apps
369 install -d $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{dri,drivers,input}
370 install hw/xfree86/parser/xf86Parser.h $RPM_BUILD_ROOT%{_includedir}/xorg/xf86Parser.h
371 install hw/xfree86/parser/xf86Optrec.h $RPM_BUILD_ROOT%{_includedir}/xorg/xf86Optrec.h
372 install hw/xfree86/parser/libxf86config.a $RPM_BUILD_ROOT%{_libdir}/libxf86config.a
373 :> $RPM_BUILD_ROOT/etc/security/console.apps/xserver
374 :> $RPM_BUILD_ROOT/etc/security/blacklist.xserver
375
376 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{*,*/*}.{la,a}
377
378 %if %{with multigl}
379 cd $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions
380 mv -f libglx.so libglx.so.%{version}
381 ln -sf libglx.so.%{version} libglx.so
382 %endif
383
384 %clean
385 rm -rf $RPM_BUILD_ROOT
386
387 %if %{with multigl}
388 %post -n xorg-xserver-libglx
389 if [ ! -e %{_libdir}/xorg/modules/extensions/libglx.so ]; then
390         ln -sf libglx.so.%{version} %{_libdir}/xorg/modules/extensions/libglx.so
391 fi
392 %endif
393
394 %files
395 %defattr(644,root,root,755)
396 %doc COPYING ChangeLog
397 %attr(755,root,root) %{_bindir}/X
398 %attr(755,root,root) %{_bindir}/Xorg
399 %attr(4755,root,root) %{_bindir}/Xwrapper
400 %attr(755,root,root) %{_bindir}/cvt
401 %attr(755,root,root) %{_bindir}/gtf
402 %attr(755,root,root) %{_bindir}/in[bwl]
403 %attr(755,root,root) %{_bindir}/ioport
404 %attr(755,root,root) %{_bindir}/out[bwl]
405 %attr(755,root,root) %{_bindir}/pcitweak
406 %attr(755,root,root) %{_bindir}/scanpci
407 %attr(755,root,root) %{_bindir}/xorgconfig
408 %{_libdir}/X11/Cards
409 %{_libdir}/X11/Options
410 %dir %{_libdir}/xorg
411 %dir %{_libdir}/xorg/modules
412 %dir %{_libdir}/xorg/modules/dri
413 %dir %{_libdir}/xorg/modules/drivers
414 %dir %{_libdir}/xorg/modules/extensions
415 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libGLcore.so
416 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libdbe.so
417 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libdri.so
418 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libextmod.so
419 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/librecord.so
420 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libxtrap.so
421 %dir %{_libdir}/xorg/modules/fonts
422 %attr(755,root,root) %{_libdir}/xorg/modules/fonts/lib*.so
423 %dir %{_libdir}/xorg/modules/input
424 %dir %{_libdir}/xorg/modules/linux
425 %attr(755,root,root) %{_libdir}/xorg/modules/linux/libfbdevhw.so
426 %dir %{_libdir}/xorg/modules/multimedia
427 %attr(755,root,root) %{_libdir}/xorg/modules/multimedia/*.so
428 %attr(755,root,root) %{_libdir}/xorg/modules/lib*.so
429 %dir %{_libdir}/xserver
430 %{_libdir}/xserver/SecurityPolicy
431 %dir /var/lib/xkb
432 /var/lib/xkb/README.compiled
433 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/xserver
434 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.xserver
435 %config(missingok) /etc/security/console.apps/xserver
436 %{_mandir}/man1/Xorg.1x*
437 %{_mandir}/man1/Xserver.1x*
438 %{_mandir}/man1/cvt.1*
439 %{_mandir}/man1/gtf.1x*
440 %{_mandir}/man1/pcitweak.1x*
441 %{_mandir}/man1/scanpci.1x*
442 %{_mandir}/man1/xorgconfig.1*
443 %{_mandir}/man4/exa.4*
444 %{_mandir}/man4/fbdevhw.4*
445 %{_mandir}/man5/xorg.conf.5x*
446 %{_mandir}/man5/SecurityPolicy.5x*
447
448 %files -n xorg-xserver-Xdmx
449 %defattr(644,root,root,755)
450 %attr(755,root,root) %{_bindir}/Xdmx
451 %attr(755,root,root) %{_bindir}/dmxaddinput
452 %attr(755,root,root) %{_bindir}/dmxaddscreen
453 %attr(755,root,root) %{_bindir}/dmxreconfig
454 %attr(755,root,root) %{_bindir}/dmxresize
455 %attr(755,root,root) %{_bindir}/dmxrminput
456 %attr(755,root,root) %{_bindir}/dmxrmscreen
457 %attr(755,root,root) %{_bindir}/dmxtodmx
458 %attr(755,root,root) %{_bindir}/dmxwininfo
459 %attr(755,root,root) %{_bindir}/vdltodmx
460 %attr(755,root,root) %{_bindir}/xdmx
461 %attr(755,root,root) %{_bindir}/xdmxconfig
462 %{_mandir}/man1/Xdmx.1x*
463 %{_mandir}/man1/dmxtodmx.1x*
464 %{_mandir}/man1/vdltodmx.1x*
465 %{_mandir}/man1/xdmxconfig.1x*
466
467 %files -n xorg-xserver-Xnest
468 %defattr(644,root,root,755)
469 %attr(755,root,root) %{_bindir}/Xnest
470 %{_mandir}/man1/Xnest.1x*
471
472 %files -n xorg-xserver-Xprt
473 %defattr(644,root,root,755)
474 %attr(755,root,root) %{_bindir}/Xprt
475 %{_libdir}/X11/xserver
476 %{_mandir}/man1/Xprt.1x*
477
478 %files -n xorg-xserver-Xvfb
479 %defattr(644,root,root,755)
480 %attr(755,root,root) %{_bindir}/Xvfb
481 %{_mandir}/man1/Xvfb.1x*
482
483 %files devel
484 %defattr(644,root,root,755)
485 %{_includedir}/xorg
486 %{_libdir}/libxf86config.a
487 %{_aclocaldir}/xorg-server.m4
488 %{_pkgconfigdir}/xorg-server.pc
489
490 %files xorgcfg
491 %defattr(644,root,root,755)
492 %attr(755,root,root) %{_bindir}/xorgcfg
493 %{_includedir}/X11/bitmaps/*
494 %{_includedir}/X11/pixmaps
495 %{_datadir}/X11/app-defaults/XOrgCfg
496 %{_mandir}/man1/xorgcfg.1x*
497
498 %files -n xorg-xserver-libglx
499 %defattr(644,root,root,755)
500 %if %{with multigl}
501 %ghost %{_libdir}/xorg/modules/extensions/libglx.so
502 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libglx.so.%{version}
503 %else
504 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libglx.so
505 %endif
This page took 0.064125 seconds and 4 git commands to generate.