/[packages]/updates/8/x11-server/current/SPECS/x11-server.spec
ViewVC logotype

Contents of /updates/8/x11-server/current/SPECS/x11-server.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1232090 - (show annotations) (download)
Thu May 24 21:56:49 2018 UTC (5 years, 10 months ago) by tmb
Original Path: cauldron/x11-server/current/SPECS/x11-server.spec
File size: 19480 byte(s)
test build with new glibc
1 #global gitdate 20151027
2 # temporary build fix:
3 %define _python_bytecompile_build 0
4
5 %bcond_with debug
6 %define enable_builddocs 0
7
8 # Need this for shared objects that reference X Server, or other modules symbols
9 %define _disable_ld_no_undefined 1
10
11 # Alternatives priority for standard libglx.so and mesa libs
12 %define priority 500
13
14 %define rel 3
15
16 %global __provides_exclude_from %{_datadir}/%{name}-source
17 %global __requires_exclude_from %{_datadir}/%{name}-source
18
19 # Released ABI versions. Have to keep these manually in sync with the
20 # source because rpm is a terrible language.
21 %global ansic_major 0
22 %global ansic_minor 4
23 %global videodrv_major 24
24 %global videodrv_minor 0
25 %global xinput_major 24
26 %global xinput_minor 1
27 %global extension_major 10
28 %global extension_minor 0
29
30 %global pkgname xorg-server
31
32 Name: x11-server
33 Version: 1.20.0
34 Release: %mkrel %rel%{?gitdate:.%{gitdate}}
35 Summary: X11 servers
36 Group: System/X11
37 URL: http://xorg.freedesktop.org
38 %if 0%{?gitdate}
39 Source0: xorg-server-%{gitdate}.tar.xz
40 %else
41 Source0: http://www.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
42 Source1: gitignore
43 %endif
44 Source4: 10-quirks.conf
45 Source5: mageia-setup-keyboard-udev
46 Source6: 61-x11-input.rules
47 Source10: xserver.pamd
48 # from RH/FC:
49 # "useful" xvfb-run script
50 Source20: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
51 Source21: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.1
52 # for requires generation in drivers
53 Source30: xserver-sdk-abi-requires.release
54 # for finding & loading nvidia and flgrx drivers:
55 Source90: 00-modules.conf
56 License: GPLv2+ and MIT
57
58 # Instructions to setup your repository clone
59 # git://anongit.freedesktop.org/git/xorg/xserver
60 # git checkout origin/server-1.7-branch
61 # git checkout -b mdv-1.7-cherry-picks
62 # git am ../03??-*.patch
63 # git checkout -b mdv-1.7-redhat
64 # git am ../04??-*.patch
65 # git checkout -b mdv-1.7-patches
66 # git am ../09??-*.patch
67
68 # Sync with server-1.20-branch
69 # git format-patch --start-number 100 xorg-server-1.19.0..server-1.19-branch
70
71 # Fedora Patches
72
73 # XXX needs rebase, but also va_gl should probably just be the default
74 # Patch3: 0001-xf86-dri2-Use-va_gl-as-vdpau_driver-for-Intel-i965-G.patch
75
76 Patch4: 0001-Always-install-vbe-and-int10-sdk-headers.patch
77
78 # Submitted upstream, but not going anywhere
79 Patch5: 0001-autobind-GPUs-to-the-screen.patch
80
81 # because the display-managers are not ready yet, do not upstream
82 Patch6: 0001-Fedora-hack-Make-the-suid-root-wrapper-always-start-.patch
83
84 # Mageia patches
85 # git format-patch --start-number 900 mdv-1.6.4-redhat..mdv-1.6.4-patches
86 Patch900: 0900-Use-a-X-wrapper-that-uses-pam-and-consolehelper-to-g.patch
87 Patch901: 0901-Don-t-print-information-about-X-Server-being-a-pre-r.patch
88 Patch902: 0902-Take-width-into-account-when-choosing-default-mode.patch
89 Patch903: 0903-LED-behavior-fixes.patch
90 Patch906: 0906-xfree86-need-to-press-Ctrl-Alt-Bksp-twice-to-termina.patch
91
92 # Candidates for dropping:
93 # 902: by pixel, so that X11 choose the best resolution with a better algorithm
94 # 903: Input subsystem has changed *a lot* since this patch was written... I
95 # fear it might break things now
96 # 906: All this patch does is force users to hit ctrl+alt+bksp twice (with
97 # an annoying sound) IF the hotkey is enabled. If the user chooses to
98 # enable ctrk+alt+bksp, why force him to hit twice? OTOH, the sound is
99 # annoying, and it should teach users to not use ctrl+alt+bksp =D
100
101 # Do not crash if Xv is not initialized (patch from xorg-devel ML)
102 # The crash happened when v4l was loaded and xv was not registered,
103 # for example on RV610 with radeon driver
104 Patch4001: 1001-do-not-crash-if-xv-not-initialized.patch
105
106 # (cg) Point the user at the journal rather than a logfile at /dev/null
107 Patch5001: point-user-at-journal-rather-than-dev-null.patch
108
109 # from Suse
110 Patch5009: N_Disable-HW-Cursor-for-cirrus-and-mgag200-kernel-modules.patch
111 Source5010: u_os-connections-Check-for-stale-FDs.patch
112
113 # Security fixes
114
115 Requires: %{name}-xorg
116 Requires: %{name}-xdmx
117 Requires: %{name}-xnest
118 Requires: %{name}-xvfb
119
120 # This should be removed when any of the vnc packages provide x11-server-xvnc:
121 Obsoletes: %{name}-xvnc < %{version}-%{release}
122
123 Obsoletes: %{name}-xfake < %{version}-%{release}
124
125 # temp force new gcc
126 BuildRequires: gcc >= 5.4.0-2
127 # temp force new glibc
128 BuildRequires: glibc >= 6:2.27-2
129
130 BuildRequires: git
131 BuildRequires: libpam-devel
132 BuildRequires: pkgconfig(egl)
133 BuildRequires: pkgconfig(fontutil) >= 1.1
134 BuildRequires: pkgconfig(gbm)
135 BuildRequires: pkgconfig(gl) >= 7.1
136 BuildRequires: pkgconfig(libudev)
137 BuildRequires: pkgconfig(pciaccess)
138 BuildRequires: pkgconfig(pixman-1) >= 0.9.5
139 BuildRequires: pkgconfig(systemd)
140 BuildRequires: pkgconfig(xau) >= 1.0.0
141 BuildRequires: pkgconfig(xaw7) >= 1.0.1
142 BuildRequires: pkgconfig(xdmcp) >= 1.0.0
143 BuildRequires: pkgconfig(xext) >= 1.1
144 BuildRequires: pkgconfig(xfixes)
145 BuildRequires: pkgconfig(xfont2)
146 BuildRequires: pkgconfig(xi) >= 1.1.3
147 BuildRequires: pkgconfig(xkbfile) >= 1.0.4
148 BuildRequires: pkgconfig(xmu) >= 1.0.0
149 BuildRequires: pkgconfig(xorg-macros) >= 1.10
150 BuildRequires: pkgconfig(xpm) >= 3.5.4.2
151 BuildRequires: pkgconfig(xrender) >= 0.9.4
152 BuildRequires: pkgconfig(xres) >= 1.0.0
153 BuildRequires: pkgconfig(xtrans) >= 1.3.5
154 BuildRequires: pkgconfig(xv)
155 BuildRequires: x11-proto-devel >= 7.7-11
156
157 # for ./hw/xwin/glx/gen_gl_wrappers.py:
158 %define _python_bytecompile_errors_terminate_build 0
159
160 # Probably only needed if we change .l or .y files, but let's have them anyway:
161 BuildRequires: byacc
162 BuildRequires: flex
163
164 # for xkbcomp patch
165 BuildRequires: pkgconfig(libcrypto)
166
167
168 BuildRequires: pkgconfig(dbus-1)
169
170 BuildRequires: pkgconfig(dmx)
171 BuildRequires: pkgconfig(xtst) >= 1.1
172
173 BuildRequires: pkgconfig(wayland-client) >= 1.3.0
174 BuildRequires: pkgconfig(wayland-eglstream-protocols)
175 BuildRequires: pkgconfig(wayland-protocols)
176 BuildRequires: pkgconfig(epoxy)
177 BuildRequires: pkgconfig(xshmfence) >= 1.1
178
179 BuildRequires: pkgconfig(libunwind)
180
181 BuildRequires: pkgconfig(xcb-aux) pkgconfig(xcb-image) pkgconfig(xcb-icccm)
182 BuildRequires: pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
183
184 %if %{enable_builddocs}
185 BuildRequires: doxygen
186 BuildRequires: fop
187 BuildRequires: xmlto
188 BuildRequires: pkgconfig(xorg-sgml-doctools)
189 %endif
190
191 %description
192 X.Org X11 X server
193
194
195 %package common
196 Summary: Xorg server common files
197 Group: System/X11
198 License: MIT
199 Provides: XFree86 = 7.0.0
200 Requires: rgb
201 # for 'fixed' and 'cursor' fonts
202 Requires: x11-font-misc-misc
203 Requires: x11-font-cursor-misc
204 Requires: x11-font-alias
205 Requires: x11-data-xkbdata
206 Requires: xkbcomp
207 Requires: udev
208 # else modesetting fails on minimal install:
209 Requires: %{mklibname mesaegl 1}
210 Requires(post): update-alternatives
211 Requires(postun): update-alternatives
212 # nvidia-71xx does not support X.org server >= 1.5
213 Conflicts: x11-driver-video-nvidia71xx < 71.86.09-2
214 # old fglrx does not support X.org server >= 1.7
215 Conflicts: x11-driver-video-fglrx < 8.720
216 # Fix: missing conflicts to allow upgrade from 2008.0 to cooker
217 # http://qa.mandriva.com/show_bug.cgi?id=36651
218 Conflicts: x11-driver-video-nvidia-current <= 100.14.19
219
220
221 Provides: xserver-abi(ansic-%{ansic_major}) = %{ansic_minor}
222 Provides: xserver-abi(videodrv-%{videodrv_major}) = %{videodrv_minor}
223 Provides: xserver-abi(xinput-%{xinput_major}) = %{xinput_minor}
224 Provides: xserver-abi(extension-%{extension_major}) = %{extension_minor}
225 # For proprietary drivers that can support multiple videodrv versions:
226 Provides: xserver-abi(videodrv) = %{videodrv_major}.%{videodrv_minor}
227
228 %description common
229 X server common files
230
231 %package xorg
232 Summary: Xorg X server
233 Group: System/X11
234 License: MIT
235 Requires: x11-server-common = %{version}-%{release}
236 Requires: x11-data-xkbdata > 1.3-5
237 Requires: x11-font-alias
238 Requires: libx11-common
239 Recommends: x11-driver-input-libinput
240
241 # minimum libxfont needed for xserver-1.9:
242 Requires: libxfont >= 1.4.2
243
244 %rename glamor
245 %rename x11-driver-video-modesetting
246
247 %description xorg
248 X.org X11 is an open source implementation of the X Window System. It
249 provides the basic low level functionality which full fledged
250 graphical user interfaces (GUIs) such as GNOME and KDE are designed
251 upon.
252
253
254 %package xnest
255 Summary: A nested server
256 Group: System/X11
257 License: MIT
258 Requires: x11-server-common = %{version}-%{release}
259
260 %description xnest
261 Xnest is an X server which has been implemented as an ordinary
262 X application. It runs in a window just like other X applications,
263 but it is an X server itself in which you can run other software. It
264 is a very useful tool for developers who wish to test their
265 applications without running them on their real X server.
266
267
268 %package xdmx
269 Summary: Distributed Multihead X Server and utilities
270 Group: System/X11
271 License: MIT
272 Requires: x11-server-common = %{version}-%{release}
273
274 %description xdmx
275 Xdmx is a proxy X server that provides multi-head support for multiple displays
276 attached to different machines (each of which is running a typical X server).
277 When Xinerama is used with Xdmx, the multiple displays on multiple machines
278 are presented to the user as a single unified screen. A simple application
279 for Xdmx would be to provide multi-head support using two desktop machines,
280 each of which has a single display device attached to it. A complex
281 application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
282 (each attached to one of 16 computers) into a unified 5120x4096 display.
283
284
285 %package xvfb
286 Summary: A X Windows System virtual framebuffer X server
287 Group: System/X11
288 # xvfb-run is GPLv2, rest is MIT
289 License: MIT and GPLv2
290 Requires: x11-server-common = %{version}-%{release}
291 Requires: xauth
292
293
294 %description xvfb
295 Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
296 machines with no display hardware and no physical input devices.
297 Xvfb simulates a dumb framebuffer using virtual memory. Xvfb does
298 not open any devices, but behaves otherwise as an X display. Xvfb
299 is normally used for testing servers.
300
301
302 %package xephyr
303 Summary: A nested server
304 Group: System/X11
305 License: MIT
306 Requires: x11-server-common = %{version}-%{release}
307
308 %description xephyr
309 Xephyr is an X server which has been implemented as an ordinary
310 X application. It runs in a window just like other X applications,
311 but it is an X server itself in which you can run other software. It
312 is a very useful tool for developers who wish to test their
313 applications without running them on their real X server. Unlike
314 Xnest, Xephyr renders to an X image rather than relaying the
315 X protocol, and therefore supports the newer X extensions like
316 Render and Composite.
317
318
319 %package xwayland
320 Summary: Wayland X Server
321 Group: System/X11
322 License: MIT
323 Requires: x11-server-common = %{version}-%{release}
324
325 %description xwayland
326 Xwayland is an X server for running X clients under Wayland.
327
328 %package devel
329 Summary: SDK for X server driver module development
330 Group: Development/X11
331 License: MIT
332
333 %define oldxorgnamedevel %mklibname xorg-x11
334 Requires: libpixman-1-devel
335 Requires: libpciaccess-devel
336 Requires: libxkbfile-devel
337 Requires: libxext-devel >= 1.1
338 Requires: pkgconfig(xfont2)
339 # pkgconfig file needs dri.pc:
340 Requires: GL-devel
341
342 %description devel
343 The SDK package provides the development files which are necessary for
344 developing X server driver modules, and for compiling driver modules
345 outside of the standard X11 source code tree. Developers writing video
346 drivers, input drivers, or other X modules should install this package.
347
348
349 %package source
350 Summary: Xserver source code required to build VNC server (Xvnc)
351 Group: Development/X11
352 License: MIT
353 BuildArch: noarch
354
355 %description source
356 Xserver source code needed to build VNC server (Xvnc)
357
358
359 %prep
360 %autosetup -N -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
361 rm -rf .git
362 cp %{SOURCE1} .gitignore
363 # ick
364 %global __scm git
365 %{expand:%__scm_setup_git -q}
366 %autopatch
367
368 # check the ABI in the source against what we expect.
369 getmajor() {
370 grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
371 tr '(),' ' ' | awk '{ print $4 }'
372 }
373
374 getminor() {
375 grep -i ^#define.ABI.$1_VERSION hw/xfree86/common/xf86Module.h |
376 tr '(),' ' ' | awk '{ print $5 }'
377 }
378
379 test `getmajor ansic` == %{ansic_major}
380 test `getminor ansic` == %{ansic_minor}
381 test `getmajor videodrv` == %{videodrv_major}
382 test `getminor videodrv` == %{videodrv_minor}
383 test `getmajor xinput` == %{xinput_major}
384 test `getminor xinput` == %{xinput_minor}
385 test `getmajor extension` == %{extension_major}
386 test `getminor extension` == %{extension_minor}
387
388
389 %build
390
391 %ifnarch %{ix86} x86_64
392 %global no_int10 --disable-vbe --disable-int10-module
393 %endif
394 %global kdrive --enable-kdrive --enable-xephyr
395 %global xservers --enable-xvfb --enable-xnest %{kdrive} --enable-xorg
396 %global default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
397 %global dri_flags --enable-dri2 --enable-dri3 --enable-suid-wrapper --enable-glamor
398 %global bodhi_flags --with-vendor-name="%_vendor"
399
400 %if %with debug
401 CFLAGS='-DBUILDDEBUG -O0 -g3' \
402 %endif
403 autoreconf -f -v --install || exit 1
404 %configure2_5x %{xservers} \
405 --with-log-dir=%{_logdir} \
406 --enable-dependency-tracking \
407 --enable-xwayland-eglstream \
408 %{?no_int10} --with-int10=x86emu \
409 --with-default-font-path=%{default_font_path} \
410 --with-module-dir=%{_libdir}/xorg/modules \
411 --with-vendor-web="https://bugs.mageia.org" \
412 %if %{with debug}
413 --enable-debug \
414 %else
415 --disable-debug \
416 %endif
417 --with-builderstring="Build ID: %{name} %{version}-%{release}" \
418 --with-os-name="$(hostname -s) $(uname -r)" \
419 --without-dtrace \
420 --disable-xselinux --enable-record --enable-present \
421 --enable-config-udev \
422 --disable-strict-compilation \
423 --enable-dpms \
424 --disable-install-setuid \
425 --enable-secure-rpc \
426 --enable-pam \
427 --enable-dmx \
428 --enable-xwayland \
429 %{dri_flags} %{?bodhi_flags} \
430 --with-sha1=libcrypto \
431
432 pushd include && make xorg-server.h dix-config.h xorg-config.h && popd
433 %make
434
435 %install
436 %make_install
437
438 mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
439
440 mkdir -p %{buildroot}%{_sysconfdir}/X11/
441 ln -s %{_bindir}/Xorg %{buildroot}%{_sysconfdir}/X11/X
442 ln -sf %{_libexecdir}/Xorg.wrap %{buildroot}%{_bindir}/X
443
444 mkdir -p %{buildroot}%{_sysconfdir}/pam.d
445 install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
446 mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
447 touch %{buildroot}%{_sysconfdir}/security/console.apps/xserver
448
449 mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
450 install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
451
452 # make sure the (empty) /etc/X11/xorg.conf.d is there, system-setup-keyboard
453 # relies on it more or less.
454 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
455
456 mkdir -p %{buildroot}%{_sysconfdir}/X11/app-defaults
457 mkdir -p %{buildroot}%{_sysconfdir}/X11/fontpath.d
458
459 # move README.compiled outside compiled/ dir, so there won't be any problem with x11-data-xkbdata
460 mv -f %{buildroot}%{_datadir}/X11/xkb/compiled/README.compiled %{buildroot}%{_datadir}/X11/xkb/
461
462 # (anssi) manage proprietary drivers
463 install -d -m755 %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL
464 cat > %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL/standard.conf << EOF
465 # This file is knowingly empty since the libraries are in standard search
466 # path. Please do not remove this file.
467 EOF
468 touch %{buildroot}%{_sysconfdir}/ld.so.conf.d/GL.conf
469
470 mkdir -p %{buildroot}/sbin
471 mkdir -p %{buildroot}/lib/udev/rules.d/
472 install -m 0755 %{SOURCE5} %{buildroot}/sbin/mageia-setup-keyboard
473 install -m 0644 %{SOURCE6} %{buildroot}/lib/udev/rules.d
474
475 install -m 755 %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}/xserver-sdk-abi-requires
476
477 install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
478
479 # Make the source package
480 %global xserver_source_dir %{_datadir}/x11-server-source
481 %global inst_srcdir %{buildroot}/%{xserver_source_dir}
482 mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
483 mkdir -p %{inst_srcdir}/{hw/dmx/doc,man,doc,hw/dmx/doxygen}
484 cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
485 cp {,%{inst_srcdir}/}man/Xserver.man
486 cp {,%{inst_srcdir}/}doc/smartsched
487 cp {,%{inst_srcdir}/}hw/dmx/doxygen/doxygen.conf.in
488 cp {,%{inst_srcdir}/}xserver.ent.in
489 cp {,%{inst_srcdir}/}hw/xfree86/Xorg.sh.in
490 cp xkb/README.compiled %{inst_srcdir}/xkb
491 cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
492
493 install -m 0755 %{SOURCE21} $RPM_BUILD_ROOT%{_mandir}/man1/xvfb-run.1
494 install -m 0644 %{SOURCE90} $RPM_BUILD_ROOT/usr/share/X11/xorg.conf.d/
495
496 find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
497 xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
498 find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
499
500 # Remove unwanted files/dirs
501 {
502 find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
503 # wtf
504 %ifnarch %{ix86} x86_64
505 rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/lib{int10,vbe}.so
506 %endif
507 }
508
509 %post common
510 %{_sbindir}/update-alternatives \
511 --install %{_sysconfdir}/ld.so.conf.d/GL.conf gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf %{priority}
512
513 # (anssi)
514 %triggerun common -- %{name}-common < 1.3.0.0-17
515 [ $1 -eq 2 ] || exit 0 # do not run if downgrading
516 current_glconf="$(readlink -e %{_sysconfdir}/ld.so.conf.d/GL.conf)"
517 if [ "${current_glconf#*mesa}" == "gl1.conf" ]; then
518 # This an upgrade of a system with no proprietary drivers enabled, update
519 # the link to point to the new standard.conf instead of libmesagl1.conf (2008.0 change).
520 %{_sbindir}/update-alternatives --set gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
521 else
522 # XFdrake did not set symlink to manual mode before 2008.0, so we ensure it here.
523 %{_sbindir}/update-alternatives --set gl_conf "${current_glconf}"
524 fi
525 true
526
527 %postun common
528 if [ ! -f %{_sysconfdir}/ld.so.conf.d/GL/standard.conf ]; then
529 /usr/sbin/update-alternatives --remove gl_conf %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
530 fi
531
532 %files
533
534 %files common
535 %dir %{_libdir}/xorg/modules
536 %dir %{_sysconfdir}/X11
537 %dir %{_sysconfdir}/X11/app-defaults
538 %dir %{_sysconfdir}/X11/fontpath.d
539 %dir %{_sysconfdir}/ld.so.conf.d/GL
540 %dir %{_sysconfdir}/X11/xorg.conf.d
541 %ghost %{_sysconfdir}/ld.so.conf.d/GL.conf
542 %{_sysconfdir}/ld.so.conf.d/GL/standard.conf
543 %{_bindir}/gtf
544 %{_bindir}/cvt
545 /sbin/mageia-setup-keyboard
546 /lib/udev/rules.d/61-x11-input.rules
547 %{_bindir}/vdltodmx
548 %{_libdir}/xorg/modules/*
549 %{_libdir}/xorg/protocol.txt
550 %{_datadir}/X11/xkb/README.compiled
551 %{_mandir}/man1/gtf.*
552 %{_mandir}/man1/cvt.*
553 %{_mandir}/man1/vdltodmx.*
554 %{_mandir}/man4/*
555
556 %global Xorgperms %attr(4755, root, root)
557
558 %files xorg
559 %{_bindir}/X
560 %{_bindir}/Xorg
561 %{_libexecdir}/Xorg
562 %{Xorgperms} %{_libexecdir}/Xorg.wrap
563 %attr(4755,root,root)%{_bindir}/Xwrapper
564 %{_sysconfdir}/X11/X
565 %{_sysconfdir}/pam.d/xserver
566 %{_sysconfdir}/security/console.apps/xserver
567 %{_mandir}/man1/Xorg.1*
568 %{_mandir}/man1/Xorg.wrap.1*
569 %{_mandir}/man1/Xserver.1*
570 %{_mandir}/man5/Xwrapper.config.5*
571 %{_mandir}/man5/xorg.conf.5*
572 %{_mandir}/man5/xorg.conf.d.5*
573 %{_datadir}/X11/xorg.conf.d/00-modules.conf
574 %{_datadir}/X11/xorg.conf.d/10-quirks.conf
575
576 %files xnest
577 %{_bindir}/Xnest
578 %{_mandir}/man1/Xnest.1*
579
580 %files xdmx
581 %{_bindir}/Xdmx
582 %{_bindir}/dmx*
583 %{_bindir}/xdmx*
584 %{_mandir}/man1/Xdmx.1*
585 %{_mandir}/man1/dmxtodmx.1*
586 %{_mandir}/man1/xdmxconfig.1*
587
588 %files xvfb
589 %{_bindir}/Xvfb
590 %{_bindir}/xvfb-run
591 %{_mandir}/man1/Xvfb.1*
592 %{_mandir}/man1/xvfb-run.1*
593
594 %files xephyr
595 %{_bindir}/Xephyr
596 %{_mandir}/man1/Xephyr.1*
597
598 %files xwayland
599 %{_bindir}/Xwayland
600
601 %files devel
602 %{_bindir}/xserver-sdk-abi-requires
603 %{_libdir}/pkgconfig/xorg-server.pc
604 %dir %{_includedir}/xorg
605 %{_includedir}/xorg/*.h
606 %{_datadir}/aclocal/xorg-server.m4
607
608 %files source
609 %{xserver_source_dir}

  ViewVC Help
Powered by ViewVC 1.1.30