/[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 1377671 - (show annotations) (download)
Fri Mar 15 21:08:07 2019 UTC (5 years, 1 month ago) by tmb
Original Path: cauldron/x11-server/current/SPECS/x11-server.spec
File size: 19738 byte(s)
- glamor: pixmap FBO may not be allocated
- xwayland/present: Destroy sync_callback in xwl_present_clean


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

  ViewVC Help
Powered by ViewVC 1.1.30