]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86.spec
- patch35->34
[packages/XFree86.git] / XFree86.spec
1
2 %define         _sver %(echo %{version} | tr -d .)
3
4 Summary:        XFree86 Window System servers and basic programs
5 Summary(de):    Xfree86 Window-System-Server und grundlegende Programme
6 Summary(es):    Programas básicos y servidores para el sistema de ventanas XFree86
7 Summary(fr):    Serveurs du système XFree86 et programmes de base
8 Summary(pl):    XFree86 Window System wraz z podstawowymi programami
9 Summary(tr):    XFree86 Pencereleme Sistemi sunucularý ve temel programlar
10 Summary(pt_BR): Programas básicos e servidores para o sistema de janelas XFree86
11 Name:           XFree86
12 Version:        4.2.0
13 Release:        2.8
14 License:        MIT
15 Group:          X11/XFree86
16 Source0:        ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-1.tgz
17 Source1:        ftp://ftp.pld.org.pl/software/xinit/xdm-xinitrc-0.2.tar.bz2
18 Source2:        xdm.pamd
19 Source3:        xserver.pamd
20 Source4:        xdm.init
21 Source5:        xfs.init
22 Source6:        xfs.config
23 Source7:        XTerm.ad-pl
24 Source8:        xdm.sysconfig
25 Source9:        xfs.sysconfig
26 Source10:       twm.desktop
27 Source11:       xclipboard.desktop
28 Source12:       xconsole.desktop
29 Source13:       xterm.desktop
30 Source14:       xlogo64.png
31 Source15:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-Xman-pages.tar.bz2
32 Source16:       cvs://anonymous@cvs.gatos.sourceforge.net/cvsroot/gatos/ati.2-20020310.tar.bz2
33 Patch0:         %{name}-PLD.patch
34 Patch1:         %{name}-HasZlib.patch
35 Patch2:         %{name}-DisableDebug.patch
36 Patch3:         %{name}-Xwrapper.patch
37 Patch4:         %{name}-xfs.patch
38 Patch5:         %{name}-xfs-fix.patch
39 Patch6:         %{name}-xfs-logger.patch
40 Patch7:         %{name}-xterm-utempter.patch
41 Patch8:         %{name}-app_defaults_dir.patch
42 Patch9:         %{name}-v4l.patch
43 Patch10:        %{name}-broken-includes.patch
44 Patch11:        %{name}-alpha-pcibus-lemming.patch
45 Patch12:        %{name}-fhs.patch
46 Patch13:        %{name}-xdmsecurity.patch
47 Patch14:        %{name}-xman.patch
48 Patch15:        %{name}-HasXdmAuth.patch
49 Patch16:        %{name}-xdm-fixes.patch
50 Patch17:        %{name}-imake-kernel-version.patch
51 Patch18:        %{name}-no-kernel-modules.patch
52 Patch19:        %{name}-parallelmake.patch
53 Patch20:        %{name}-pic.patch
54 Patch21:        %{name}-r128-busmstr2.patch
55 Patch22:        %{name}-neomagic_swcursor.patch
56 Patch23:        %{name}-mga-busmstr.patch
57 Patch24:        %{name}-agpgart-load.patch
58 Patch25:        %{name}-mkfontdir-chmod_644.patch
59 Patch26:        %{name}-HasFreetype2.patch
60 Patch27:        %{name}-config-s3.patch
61 Patch28:        %{name}-sparc_pci_domains.patch
62 Patch29:        %{name}-s3virge_mx_console_corruption_fix.patch
63 Patch30:        %{name}-dri_directory_mode_fix.patch
64 Patch31:        %{name}-alpha_GLX_align_fix.patch
65 Patch32:        %{name}-XftConfig_in_correct_place.patch
66 Patch33:        %{name}-PEX+XIE.patch
67 Patch34:        %{name}-xman-manpaths.patch
68 BuildRequires:  bison
69 BuildRequires:  flex
70 BuildRequires:  freetype-devel >= 2.0.0
71 BuildRequires:  gcc-c++
72 BuildRequires:  ncurses-devel
73 BuildRequires:  pam-devel
74 BuildRequires:  perl
75 BuildRequires:  tcl-devel
76 BuildRequires:  utempter-devel
77 BuildRequires:  zlib-devel
78 BuildRequires:  libstdc++-devel
79 %ifarch %{ix86} alpha
80 BuildRequires:  Glide3-DRI-devel
81 %endif
82 # Required by xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c
83 %ifarch %{ix86}
84 BuildRequires:  Glide2x_SDK
85 %endif
86 Requires:       xauth
87 Requires:       %{name}-libs = %{version}
88 ExclusiveArch:  %{ix86} alpha sparc m68k armv4l noarch ppc
89 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
90 Obsoletes:      xpm-progs
91 Obsoletes:      xterm
92
93 %ifarch sparc sparc64
94 Obsoletes:      X11R6.1
95 %endif
96
97 %define         _prefix         /usr/X11R6
98 %define         _mandir         %{_prefix}/man
99 %define         _wmpropsdir     %{_datadir}/wm-properties
100
101 # avoid Mesa dependency in XFree86-OpenGL-libs
102 # Glide3 (libglide3.so.3) can be provided by Glide_V3-DRI or Glide_V5-DRI
103 %define         _noautoreqdep   libGL.so.1 libGLU.so.1 libOSMesa.so.3.3   libglide3.so.3
104
105 %description
106 If you want to install the X Window System (TM) on your machine,
107 you'll need to install XFree86.
108
109 The X Window System provides the base technology for developing
110 graphical user interfaces. Simply stated, X draws the elements of the
111 GUI on the user's screen and builds methods for sending user
112 interactions back to the application. X also supports remote
113 application deployment--running an application on another computer
114 while viewing the input/output on your machine. X is a powerful
115 environment which supports many different applications, such as games,
116 programming tools, graphics programs, text editors, etc. XFree86 is
117 the version of X which runs on Linux, as well as other platforms.
118
119 This package contains the basic fonts, programs and documentation for
120 an X workstation. However, this package doesn't provide the program
121 which you will need to drive your video hardware. To control your
122 video card, you'll need the particular X server package which
123 corresponds to your computer's video card.
124
125 %description -l de
126 X-Window ist eine voll funktionsfähige grafische Benutzeroberfläche
127 mit mehreren Fenstern, mehreren Clients und verschiedenen Arten von
128 Fenstern. Es kommt auf den meisten Unix-Plattformen zum Einsatz. Die
129 Clients lassen sich auch mit Hilfe anderer Fenstersysteme anzeigen.
130 Das X-Protokoll gestattet die Ausführung der Applikationen direkt auf
131 lokalen Rechnern oder über ein Netz und bietet große Flexibilität bei
132 Client-Server-Implementierungen.
133
134 %description -l es
135 X Window es una interface gráfica completa con múltiples ventanas,
136 múltiples clientes y diferentes estilos de ventanas. Se usa en la
137 mayoría de las plataformas Unix, y los clientes también pueden
138 ejecutar en otros sistemas de ventanas populares. El protocolo X
139 permite que las aplicaciones puedan ejecutarse tanto en la máquina
140 local como a través de la red, y proveer flexibilidad en
141 implementaciones cliente/servidor. Este paquete contiene las fuentes
142 básicas, programas y documentación para una estación de trabajo X. No
143 ofrece un servidor X que acceda tu hardware de vídeo -- estos son
144 puestos a disposición en otro paquete.
145
146 %description -l pl
147 X Window System jest graficznym interfejsem u¿ytkownika; cechuje siê
148 mo¿liwo¶ci± pracy w wielu oknach, z wieloma klientami i do tego w
149 ró¿nych wystrojach okien. :) Jest u¿ywany na wiêkszo¶ci platform
150 sytemów Unix, a klienci mog± byæ uruchamiani tak¿e pod innymi
151 popularnymi systemami okienkowymi. Protokó³ X pozwala na uruchamianie
152 aplikacji zarówno z lokalnej maszyny jak i poprzez sieæ - daj±c przez
153 to elastyczn± implementacjê architektury klient/serwer.
154
155 Pakiet ten nie zawiera X serwera który jest po¶rednikiem z Twoj± kart±
156 graficzn± (jest on w innym pakiecie).
157
158 %description -l tr
159 X Window sistemi, çoklu pencere, çoklu istemci ve çeþitli pencere
160 stilleriyle geniþ özelliklere sahip bir Grafik Kullanýcý Arabirimidir.
161 Çoðu UNIX sisteminde çalýþtýðý gibi istemcileri de birçok pencereleme
162 sistemiyle çalýþabilir. X protokolu kullanan uygulamalarýn yerel
163 makina veya bilgisayar aðý üzerinden çalýþtýrýlabilmesi esnek bir
164 istemci/sunucu ortamý saðlar. Bu paket bir X istasyonu için gerekli
165 olan temel yazýtiplerini, programlarý ve belgeleri sunar. Ekran
166 kartýnýzý sürmek için gerekli olan X sunucusu bu pakete dahil
167 deðildir.
168
169 %description -l pt_BR
170 X Window é uma interface gráfica completa com múltiplas janelas,
171 múltiplos clientes e diferentes estilos de janelas. É usado na maioria
172 das plataformas Unix, e clientes também podem rodar em outros sistemas
173 de janelas populares. O protocolo X permite que aplicações possam
174 rodar tanto na máquina local como através da rede, provendo
175 flexibilidade em implementações cliente/servidor.
176
177 Este pacote contém as fontes básicas, programas e documentação para
178 uma estação de trabalho X. Ele não fornece um servidor X que acessa
179 seu hardware de vídeo -- estes são disponibilizados em outro pacote.
180
181 %package common
182 Summary:        XFree86 files required both on server and client side
183 Summary(pl):    Pliki XFree86 wymagane zarówno po stronie serwera jak i klienta
184 Group:          X11/XFree86
185
186 %description common
187 XFree86 files required both on server and client side.
188
189 %description common -l pl
190 Pliki XFree86 wymagane zarówno po stronie serwera jak i klienta.
191
192 %package DPS
193 Summary:        Display PostScript
194 Summary(pl):    Display PostScript
195 Group:          X11/XFree86
196 Provides:       DPS
197 Obsoletes:      dgs
198
199 %description DPS
200 X-Window Display PostScript is device-independent imaging model for
201 displaying information on a screen.
202
203 %description DPS -l pl
204 X-Window Display PostScript to niezale¿ny od urz±dzenia model
205 wy¶wietlania informacji na ekranie.
206
207 %package DPS-devel
208 Summary:        Display PostScript
209 Summary(pl):    Display PostScript
210 Group:          X11/XFree86
211 Requires:       %{name}-DPS = %{version}
212 Obsoletes:      dgs-devel
213
214 %description DPS-devel
215 Header files for develop X-Window Display Postscript.
216
217 %description DPS-devel -l pl
218 Pliki nag³ówkowe biblioteki X-Window Display PostScript.
219
220 %package DPS-static
221 Summary:        Display PostScript
222 Summary(pl):    Display PostScript
223 Group:          X11/XFree86
224 Requires:       %{name}-DPS-devel = %{version}
225 Obsoletes:      dgs-static
226
227 %description DPS-static
228 X-Window Display PostScript static libraries.
229
230 %description DPS-static -l pl
231 Statyczne biblioteki X-Window Display PostScript.
232
233 %package PEX
234 Summary:        PEX extension library
235 Summary(pl):    Biblioteka rozszerzenia PEX
236 Group:          X11/XFree86
237 Requires:       %{name}-libs = %{version}
238
239 %description PEX
240 PEX extension library. Since XFree86 4.2.0 it's no longer included by
241 default.
242
243 %description PEX -l pl
244 Biblioteka rozszerzenia PEX. Od wersji XFree86 4.2.0 nie jest ju¿
245 do³±czane domy¶lnie.
246
247 %package PEX-devel
248 Summary:        PEX extension headers
249 Summary(pl):    Pliki nag³ówkowe rozszerzenia PEX
250 Group:          X11/XFree86
251 Requires:       %{name}-PEX = %{version}
252
253 %description PEX-devel
254 PEX extension headers.
255
256 %description PEX-devel -l pl
257 Pliki nag³ówkowe rozszerzenia PEX.
258
259 %package PEX-static
260 Summary:        PEX extension static library
261 Summary(pl):    Statyczna biblioteka rozszerzenia PEX
262 Group:          X11/XFree86
263 Requires:       %{name}-PEX-devel = %{version}
264
265 %description PEX-static
266 PEX extension static library.
267
268 %description PEX-static -l pl
269 Statyczna biblioteka rozszerzenia PEX.
270
271 %package XIE
272 Summary:        XIE extension library
273 Summary(pl):    Biblioteka rozszerzenia XIE
274 Group:          X11/XFree86
275 Requires:       %{name}-libs = %{version}
276
277 %description XIE
278 XIE (X Image Extension) extension library. Since XFree86 4.2.0 it's no
279 longer included by default.
280
281 %description XIE -l pl
282 Biblioteka rozszerzenia XIE (X Image Extension). Od wersji XFree86
283 4.2.0 nie jest ju¿ do³±czane domy¶lnie
284
285 %package XIE-devel
286 Summary:        XIE extension headers
287 Summary(pl):    Pliki nag³ówkowe rozszerzenia XIE
288 Group:          X11/XFree86
289 Requires:       %{name}-XIE = %{version}
290
291 %description XIE-devel
292 XIE extension headers.
293
294 %description XIE-devel -l pl
295 Pliki nag³ówkowe rozszerzenia XIE.
296
297 %package XIE-static
298 Summary:        XIE extension static library
299 Summary(pl):    Statyczna biblioteka rozszerzenia XIE
300 Group:          X11/XFree86
301 Requires:       %{name}-XIE-devel = %{version}
302
303 %description XIE-static
304 XIE extension static library.
305
306 %description XIE-static -l pl
307 Statyczna biblioteka rozszerzenia XIE.
308
309 %package OpenGL-core
310 Summary:        OpenGL support for X11R6
311 Summary(pl):    Wsparcie OpenGL dla systemu X11R6
312 Group:          X11/Libraries
313 Requires:       %{name}-libs = %{version}
314
315 %description OpenGL-core
316 OpenGL support for X11R6 system.
317
318 %description OpenGL-core -l pl
319 Wsparcie OpenGL dla systemu X11R6.
320
321 %package OpenGL-devel
322 Summary:        OpenGL for X11R6 development
323 Summary(pl):    Pliki nag³ówkowe OpenGL dla systemu X11R6
324 Group:          X11/Libraries
325 Requires:       %{name}-OpenGL-libs = %{version}
326 Requires:       %{name}-devel
327 Provides:       OpenGL-devel
328 Obsoletes:      Mesa-devel
329 Obsoletes:      glxMesa-devel
330 Obsoletes:      XFree86-OpenGL-doc
331
332 %description OpenGL-devel
333 Headers and man pages for OpenGL for X11R6.
334
335 %description OpenGL-devel -l pl
336 Pliki nag³ówkowe i manuale do OpenGL dla systemu X11R6.
337
338 %package OpenGL-libs
339 Summary:        OpenGL libraries for X11R6
340 Summary(pl):    Biblioteki OpenGL dla systemu X11R6
341 Group:          X11/Libraries
342 Requires:       %{name}-libs = %{version}
343 Requires:       %{name}-OpenGL-core
344 Provides:       OpenGL
345 Obsoletes:      %{name}-OpenGL
346 Obsoletes:      Mesa
347
348 %description OpenGL-libs
349 OpenGL libraries for X11R6 system.
350
351 %description OpenGL-libs -l pl
352 Biblioteki OpenGL dla systemu X11R6.
353
354 %package OpenGL-static
355 Summary:        X11R6 static libraries with OpenGL
356 Summary(pl):    Biblioteki statyczne do X11R6 ze wsparciem dla OpenGL
357 Group:          X11/Libraries
358 Requires:       %{name}-OpenGL-devel = %{version}
359 Provides:       OpenGL-static
360 Obsoletes:      Mesa-static
361
362 %description OpenGL-static
363 X11R6 static libraries with OpenGL.
364
365 %description OpenGL-static -l pl
366 Biblioteki statyczne zawieraj±ce wsparcie dla OpenGL do X11R6.
367
368 %package Xnest
369 Summary:        XFree86 Xnest server
370 Summary(pl):    Serwer XFree86 Xnest
371 Group:          X11/XFree86/Servers
372 Requires:       %{name}-modules = %{version}-%{release}
373 Requires:       %{name}-common /usr/X11R6/lib/X11/rgb.txt
374 Requires:       XFree86-fonts-base
375
376 %description Xnest
377 Xnest is an X Window System server which runs in an X window. Xnest is
378 a 'nested' window server, actually a client of the real X server,
379 which manages windows and graphics requests for Xnest, while Xnest
380 manages the windows and graphics requests for its own clients.
381
382 You will need to install Xnest if you require an X server which will
383 run as a client of your real X server (perhaps for testing purposes).
384
385 %description Xnest -l pl
386 Xnest jest X serwerem uruchamianym w okienku innego X serwera. Xnest
387 zachowuje siê jak X klient w stosunku do prawdziwego X serwera, a jak
388 X serwer dla w³asnych klientów.
389
390 %package Xprt
391 Summary:        X print server
392 Summary(pl):    X serwer z rozszerzeniem Xprint
393 Group:          X11/XFree86/Servers
394 Requires:       %{name}-modules = %{version}-%{release}
395 Requires:       %{name}-common /usr/X11R6/lib/X11/rgb.txt
396 Requires:       XFree86-fonts-base
397
398 %description Xprt
399 Xprt provides an X server with the print extension and special DDX
400 implementation.
401
402 %description Xprt -l pl
403 Xprt jest X serwerem z rozszerzeniem Xprint.
404
405 %package Xserver
406 Summary:        XFree86 X display server
407 Summary(de):    XFree86 Server
408 Summary(fr):    Serveur XFree86
409 Summary(pl):    Serwer XFree86
410 Summary(tr):    XFree86 sunucusu
411 Group:          X11/XFree86/Servers
412 Requires:       pam
413 Requires:       %{name}-modules = %{version}-%{release}
414 Requires:       %{name}-common /usr/X11R6/lib/X11/rgb.txt
415 Requires:       XFree86-fonts-base
416 Obsoletes:      XFree86-VGA16 XFree86-SVGA XFree86-Mono
417 # obsoleted by many drivers: suncg3,suncg6,suncg14,sunffb,sunleo,suntcx
418 Obsoletes:      XFree86-Sun XFree86-Sun24
419 # still not supported in 4.2.0:
420 #Obsoletes:     XFree86-Mach8 XFree86-8514 XFree86-AGX XFree86-P9000
421 # (and many drivers from XF86_SVGA server... and some from others)
422 Obsoletes:      XFree86-XF86Setup Xconfigurator
423
424 %description Xserver
425 Generally used X server which uses display hardware. It requires
426 proper driver for your display hardware - package itself contains only
427 drivers for VGA and VESA-compliant cards (without acceleration). Other
428 drivers can be found in XFree86-driver-* packages.
429
430 %description Xserver -l de
431 X-Server für die elementarsten Framebuffer-SVGA-Geräte, einschließlich
432 Karten, die aus ET4000-Chips, Cirrus Logic-Chips, Chips and
433 Technologies Laptop-Chips sowie Trident 8900 und 9000 Chips gebaut
434 sind. Funktioniert mit Diamond Speedstar, Orchid Kelvins, STB Nitros
435 und Horizons, Genoa 8500VL, den meisten Actix-Karten sowie Spider VLB
436 Plus und außerdem mit vielen anderen Chips und Karten. Es lohnt sich,
437 diesen Server auszuprobieren, wenn Sie Probleme haben.
438
439 %description Xserver -l fr
440 Serveur X pour les circuits SVGA les plus simples, dont les cartes
441 construites avec les circuits ET4000, Cirrus Logic, Chips and
442 Technologies laptop, Trident 8900 et 9000. Fonctionne pour les cartes
443 Diamond Speedstar, Orchid Kelvins, STB Nitros et Horizons, Genoa
444 8500VL, la plupart des Actix et la Spider VLB Plus. Fonctionne aussi
445 pour de nombreux autres circuits et cartes. Essayez ce serveur si vous
446 avez des problèmes.
447
448 %description Xserver -l pl
449 Jest to podstawowy Xserwer wy¶wietlaj±cy obraz na karcie graficznej.
450 Do dzia³ania wymaga odpowiedniego sterownika - sam pakiet zawiera
451 tylko odpowiedni dla kart VGA oraz SVGA zgodnych z VESA (bez
452 akceleracji). Inne sterowniki mo¿na znale¼æ w pakietach
453 XFree86-driver-*.
454
455 %description Xserver -l tr
456 ET4000, Cirrus Logic, Chips and Technologies dizüstü, Trident 8900 ve
457 9000 gibi basit 'framebuffer' SVGA kullananan kartlar için X sunucusu.
458 Ayný zamanda Diamond Speedstar, Orchid Kelvins, STB Nitros / Horizons,
459 Genoa 8500VL, çoðu Actix kartlarý, Spider VLB Plus gibi kartlar ve
460 birçok diðer kart ile de çalýþýr. Herhangi bir sorun yaþarsanýz bu
461 sunucuyu deneyin.
462
463 %package Xvfb
464 Summary:        XFree86 Xvfb server
465 Summary(pl):    Serwer XFree86 Xvfb
466 Group:          X11/XFree86/Servers
467 Requires:       %{name}-modules = %{version}-%{release}
468 Requires:       %{name}-common /usr/X11R6/lib/X11/rgb.txt
469 Requires:       XFree86-fonts-base
470
471 %description Xvfb
472 Xvfb (X Virtual Frame Buffer) is an X Window System server that is
473 capable of running on machines with no display hardware and no
474 physical input devices. Xvfb emulates a dumb framebuffer using virtual
475 memory. Xvfb doesn't open any devices, but behaves otherwise as an X
476 display. Xvfb is normally used for testing servers. Using Xvfb, the
477 mfb or cfb code for any depth can be exercised without using real
478 hardware that supports the desired depths. Xvfb has also been used to
479 test X clients against unusual depths and screen configurations, to do
480 batch processing with Xvfb as a background rendering engine, to do
481 load testing, to help with porting an X server to a new platform, and
482 to provide an unobtrusive way of running applications which really
483 don't need an X server but insist on having one.
484
485 If you need to test your X server or your X clients, you may want to
486 install Xvfb for that purpose.
487
488 %description Xvfb -l pl
489 Xvfb (X Virtual Frame Buffer) jest X serwerem, który mo¿na uruchamiaæ
490 na maszynach bez urz±dzeñ wy¶wietlaj±cych ani fizycznych urz±dzeñ
491 wej¶ciowych. Xvfb emuluje prosty framebuffer w pamiêci. Zwykle jest
492 u¿ywany do testowania X serwerów, mo¿e te¿ byæ u¿ywany do testowania X
493 klientów w rzadko u¿ywanych konfiguracjach ekranu. Mo¿na te¿ u¿yæ Xvfb
494 do uruchomienia aplikacji, które w rzeczywisto¶ci nie wymagaj± X
495 serwera, ale odmawiaj± uruchomienia bez niego.
496
497 %package devel
498 Summary:        X11R6 headers and programming man pages
499 Summary(de):    X11R6 Headers und man pages für Programmierer
500 Summary(fr):    Pages man de programmation
501 Summary(pl):    Pliki nag³ówkowe X11R6
502 Summary(tr):    X11R6 ile geliþtirme için gerekli dosyalar
503 Group:          X11/Libraries
504 Requires:       %{name}-libs = %{version}
505 Obsoletes:      xpm-devel
506 Provides:       xpm-devel
507 %ifarch sparc sparc64
508 Obsoletes:      X11R6.1-devel
509 %endif
510
511 %description devel
512 Libraries, header files, and documentation for developing programs
513 that run as X clients. It includes the base Xlib library as well as
514 the Xt and Xaw widget sets. For information on programming with these
515 libraries, PLD recommends the series of books on X Programming
516 produced by O'Reilly and Associates.
517
518 %description devel -l de
519 Libraries, Header-Dateien und Dokumentation zum Entwickeln von
520 Programmen, die als X-Clients laufen. Enthält die Xlib-Library und die
521 Widget-Sätze Xt und Xaw. Information zum Programmieren mit diesen
522 Libraries finden Sie in der Buchreihe zur X-Programmierung von
523 O'Reilly and Associates.
524
525 %description devel -l fr
526 Bibliothéques, fichiers d'en-tête, et documentation pour développer
527 des programmes s'exécutant en clients X. Cela comprend la Bibliothéque
528 Xlib de base aussi bien que les ensembles de widgets Xt et Xaw. Pour
529 des informations sur la programmation avec ces Bibliothéques, Red Hat
530 recommande la série d'ouvrages sur la programmation X editée par
531 O'Reilly and Associates.
532
533 %description devel -l pl
534 Pliki nag³ówkowe, dokumentcja dla programistów rozwijaj±cych aplikacje
535 klienckie pod X Window. Zawiera podstawow± bibliotekê Xlib a tak¿e Xt
536 i Xaw. Wiêcej informacji nt. pisania programów przy u¿yciu tych
537 bibliotek mo¿esz znale¼æ w ksi±¿kach wydawnictwa O'Reilly and
538 Associates (X Programming) polecanych przez Red Hata.
539
540 %description devel -l tr
541 X istemcisi olarak çalýþacak programlar geliþtirmek için gereken
542 statik kitaplýklar, baþlýk dosyalarý ve belgeler. Xlib kitaplýðýnýn
543 yanýsýra Xt ve Xaw arayüz kitaplýklarýný da içerir.
544
545 %package driver-apm
546 Summary:        Alliance Promotion video driver
547 Summary(pl):    Sterownik do kart Alliance Promotion
548 Group:          X11/XFree86
549 Requires:       %{name}-modules = %{version}-%{release}
550 Requires:       %{name}-Xserver = %{version}-%{release}
551 Obsoletes:      XFree86-Alliance
552
553 %description driver-apm
554 Alliance Promotion driver.
555
556 %description driver-apm -l pl
557 Sterownik do kart Alliance Promotion.
558
559 %package driver-ark
560 Summary:        Ark Logic video driver
561 Summary(pl):    Sterownik do kart Ark Logic
562 Group:          X11/XFree86
563 Requires:       %{name}-modules = %{version}-%{release}
564 Requires:       %{name}-Xserver = %{version}-%{release}
565
566 %description driver-ark
567 Ark Logic driver.
568
569 %description driver-ark -l pl
570 Sterownik do kart Ark Logic.
571
572 %package driver-ati
573 Summary:        ATI video driver
574 Summary(pl):    Sterownik do kart ATI
575 Group:          X11/XFree86
576 Requires:       %{name}-modules = %{version}-%{release}
577 Requires:       %{name}-Xserver = %{version}-%{release}
578 Obsoletes:      XFree86-ATI XFree86-Mach32 XFree86-Mach64
579
580 %description driver-ati
581 ATI video driver.
582
583 %description driver-ati -l pl
584 Sterownik do kart ATI.
585
586 %package driver-r128
587 Summary:        ATI Rage 128 video driver
588 Summary(pl):    Sterownik do kart ATI Rage 128
589 Group:          X11/XFree86
590 Requires:       %{name}-modules = %{version}-%{release}
591 Requires:       %{name}-Xserver = %{version}-%{release}
592 Requires:       %{name}-driver-ati = %{version}-%{release}
593 Requires:       OpenGL
594 Conflicts:      XFree86-driver-nvidia
595 Obsoletes:      XFree86-Rage128
596
597 %description driver-r128
598 ATI Rage 128 video driver.
599
600 %description driver-r128 -l pl
601 Sterownik do kart ATI Rage 128.
602
603 %package driver-radeon
604 Summary:        ATI Radeon video driver
605 Summary(pl):    Sterownik do kart ATI Radeon
606 Group:          X11/XFree86
607 Requires:       %{name}-modules = %{version}-%{release}
608 Requires:       %{name}-Xserver = %{version}-%{release}
609 Requires:       %{name}-driver-ati = %{version}-%{release}
610 Requires:       OpenGL
611 Conflicts:      XFree86-driver-nvidia
612
613 %description driver-radeon
614 ATI Radeon video driver.
615
616 %description driver-radeon -l pl
617 Sterownik do kart ATI Radeon.
618
619 %package driver-chips
620 Summary:        Chips and Technologies video driver
621 Summary(pl):    Sterownik do kart na uk³adach Chips and Technologies
622 Group:          X11/XFree86
623 Requires:       %{name}-modules = %{version}-%{release}
624 Requires:       %{name}-Xserver = %{version}-%{release}
625 Obsoletes:      XFree86-ChipsTechnologies
626
627 %description driver-chips
628 Chips and Technologies video driver.
629
630 %description driver-chips -l pl
631 Sterownik do kart na uk³adach Chips and Technologies.
632
633 %package driver-cirrus
634 Summary:        Cirrus Logic video driver
635 Summary(pl):    Sterownik do kart Cirrus Logic
636 Group:          X11/XFree86
637 Requires:       %{name}-modules = %{version}-%{release}
638 Requires:       %{name}-Xserver = %{version}-%{release}
639 Obsoletes:      XFree86-Cirrus
640
641 %description driver-cirrus
642 Cirrus Logic video driver.
643
644 %description driver-cirrus -l pl
645 Sterownik do kart Cirrus Logic.
646
647 %package driver-cyrix
648 Summary:        Cyrix video driver
649 Summary(pl):    Sterownik do grafiki na uk³adzie Cyrix MediaGX
650 Group:          X11/XFree86
651 Requires:       %{name}-modules = %{version}-%{release}
652 Requires:       %{name}-Xserver = %{version}-%{release}
653 Obsoletes:      XFree86-Cyrix
654
655 %description driver-cyrix
656 Cyrix video driver.
657
658 %description driver-cyrix -l pl
659 Sterownik do grafiki na uk³adzie Cyrix MediaGX.
660
661 %package driver-fbdev
662 Summary:        Video driver for framebuffer device
663 Summary(pl):    Sterownik korzystaj±cy z framebuffera
664 Group:          X11/XFree86
665 Requires:       %{name}-modules = %{version}-%{release}
666 Requires:       %{name}-Xserver = %{version}-%{release}
667 Obsoletes:      XFree86-FBDev
668
669 %description driver-fbdev
670 Non-accelerated video driver for framebuffer device.
671
672 %description driver-fbdev -l pl
673 Nieakcelerowany sterownik korzystaj±cy z framebuffera.
674
675 %package driver-ffb
676 Summary:        Video driver for DRI sparc framebuffer device
677 Summary(pl):    Sterownik do framebuffera DRI na sparc
678 Group:          X11/XFree86
679 Requires:       %{name}-modules = %{version}-%{release}
680 Requires:       %{name}-Xserver = %{version}-%{release}
681
682 %description driver-ffb
683 Video driver for DRI sparc framebuffer device.
684
685 %description driver-ffb -l pl
686 Sterownik do framebuffera DRI na sparc.
687
688 %package driver-glide
689 Summary:        3Dfx Voodoo1 and Voodoo2 video driver
690 Summary(pl):    Sterownik do kart 3Dfx Voodoo1 i Voodoo2
691 Group:          X11/XFree86
692 Requires:       %{name}-modules = %{version}-%{release}
693 Requires:       %{name}-Xserver = %{version}-%{release}
694
695 %description driver-glide
696 Voodoo1 and Voodoo2 video driver.
697
698 %description driver-glide -l pl
699 Sterownik do kart Voodoo1 i Voodoo2 firmy 3Dfx.
700
701 %package driver-glint
702 Summary:        GLINT/Permedia video driver
703 Summary(pl):    Sterownik do kart GLINT i Permedia
704 Group:          X11/XFree86
705 Requires:       %{name}-modules = %{version}-%{release}
706 Requires:       %{name}-Xserver = %{version}-%{release}
707 Requires:       OpenGL
708 Conflicts:      XFree86-driver-nvidia
709 Obsoletes:      XFree86-3DLabs
710
711 %description driver-glint
712 GLINT/Permedia video driver.
713
714 %description driver-glint -l pl
715 Sterownik do kart GLINT i Permedia.
716
717 %package driver-i128
718 Summary:        Number 9 I128 video driver
719 Summary(pl):    Sterownik do kart Number 9 I128
720 Group:          X11/XFree86
721 Requires:       %{name}-modules = %{version}-%{release}
722 Requires:       %{name}-Xserver = %{version}-%{release}
723 Obsoletes:      XFree86-I128
724
725 %description driver-i128
726 Number 9 I128 video driver.
727
728 %description driver-i128 -l pl
729 Sterownik do kart Number 9 I128.
730
731 %package driver-i740
732 Summary:        Intel i740 video driver
733 Summary(pl):    Sterownik do kart na uk³adzie Intel i740
734 Group:          X11/XFree86
735 Requires:       %{name}-modules = %{version}-%{release}
736 Requires:       %{name}-Xserver = %{version}-%{release}
737 Obsoletes:      XFree86-i740
738
739 %description driver-i740
740 Intel i740 video driver.
741
742 %description driver-i740 -l pl
743 Sterownik do kart na uk³adzie Intel i740.
744
745 %package driver-i810
746 Summary:        Intel i810/i815 video driver
747 Summary(pl):    Sterownik do grafiki na uk³adach Intel i810 i i815
748 Group:          X11/XFree86
749 Requires:       %{name}-modules = %{version}-%{release}
750 Requires:       %{name}-Xserver = %{version}-%{release}
751 Requires:       OpenGL
752 Conflicts:      XFree86-driver-nvidia
753 Obsoletes:      XFree86-i810
754
755 %description driver-i810
756 Intel i810/i815 video driver.
757
758 %description driver-i810 -l pl
759 Sterownik do grafiki na uk³adach Intel i810 i i815.
760
761 %package driver-mga
762 Summary:        Matrox video driver
763 Summary(pl):    Sterownik do kart Matrox
764 Group:          X11/XFree86
765 Requires:       %{name}-modules = %{version}-%{release}
766 Requires:       %{name}-Xserver = %{version}-%{release}
767 Requires:       OpenGL
768 Conflicts:      XFree86-driver-nvidia
769 Obsoletes:      XFree86-mga
770
771 %description driver-mga
772 Matrox video driver.
773
774 %description driver-mga -l pl
775 Sterownik do kart Matrox.
776
777 %package driver-neomagic
778 Summary:        NeoMagic video driver
779 Summary(pl):    Sterownik do kart NeoMagic
780 Group:          X11/XFree86
781 Requires:       %{name}-modules = %{version}-%{release}
782 Requires:       %{name}-Xserver = %{version}-%{release}
783 Obsoletes:      XFree86-NeoMagic
784
785 %description driver-neomagic
786 NeoMagic video driver.
787
788 %description driver-neomagic -l pl
789 Sterownik do kart NeoMagic.
790
791 %package driver-nv
792 Summary:        nVidia video driver
793 Summary(pl):    Sterownik do kart na uk³adach firmy nVidia
794 Group:          X11/XFree86
795 Requires:       %{name}-modules = %{version}-%{release}
796 Requires:       %{name}-Xserver = %{version}-%{release}
797 Obsoletes:      XFree86-NVidia
798
799 %description driver-nv
800 nVidia video driver. Supports Riva128, RivaTNT, GeForce.
801
802 %description driver-nv -l pl
803 Sterownik do kart na uk³adach firmy nVidia: Riva128, RivaTNT, GeForce.
804
805 %package driver-rendition
806 Summary:        Rendition video driver
807 Summary(pl):    Sterownik do kart Rendition
808 Group:          X11/XFree86
809 Requires:       %{name}-modules = %{version}-%{release}
810 Requires:       %{name}-Xserver = %{version}-%{release}
811 Obsoletes:      XFree86-Rendition
812
813 %description driver-rendition
814 Rendition/Micron video driver.
815
816 %description driver-rendition -l pl
817 Sterownik do kart Verite firmowanych przez Rendition/Micron.
818
819 %package driver-s3virge
820 Summary:        S3 ViRGE/Trio3D video driver
821 Summary(pl):    Sterownik do kart na uk³adach S3 ViRGE i Trio3D
822 Group:          X11/XFree86
823 Requires:       %{name}-modules = %{version}-%{release}
824 Requires:       %{name}-Xserver = %{version}-%{release}
825 Obsoletes:      XFree86-S3V
826
827 %description driver-s3virge
828 S3 ViRGE/Trio3D video driver.
829
830 %description driver-s3virge -l pl
831 Sterownik do kart na uk³adach S3 ViRGE i Trio3D.
832
833 %package driver-s3
834 Summary:        S3 Trio video driver
835 Summary(pl):    Sterownik do kart na uk³adach S3 Trio
836 Group:          X11/XFree86
837 Requires:       %{name}-modules = %{version}-%{release}
838 Requires:       %{name}-Xserver = %{version}-%{release}
839 Obsoletes:      XFree86-S3
840
841 %description driver-s3
842 S3 Trio video driver.
843
844 %description driver-s3 -l pl
845 Sterownik do kart na uk³adach S3 Trio.
846
847 %package driver-savage
848 Summary:        S3 Savage video driver
849 Summary(pl):    Sterownik do kart na uk³adach S3 Savage
850 Group:          X11/XFree86
851 Requires:       %{name}-modules = %{version}-%{release}
852 Requires:       %{name}-Xserver = %{version}-%{release}
853
854 %description driver-savage
855 S3 Savage video driver.
856
857 %description driver-savage -l pl
858 Sterownik do kart na uk³adach S3 Savage.
859
860 %package driver-siliconmotion
861 Summary:        Silicon Motion video driver
862 Summary(pl):    Sterownik do kart na uk³adach Silicon Motion
863 Group:          X11/XFree86
864 Requires:       %{name}-modules = %{version}-%{release}
865 Requires:       %{name}-Xserver = %{version}-%{release}
866
867 %description driver-siliconmotion
868 Silicon Motion video driver.
869
870 %description driver-siliconmotion -l pl
871 Sterownik do kart na uk³adach Lynx firmy Silicon Motion.
872
873 %package driver-sis
874 Summary:        SiS video driver
875 Summary(pl):    Sterownik do kart na uk³adach SiS
876 Group:          X11/XFree86
877 Requires:       %{name}-modules = %{version}-%{release}
878 Requires:       %{name}-Xserver = %{version}-%{release}
879 Obsoletes:      XFree86-SiS
880
881 %description driver-sis
882 SiS video driver.
883
884 %description driver-sis -l pl
885 Sterownik do kart na uk³adach SiS.
886
887 %package driver-sunbw2
888 Summary:        sunbw2 - Sun BW2 video driver
889 Summary(pl):    Sterownik do monochromatycznego framebuffera BW2 na Sunie
890 Group:          X11/XFree86
891 Requires:       %{name}-modules = %{version}-%{release}
892 Requires:       %{name}-Xserver = %{version}-%{release}
893 Obsoletes:      XFree86-SunMono
894
895 %description driver-sunbw2
896 sunbw2 - Sun BW2 video driver.
897
898 %description driver-sunbw2 -l pl
899 Sterownik do monochromatycznego framebuffera BW2 na Sunie.
900
901 %package driver-suncg14
902 Summary:        suncg14 - Sun CG14 video driver
903 Summary(pl):    Sterownik do kolorowego framebuffera CG14 na Sunie
904 Group:          X11/XFree86
905 Requires:       %{name}-modules = %{version}-%{release}
906 Requires:       %{name}-Xserver = %{version}-%{release}
907
908 %description driver-suncg14
909 suncg14 - Sun CG14 video driver.
910
911 %description driver-suncg14 -l pl
912 Sterownik do kolorowego framebuffera CG14 na Sunie.
913
914 %package driver-suncg3
915 Summary:        suncg3 - Sun CG3 video cards driver
916 Summary(pl):    Sterownik do kolorowego framebuffera CG3 na Sunie
917 Group:          X11/XFree86
918 Requires:       %{name}-modules = %{version}-%{release}
919 Requires:       %{name}-Xserver = %{version}-%{release}
920
921 %description driver-suncg3
922 suncg3 - Sun CG3 video cards driver.
923
924 %description driver-suncg3 -l pl
925 Sterownik do kolorowego framebuffera CG3 na Sunie.
926
927 %package driver-suncg6
928 Summary:        suncg6 - Sun GX and Turbo GX video driver
929 Summary(pl):    Sterownik do grafiki GX i Turbo GX na Sunie
930 Group:          X11/XFree86
931 Requires:       %{name}-modules = %{version}-%{release}
932 Requires:       %{name}-Xserver = %{version}-%{release}
933
934 %description driver-suncg6
935 suncg6 - Sun GX and Turbo GX video driver.
936
937 %description driver-suncg6 -l pl
938 Sterownik do grafiki GX i Turbo GX na Sunie.
939
940 %package driver-sunffb
941 Summary:        sunffb - Sun Creator, Creator 3D and Elite 3D video cards driver
942 Summary(pl):    Sterownik do kart Sun Creator, Creator 3D, Elite 3D
943 Group:          X11/XFree86
944 Requires:       %{name}-modules = %{version}-%{release}
945 Requires:       %{name}-Xserver = %{version}-%{release}
946
947 %description driver-sunffb
948 sunffb - Sun Creator, Creator 3D and Elite 3D video cards driver.
949
950 %description driver-sunffb -l pl
951 Sterownik do kart Sun Creator, Creator 3D, Elite 3D.
952
953 %package driver-sunleo
954 Summary:        sunleo - Sun Leo (ZX) video cards driver
955 Summary(pl):    Sterownik do kart Sun Leo (ZX)
956 Group:          X11/XFree86
957 Requires:       %{name}-modules = %{version}-%{release}
958 Requires:       %{name}-Xserver = %{version}-%{release}
959
960 %description driver-sunleo
961 sunleo - Sun Leo (ZX) video cards driver.
962
963 %description driver-sunleo -l pl
964 Sterownik do kart Sun Leo (ZX).
965
966 %package driver-suntcx
967 Summary:        suntcx - Sun TCX video cards driver
968 Summary(pl):    Sterownik do kart Sun TCX
969 Group:          X11/XFree86
970 Requires:       %{name}-modules = %{version}-%{release}
971 Requires:       %{name}-Xserver = %{version}-%{release}
972
973 %description driver-suntcx
974 suntcx - Sun TCX video cards driver.
975
976 %description driver-suntcx -l pl
977 Sterownik do kart Sun TCX.
978
979 %package driver-tdfx
980 Summary:        3Dfx video driver
981 Summary(pl):    Sterownik do kart 3Dfx
982 Group:          X11/XFree86
983 Requires:       %{name}-modules = %{version}-%{release}
984 Requires:       %{name}-Xserver = %{version}-%{release}
985 Requires:       OpenGL
986 Requires:       Glide3-DRI
987 Conflicts:      XFree86-driver-nvidia
988 Obsoletes:      XFree86-3dfx
989
990 %description driver-tdfx
991 3Dfx video driver. Supports Voodoo Banshee, Voodoo3, Voodoo4, Voodoo5.
992 For Banshee or Voodoo3, DRI driver requires Glide_V3-DRI package, for
993 Voodoo4 or Voodoo5 it requires Glide_V5-DRI package.
994
995 %description driver-tdfx -l pl
996 Sterownik do kart 3Dfx: Voodoo Banshee, Voodoo3, Voodoo4, Voodoo5.
997 Sterownik DRI wymaga pakietu Glide_V3-DRI do kart Banshee lub Voodoo3,
998 a Glide_V5-DRI do kart Voodoo4 lub Voodoo5.
999
1000 %package driver-tga
1001 Summary:        TGA video driver
1002 Summary(pl):    Sterownik do kart TGA
1003 Group:          X11/XFree86
1004 Requires:       %{name}-modules = %{version}-%{release}
1005 Requires:       %{name}-Xserver = %{version}-%{release}
1006 Obsoletes:      XFree86-TGA
1007
1008 %description driver-tga
1009 TGA video driver.
1010
1011 %description driver-tga -l pl
1012 Sterownik do kart TGA.
1013
1014 %package driver-trident
1015 Summary:        Trident video driver
1016 Summary(pl):    Sterownik do kart Trident
1017 Group:          X11/XFree86
1018 Requires:       %{name}-modules = %{version}-%{release}
1019 Requires:       %{name}-Xserver = %{version}-%{release}
1020 Obsoletes:      XFree86-Trident
1021
1022 %description driver-trident
1023 Trident video driver.
1024
1025 %description driver-trident -l pl
1026 Sterownik do kart Trident.
1027
1028 %package driver-tseng
1029 Summary:        Tseng Labs video driver
1030 Summary(pl):    Sterownik do kart Tseng Labs
1031 Group:          X11/XFree86
1032 Requires:       %{name}-modules = %{version}-%{release}
1033 Requires:       %{name}-Xserver = %{version}-%{release}
1034 Obsoletes:      XFree86-Tseng XFree86-W32
1035
1036 %description driver-tseng
1037 Tseng Labs video driver.
1038
1039 %description driver-tseng -l pl
1040 Sterownik do kart firmy Tseng Labs.
1041
1042 %package driver-vmware
1043 Summary:        VMWare SVGA emulated video driver
1044 Summary(pl):    Sterownik do emulacji karty SVGA dostêpnej pod VMware
1045 Group:          X11/XFree86
1046 Requires:       %{name}-modules = %{version}-%{release}
1047 Requires:       %{name}-Xserver = %{version}-%{release}
1048
1049 %description driver-vmware
1050 VMware emulated SVGA video driver. Necessary if you run Linux on
1051 VMware virtual machine.
1052
1053 %description driver-vmware -l pl
1054 Sterownik do emulacji karty SVGA dostêpnej pod VMware. Przydatny,
1055 je¶li uruchamiasz Linuksa na wirtualnej maszynie VMware.
1056
1057 %package libs
1058 Summary:        X11R6 shared libraries
1059 Summary(de):    X11R6 shared Libraries
1060 Summary(es):    Bibliotecas compartidas X11R6
1061 Summary(pl):    Biblioteki dzielone dla X11R6
1062 Summary(fr):    Bibliothèques partagées X11R6
1063 Summary(pt_BR): Bibliotecas compartilhadas X11R6
1064 Group:          X11/XFree86
1065 PreReq:         grep
1066 Requires:       %{name}-common = %{version}
1067 Obsoletes:      xpm
1068 Provides:       xpm
1069
1070 %ifarch sparc sparc64
1071 Obsoletes:      X11R6.1-libs
1072 %endif
1073
1074 %description libs
1075 XFree86-libs contains the shared libraries that most X programs need
1076 to run properly. These shared libraries are in a separate package in
1077 order to reduce the disk space needed to run X applications on a
1078 machine without an X server (i.e, over a network).
1079
1080 If you are installing the X Window System on your machine, you will
1081 need to install XFree86-libs. You will also need to install the
1082 XFree86 package, XFree86-Xserver, one of the XFree86-driver-*,
1083 XFree86-fonts, XFree86-fonts-ISO8859-1, optionally some of the other
1084 fonts (choose 75dpi or 100dpi depending upon your monitor's
1085 resolution), the XFree86-setup and the XFree86-tools. And, finally, if
1086 you are going to be developing applications that run as X clients, you
1087 will also need to install XFree86-devel.
1088
1089 %description libs -l de
1090 Dieses Paket enthält die zur gemeinsamen Nutzung vorgesehenen
1091 Libraries, die die meisten X-Programme für den einwandfreien Betrieb
1092 benötigen. Sie wurden in einem separaten Paket untergebracht, um den
1093 Festplattenspeicherplatz auf Computern zu reduzieren, die ohne einen
1094 X- Server (über ein Netz) arbeiten.
1095
1096 %description libs -l es
1097 Este paquete contiene bibliotecas compartidas que la mayoría de los
1098 programas X necesitan para ejecutarse correctamente. Están en un
1099 paquete a parte, para reducir el espacio en disco necesario para
1100 ejecutar aplicaciones X en una máquina sin un servidor X (a través de
1101 la red).
1102
1103 %description libs -l fr
1104 Ce paquetage contient les bibliothèques partagées nécessaires à de
1105 nombreux programmes X. Elles se trouvent dans un paquetage séparé afin
1106 de réduire l'espace disque nécessaire à l'exécution des applications X
1107 sur une machine sans serveur X (en réseau).
1108
1109 %description libs -l pl
1110 Pakiet zawieraj±cy podstawowe biblioteki potrzebne wiêkszo¶ci
1111 programów korzystaj±cych z systemu X Window. Wydzielony w celu
1112 oszczêdno¶ci miejsca potrzebnego do uruchamiania aplikacji X Window na
1113 komputerach bez X serwera (np. przez sieæ).
1114
1115 %description libs -l tr
1116 Bu paket X programlarýnýn düzgün çalýþabilmeleri için gereken
1117 kitaplýklarý içerir. Bunlar, X programlarýný (sunucu olsun olmasýn)
1118 çalýþtýrmak için gerekli disk alanýný azaltmak için ayrý bir paket
1119 olarak sunulmuþtur.
1120
1121 %description libs -l pt_BR
1122 Este pacote contém bibliotecas compartilhadas que a maioria dos
1123 programas X precisam para rodar corretamente. Eles estão em um pacote
1124 separado para reduzir o espaço em disco necessário para rodar
1125 aplicações X em uma máquina sem um servidor X (através da rede).
1126
1127 %package modules
1128 Summary:        Modules with X servers extensions
1129 Summary(pl):    Wspólne dla wszystkich X serwerów modu³y rozszerzeñ
1130 Group:          X11/XFree86
1131
1132 %description modules
1133 Modules with X servers extensions.
1134
1135 %description modules -l pl
1136 Wspólne dla wszystkich X serwerów modu³y rozszerzeñ.
1137
1138 %package module-PEX
1139 Summary:        PEX extension module
1140 Summary(pl):    Modu³ rozszerzenia PEX
1141 Group:          X11/XFree86
1142 Requires:       %{name}-modules = %{version}
1143
1144 %description module-PEX
1145 PEX extension module for X server. Since XFree86 4.2.0 it's no longer
1146 included by default.
1147
1148 %description module-PEX -l pl
1149 Modu³ rozszerzenia PEX dla X serwera. Od wersji XFree86 4.2.0 nie jest
1150 ju¿ do³±czane domy¶lnie.
1151
1152 %package module-XIE
1153 Summary:        XIE extension module
1154 Summary(pl):    Modu³ rozszerzenia XIE
1155 Group:          X11/XFree86
1156 Requires:       %{name}-modules = %{version}
1157
1158 %description module-XIE
1159 XIE (X Image Extension) extension module for X server. Since XFree86
1160 4.2.0 it's no longer included by default.
1161
1162 %description module-XIE -l pl
1163 Modu³ rozszerzenia XIE (X Image Extension) dla X serwera. Od wersji
1164 XFree86 4.2.0 nie jest ju¿ do³±czane domy¶lnie.
1165
1166 %package setup
1167 Summary:        Graphical configuration tool for XFree86
1168 Summary(pl):    Graficzny konfigurator dla XFree86
1169 Group:          X11/XFree86
1170 Requires:       %{name}-Xserver = %{version}
1171 Obsoletes:      XFree86-xf86cfg
1172
1173 %description setup
1174 Setup containst a configuration tool for the XFree86 family of
1175 servers. It allows you to configure video settings, keyboard layouts,
1176 mouse type, and other miscellaneous options. It is slow however, and
1177 requires the generic VGA 16 color server be available.
1178
1179 %description setup -l pl
1180 Pakiet setup zawiera narzêdzia do konfiguracji XFree86. Pozwala na
1181 skonfigurowanie ustawieñ obrazu, klawiatury, typu myszki i innych
1182 ró¿nych rzeczy. Jednak¿e jest wolny i wymaga dostêpno¶ci serwera do
1183 standardowej 16-kolorowej VGA.
1184
1185 %package static
1186 Summary:        X11R6 static libraries
1187 Summary(pl):    Biblioteki statyczne X11R6
1188 Group:          X11/Libraries
1189 Requires:       %{name}-devel = %{version}
1190 %ifarch sparc sparc64
1191 Obsoletes:      X11R6.1-devel
1192 %endif
1193 Obsoletes:      xpm-static
1194 #Obsoletes:     Mesa-static
1195
1196 %description static
1197 X11R6 static libraries.
1198
1199 %description static -l pl
1200 Biblioteki statyczne X11R6.
1201
1202 %package tools
1203 Summary:        Various tools for XFree86
1204 Summary(pl):    Ró¿ne narzêdzia dla XFree86
1205 Group:          X11/XFree86
1206 Requires:       %{name} >= %{version}
1207 Requires:       XFree86-libs = %{version}
1208 Requires:       man-config
1209 Obsoletes:      X11R6-contrib
1210
1211 %description tools
1212 Various tools for X, including listres, xbiff, xedit, xeyes, xcalc,
1213 xload and xman, among others.
1214
1215 If you're using X, you should install XFree86-tools. You will also
1216 need to install the XFree86 package, the XFree86 package which
1217 corresponds to your video card, some of the XFree86 fonts packages,
1218 the XFree86-setup package and the XFree86-libs package.
1219
1220 Finally, if you are going to develop applications that run as X
1221 clients, you will also need to install XFree86-devel.
1222
1223 This package contains all applications that used to be in
1224 X11R6-contrib in older releases.
1225
1226 %description tools -l pl
1227 Ró¿ne narzêdzia dla X, w tym listres, xbiff, xedit, xeyes, xcalc,
1228 xload, xman i inne.
1229
1230 Je¶li u¿ywasz Xów powiniene¶ zainstalowaæ XFree86-tools. Bêdziesz
1231 równie¿ musia³ zainstalowaæ pakiet XFree86, pakiet odpowiadaj±cy
1232 Twojej karcie graficznej, jeden z pakietów z fontami, pakiet
1233 Xconfigurator oraz XFree86-libs.
1234
1235 Wreszcie, je¶li zamierzasz tworzyæ aplikacje, które dzia³aj± jako
1236 klienci X, bêdziesz musia³ zainstalowaæ równie¿ XFree86-devel.
1237
1238 Ten pakiet zawiera aplikacje, które by³y w X11R6-contrib w starszych
1239 wersjach X.
1240
1241 %package -n sessreg
1242 Summary:        sessreg - manage utmp/wtmp entries for non-init clients
1243 Summary(pl):    Program do zarz±dzania wpisami w utmp/wtmp
1244 Group:          X11/XFree86
1245
1246 %description -n sessreg
1247 sessreg is a simple program for managing utmp/wtmp entries for xdm
1248 sessions.
1249
1250 System V has a better interface to /var/run/utmp than BSD; it
1251 dynamically allocates entries in the file, instead of writing them at
1252 fixed positions indexed by position in /etc/ttys.
1253
1254 %description -n sessreg -l pl
1255 sessreg jest prostym programem do zarz±dzania wpisami w utmp/wtmp dla
1256 sesji xdm.
1257
1258 System V ma lepszy ni¿ BSD interfejs do /var/run/utmp; dynamicznie
1259 alokuje wpisy w pliku, zamiast zapisywania ich na ustalonych pozycjach
1260 indeksowanych po³o¿eniem w /etc/ttys.
1261
1262 %package -n twm
1263 Summary:        Tab Window Manager for the X Window System
1264 Summary(pl):    Twm - podstawowy zarz±dca okien dla X Window System
1265 Group:          X11/Window Managers
1266 Requires:       XFree86-libs = %{version}
1267
1268 %description -n twm
1269 Twm is a window manager for the X Window System. It provides
1270 titlebars, shaped windows, several forms of icon management,
1271 user-defined macro functions, click-to-type and pointerdriven keyboard
1272 focus, and user-specified key and pointer button bindings.
1273
1274 %description -n twm -l pl
1275 Twm jest mened¿erem okien dla X Window System. Daje belki tytu³owe,
1276 ramki okien, parê form zarz±dzania ikonami, definiowalne makra,
1277 ustawianie focusu klikniêciem lub po³o¿eniem wska¼nika myszy,
1278 definiowalne przypisania klawiszy i przycisków myszy.
1279
1280 %package -n xauth
1281 Summary:        xauth - X authority file utility
1282 Summary(pl):    xauth - narzêdzie do plików X authority
1283 Group:          X11/XFree86
1284 Requires:       %{name}-libs = %{version}
1285
1286 %description -n xauth
1287 The xauth program is used to edit and display the authorization
1288 information used in connecting to the X server. This program is
1289 usually used to extract authorization records from one machine and
1290 merge them in on another (as is the case when using remote logins or
1291 granting access to other users).
1292
1293 %description -n xauth -l pl
1294 Program xauth s³u¿y do edycji i wy¶wietlania informacji
1295 autoryzacyjnych u¿ywanych przy ³±czeniu z Xserwerem. Ten program
1296 przewa¿nie jest u¿ywany do wyci±gania rekordów autoryzacji z jednej
1297 maszyny i do³±czania ich na innej (w celu umo¿liwienia zdalnego
1298 logowania lub udostêpnienia innym u¿ytkownikom).
1299
1300 %package -n xdm
1301 Summary:        xdm - X Display Manager with support for XDMCP, host chooser
1302 Summary(pl):    XDM - display mened¿er z obs³ug± XDMCP i wybieraniem hostów
1303 Group:          X11/XFree86
1304 Requires:       %{name} = %{version}
1305 Requires:       pam >= 0.71
1306 Requires:       %{name}-libs = %{version}
1307 Requires:       sessreg = %{version}
1308 Requires:       /usr/X11R6/bin/sessreg
1309 Provides:       XDM
1310 PreReq:         chkconfig
1311 Obsoletes:      XFree86-xdm
1312 Obsoletes:      gdm
1313 Obsoletes:      kdm
1314
1315 %description -n xdm
1316 Xdm manages a collection of X displays, which may be on the local host
1317 or remote servers. The design of xdm was guided by the needs of X
1318 terminals as well as the X Consortium standard XDMCP, the X Display
1319 Manager Control Protocol.
1320
1321 %description -n xdm -l pl
1322 Xdm zarz±dza zestawem ekranów X, które mog± byæ lokalne lub na
1323 zdalnych serwerach. Zosta³ zaprojektowany zgodnie z potrzebami X
1324 terminali oraz standardem X Consortium XDMCP.
1325
1326 %package -n xfs
1327 Summary:        Font server for XFree86
1328 Summary(pl):    Serwer fontów dla XFree86
1329 Group:          X11/XFree86
1330 Requires:       %{name}-libs = %{version}
1331 Requires:       XFree86-fonts-base
1332 PreReq:         chkconfig
1333 Requires(pre):  /bin/id
1334 Requires(pre):  /usr/bin/getgid
1335 Requires(pre):  /usr/sbin/useradd
1336 Requires(pre):  /usr/sbin/groupadd
1337 Requires(postun):       /usr/sbin/groupdel
1338 Requires(postun):       /usr/sbin/userdel
1339 Obsoletes:      xfsft XFree86-xfs
1340
1341 %description -n xfs
1342 This is a font server for XFree86. You can serve fonts to other X
1343 servers remotely with this package, and the remote system will be able
1344 to use all fonts installed on the font server, even if they are not
1345 installed on the remote computer.
1346
1347 %description -n xfs -l pl
1348 Pakiet zawiera serwer fontów dla XFree86. Mo¿e udostêpniaæ fonty dla X
1349 serwerów lokalnych lub zdalnych.
1350
1351 #--- %prep ---------------------------
1352
1353 %prep
1354 %setup -q -c -a1
1355 %patch0 -p1
1356 %patch1 -p1
1357 %patch2 -p1
1358 %patch3 -p1
1359 %patch4 -p1
1360 %patch5 -p0
1361 # not ready yet
1362 #%patch6 -p0
1363 %patch7 -p1
1364 %patch8 -p1
1365 %patch9 -p1
1366 %patch10 -p1
1367 %patch11 -p0
1368 %patch12 -p1
1369 %patch13 -p1
1370 %patch14 -p1
1371 %patch15 -p1
1372 %patch16 -p1
1373 %patch17 -p1
1374 %patch18 -p1
1375 #%patch19 -p1
1376 %patch20 -p1
1377 %patch21 -p1
1378 %patch22 -p1
1379 %patch23 -p1
1380 %patch24 -p1
1381 %patch25 -p1
1382 %patch26 -p1
1383 %patch27 -p1
1384 %ifarch sparc sparc64
1385 # needs updating (14 rejects)
1386 #%patch28 -p1
1387 %endif
1388 # don't see what exatly it is doing, is it needed now?
1389 # could someone else look at it (rejects)
1390 #%patch29 -p1
1391 %patch30 -p1
1392 %patch31 -p1
1393 %patch32 -p1
1394 %patch33 -p1
1395 %patch34 -p1
1396
1397 rm -f xc/config/cf/host.def
1398
1399 # New ATI drivers
1400 cd xc/programs/Xserver/hw/xfree86/drivers
1401 bzcat %{SOURCE16} | tar x
1402 # ati.2 directory
1403
1404 #--- %build --------------------------
1405
1406 %build
1407 %{__make} -S -C xc World DEFAULT_OS_CPU_FROB=%{_target_cpu} \
1408         "BOOTSTRAPCFLAGS=%{rpmcflags}" \
1409         "CCOPTIONS=%{rpmcflags}" \
1410         "CXXOPTIONS=%{rpmcflags}" \
1411         "CXXDEBUGFLAGS=" "CDEBUGFLAGS="
1412
1413 %ifnarch alpha
1414 %{__make} -C xc/programs/Xserver/hw/xfree86/drivers SUBDIRS="ati.2" Makefiles
1415 %{__make} -C xc/programs/Xserver/hw/xfree86/drivers SUBDIRS="ati.2" all \
1416         "BOOTSTRAPCFLAGS=%{rpmcflags}" \
1417         "CCOPTIONS=%{rpmcflags}" \
1418         "CXXOPTIONS=%{rpmcflags}" \
1419         "CXXDEBUGFLAGS=" "CDEBUGFLAGS="
1420 %endif
1421
1422 #--- %install ------------------------
1423
1424 %install
1425 rm -rf $RPM_BUILD_ROOT
1426 install -d $RPM_BUILD_ROOT/etc/{X11,pam.d,rc.d/init.d,security/console.apps,sysconfig} \
1427         $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/{cs,da,de,es,fr,hu,it,ja,ko,nl,pl,pt,ru,sk,zh_CN.gb2312,zh_TW.big5} \
1428         $RPM_BUILD_ROOT%{_datadir}/{misc,sounds} \
1429         $RPM_BUILD_ROOT%{_sbindir} \
1430         $RPM_BUILD_ROOT/usr/{bin,include,lib} \
1431         $RPM_BUILD_ROOT/var/{log,lib/xkb} \
1432         $RPM_BUILD_ROOT{%{_applnkdir}/{Utilities,Terminals},%{_pixmapsdir}/mini} \
1433         $RPM_BUILD_ROOT%{_wmpropsdir}
1434
1435 %{__make} -C xc "DESTDIR=$RPM_BUILD_ROOT" \
1436                 "DOCDIR=/usr/share/doc/%{name}-%{version}" \
1437                 "INSTBINFLAGS=-m 755" \
1438                 "INSTPGMFLAGS=-m 755" \
1439                 "RAWCPP=/lib/cpp" \
1440                 "BOOTSTRAPCFLAGS=%{rpmcflags}" \
1441                 "CCOPTIONS=%{rpmcflags}" \
1442                 "CXXOPTIONS=%{rpmcflags}" \
1443                 "CXXDEBUGFLAGS=" "CDEBUGFLAGS=" \
1444                 install install.man
1445
1446 %ifnarch alpha
1447 install -d $RPM_BUILD_ROOT%{_libdir}/modules/drivers/ati.2/
1448 install xc/programs/Xserver/hw/xfree86/drivers/ati.2/*_drv.o \
1449         $RPM_BUILD_ROOT%{_libdir}/modules/drivers/ati.2/
1450 %endif
1451
1452 # setting default X
1453 rm -f $RPM_BUILD_ROOT%{_bindir}/X
1454 ln -sf XFree86 $RPM_BUILD_ROOT%{_bindir}/X
1455
1456 # setting ghost X in /etc/X11 -- xf86config will fix this ...
1457 ln -sf ../..%{_bindir}/XFree86 $RPM_BUILD_ROOT%{_sysconfdir}/X11/X
1458
1459 # add X11 links in /usr/bin, /usr/lib /usr/include
1460 ln -sf ../X11R6/include/X11 $RPM_BUILD_ROOT/usr/include/X11
1461 ln -sf ../X11R6/lib/X11 $RPM_BUILD_ROOT/usr/lib/X11
1462 ln -sf ../X11R6/bin $RPM_BUILD_ROOT/usr/bin/X11
1463
1464 # fix libGL*.so links
1465 rm -f $RPM_BUILD_ROOT%{_libdir}/libGL*.so
1466 ln -sf libGL.so.1 $RPM_BUILD_ROOT%{_libdir}/libGL.so
1467 ln -sf libGLU.so.1 $RPM_BUILD_ROOT%{_libdir}/libGLU.so
1468
1469 # set up PLD xdm config
1470 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/{*Console,Xaccess,Xsession,Xsetup*}
1471 install xdm-xinitrc-*/pixmaps/* $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/pixmaps/
1472 install xdm-xinitrc-*/{*Console,Xaccess,Xsession,Xsetup*} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/
1473
1474 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/xdm
1475 install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/xserver
1476 install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/xdm
1477 install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/xfs
1478 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/X11/fs/config
1479 install %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/pl/XTerm
1480
1481 install %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/xdm
1482 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/xfs
1483
1484 install %{SOURCE10} $RPM_BUILD_ROOT%{_wmpropsdir}/twm.desktop
1485 install %{SOURCE11} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
1486 install %{SOURCE12} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
1487 install %{SOURCE13} $RPM_BUILD_ROOT%{_applnkdir}/Terminals
1488
1489 install %{SOURCE14} $RPM_BUILD_ROOT%{_datadir}/pixmaps
1490
1491 bzip2 -dc %{SOURCE15} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
1492
1493 > $RPM_BUILD_ROOT/etc/security/console.apps/xserver
1494 > $RPM_BUILD_ROOT/etc/security/blacklist.xserver
1495 > $RPM_BUILD_ROOT/etc/security/blacklist.xdm
1496
1497 ln -sf %{_fontsdir} $RPM_BUILD_ROOT%{_libdir}/X11/fonts
1498
1499 # do not duplicate xkbcomp program
1500 rm -f $RPM_BUILD_ROOT%{_libdir}/X11/xkb/xkbcomp
1501 ln -sf %{_bindir}/xkbcomp $RPM_BUILD_ROOT%{_sysconfdir}/X11/xkb/xkbcomp
1502
1503 ln -sf ../../../share/doc/%{name}-%{version} \
1504         $RPM_BUILD_ROOT%{_libdir}/X11/doc
1505
1506 rm -f $RPM_BUILD_ROOT%{_libdir}/X11/config/host.def
1507
1508 :> $RPM_BUILD_ROOT%{_libdir}/X11/config/host.def
1509 :> $RPM_BUILD_ROOT%{_sysconfdir}/X11/XF86Config
1510
1511 rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/html
1512
1513 # directories for applications locales
1514 echo '%defattr(644,root,root,755)' > XFree86-libs.lang
1515 for lang in af az bg bg_BG.cp1251 br ca cs da de el en_GB eo es et eu fi \
1516         fr ga gl he hr hu is it ja ko lt mi mk nl nn no pl pt pt_BR ro ru sk \
1517         sl sr sv ta th tr uk wa zh_CN zh_CN.GB2312 zh_TW.Big5 ; do
1518         install -d $RPM_BUILD_ROOT%{_datadir}/locale/${lang}/LC_MESSAGES
1519         echo "%lang(${lang}) %{_datadir}/locale/${lang}" >> XFree86-libs.lang
1520 done
1521
1522 %ifnarch sparc sparc64
1523 gzip -9nf $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/*
1524
1525 # don't gzip README.* files, they are needed by XF86Setup
1526 gunzip $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/README.*
1527 %endif
1528
1529 %clean
1530 rm -rf $RPM_BUILD_ROOT
1531
1532 #--- %post{un}, %preun, %verifyscript, %trigge ----------
1533
1534 %post   DPS -p /sbin/ldconfig
1535 %postun DPS -p /sbin/ldconfig
1536
1537 %post   PEX -p /sbin/ldconfig
1538 %postun PEX -p /sbin/ldconfig
1539
1540 %post   XIE -p /sbin/ldconfig
1541 %postun XIE -p /sbin/ldconfig
1542
1543 %post   OpenGL-libs -p /sbin/ldconfig
1544 %postun OpenGL-libs -p /sbin/ldconfig
1545
1546 %post libs
1547 grep "^%{_libdir}$" /etc/ld.so.conf >/dev/null 2>&1
1548 [ $? -ne 0 ] && echo "%{_libdir}" >> /etc/ld.so.conf
1549 /sbin/ldconfig
1550
1551 %postun libs
1552 if [ "$1" = "0" ]; then
1553         grep -v "%{_libdir}" /etc/ld.so.conf > /etc/ld.so.conf.new
1554         mv -f /etc/ld.so.conf.new /etc/ld.so.conf
1555 fi
1556 /sbin/ldconfig
1557
1558 %verifyscript libs
1559 echo -n "Looking for %{_libdir} in /etc/ld.so.conf... "
1560 if ! grep "^%{_libdir}$" /etc/ld.so.conf > /dev/null; then
1561         echo "missing"
1562         echo "%{_libdir} missing from /etc/ld.so.conf" >&2
1563 else
1564         echo "found"
1565 fi
1566
1567 %triggerpostun modules -- XFree86-modules < 4.0.2
1568 if [ -d /usr/X11R6/lib/X11/xkb ]; then
1569         rm -rf /usr/X11R6/lib/X11/xkb
1570         ln -sf ../../../../etc/X11/xkb /usr/X11R6/lib/X11/xkb
1571 fi
1572
1573 %post -n xdm
1574 /sbin/chkconfig --add xdm
1575 if [ -f /var/lock/subsys/xdm ]; then
1576         /etc/rc.d/init.d/xdm restart >&2
1577 else
1578         echo "Run \"/etc/rc.d/init.d/xdm start\" to start xdm." >&2
1579 fi
1580
1581 %preun -n xdm
1582 if [ "$1" = "0" ]; then
1583         if [ -f /var/lock/subsys/xdm ]; then
1584                 /etc/rc.d/init.d/xdm stop >&2
1585         fi
1586         /sbin/chkconfig --del xdm
1587 fi
1588
1589 %pre -n xfs
1590 if [ -n "`/usr/bin/getgid xfs`" ]; then
1591         if [ "`/usr/bin/getgid xfs`" != "56" ]; then
1592                 echo "Warning: group xfs hasn't gid=56. Correct this before installing xfs." 1>&2
1593                 exit 1
1594         fi
1595 else
1596         /usr/sbin/groupadd -g 56 -r -f xfs
1597 fi
1598 if [ -n "`/bin/id -u xfs 2>/dev/null`" ]; then
1599         if [ "`/bin/id -u xfs`" != "56" ]; then
1600                 echo "Warning: user xfs hasn't uid=56. Corrent this before installing xfs." 1>&2
1601                 exit 1
1602         fi
1603 else
1604         /usr/sbin/useradd -u 56 -r -d /etc/X11/fs -s /bin/false -c "X Font Server" -g xfs xfs 1>&2
1605 fi
1606
1607 %post -n xfs
1608 /sbin/chkconfig --add xfs
1609 if [ -f /var/lock/subsys/xfs ]; then
1610         /etc/rc.d/init.d/xfs restart >&2
1611 else
1612         echo "Run \"/etc/rc.d/init.d/xfs start\" to start font server." >&2
1613 fi
1614
1615 %preun -n xfs
1616 if [ "$1" = "0" ]; then
1617         if [ -f /var/lock/subsys/xfs ]; then
1618                 /etc/rc.d/init.d/xfs stop >&2
1619         fi
1620         /sbin/chkconfig --del xfs
1621 fi
1622
1623 %postun -n xfs
1624 if [ "$1" = "0" ]; then
1625         /usr/sbin/userdel xfs 2>/dev/null
1626         /usr/sbin/groupdel xfs 2>/dev/null
1627 fi
1628
1629 #--- %files --------------------------
1630
1631 %files
1632 %defattr(644,root,root,755)
1633 %ifnarch sparc sparc64
1634 %doc %{_docdir}/%{name}-%{version}
1635 %doc %{_libdir}/X11/doc
1636 %endif
1637
1638 %{_libdir}/X11/app-defaults/XCalc
1639 %{_libdir}/X11/app-defaults/XCalc-color
1640 %{_libdir}/X11/app-defaults/XClipboard
1641 %{_libdir}/X11/app-defaults/XClock
1642 %{_libdir}/X11/app-defaults/XLoad
1643 %{_libdir}/X11/app-defaults/XLogo
1644 %{_libdir}/X11/app-defaults/XLogo-color
1645 %{_libdir}/X11/app-defaults/XSm
1646 %{_libdir}/X11/app-defaults/XTerm
1647 %lang(pl) %{_libdir}/X11/app-defaults/pl/XTerm
1648 %{_libdir}/X11/app-defaults/XTerm-color
1649 %ifnarch sparc sparc64
1650 %{_libdir}/X11/app-defaults/XF86Cfg
1651 %endif
1652
1653 %attr(755,root,root) %{_libdir}/X11/lbxproxy
1654 %attr(755,root,root) %{_libdir}/X11/proxymngr
1655 %attr(755,root,root) %{_libdir}/X11/rstart
1656 %attr(755,root,root) %{_libdir}/X11/fonts
1657 %attr(755,root,root) %{_libdir}/X11/xinit
1658 %attr(755,root,root) %{_libdir}/X11/xsm
1659
1660 %dir /etc/X11/xinit
1661 %dir /etc/X11/lbxproxy
1662 /etc/X11/lbxproxy/*
1663 %dir /etc/X11/proxymngr
1664 /etc/X11/proxymngr/*
1665 %dir /etc/X11/rstart
1666 /etc/X11/rstart/config
1667 %attr(755,root,root) /etc/X11/rstart/rstartd.real
1668 %dir /etc/X11/rstart/commands
1669 /etc/X11/rstart/commands/x
1670 /etc/X11/rstart/commands/x11
1671 %attr(755,root,root) /etc/X11/rstart/commands/*List*
1672 %dir /etc/X11/rstart/commands/x11r6
1673 %attr(755,root,root) /etc/X11/rstart/commands/x11r6/*
1674 %dir /etc/X11/rstart/contexts
1675 /etc/X11/rstart/contexts/*
1676 %dir /etc/X11/xsm
1677 /etc/X11/xsm/*
1678
1679 %dir %{_libdir}/X11/x11perfcomp
1680 %attr(755,root,root) %{_libdir}/X11/x11perfcomp/*
1681
1682 %attr(755,root,root) %{_bindir}/Xmark
1683 %attr(755,root,root) %{_bindir}/appres
1684 %attr(755,root,root) %{_bindir}/atobm
1685 %attr(755,root,root) %{_bindir}/bitmap
1686 %attr(755,root,root) %{_bindir}/bmtoa
1687 %attr(755,root,root) %{_bindir}/cxpm
1688 %attr(755,root,root) %{_bindir}/dga
1689 %attr(755,root,root) %{_bindir}/editres
1690 %attr(755,root,root) %{_bindir}/iceauth
1691 %attr(755,root,root) %{_bindir}/lbxproxy
1692 %attr(755,root,root) %{_bindir}/lndir
1693 %attr(755,root,root) %{_bindir}/makeg
1694 %attr(755,root,root) %{_bindir}/makestrs
1695 %attr(755,root,root) %{_bindir}/mergelib
1696 %attr(755,root,root) %{_bindir}/mkdirhier
1697 %attr(755,root,root) %{_bindir}/mkfontdir
1698 %attr(755,root,root) %{_bindir}/proxymngr
1699 %attr(755,root,root) %{_bindir}/resize
1700 %attr(755,root,root) %{_bindir}/revpath
1701 %attr(755,root,root) %{_bindir}/rstart
1702 %attr(755,root,root) %{_bindir}/rstartd
1703 %attr(755,root,root) %{_bindir}/setxkbmap
1704 %attr(755,root,root) %{_bindir}/showrgb
1705 %attr(755,root,root) %{_bindir}/smproxy
1706 %attr(755,root,root) %{_bindir}/startx
1707 %attr(755,root,root) %{_bindir}/sxpm
1708 %attr(755,root,root) %{_bindir}/xcmsdb
1709 %attr(755,root,root) %{_bindir}/xconsole
1710 %attr(755,root,root) %{_bindir}/xcutsel
1711 %attr(755,root,root) %{_bindir}/xdpyinfo
1712 %attr(755,root,root) %{_bindir}/xfindproxy
1713 %attr(755,root,root) %{_bindir}/xfwp
1714 %attr(755,root,root) %{_bindir}/xgamma
1715 %attr(755,root,root) %{_bindir}/xhost
1716 %attr(755,root,root) %{_bindir}/xinit
1717 %attr(755,root,root) %{_bindir}/xkbbell
1718 %attr(755,root,root) %{_bindir}/xkbevd
1719 %attr(755,root,root) %{_bindir}/xkbprint
1720 %attr(755,root,root) %{_bindir}/xkbvleds
1721 %attr(755,root,root) %{_bindir}/xkbwatch
1722 %attr(755,root,root) %{_bindir}/xlsatoms
1723 %attr(755,root,root) %{_bindir}/xlsclients
1724 %attr(755,root,root) %{_bindir}/xlsfonts
1725 %attr(755,root,root) %{_bindir}/xmodmap
1726 %attr(755,root,root) %{_bindir}/xon
1727 %attr(755,root,root) %{_bindir}/xprop
1728 %attr(755,root,root) %{_bindir}/xrdb
1729 %attr(755,root,root) %{_bindir}/xrefresh
1730 %attr(755,root,root) %{_bindir}/xset
1731 %attr(755,root,root) %{_bindir}/xsetmode
1732 %attr(755,root,root) %{_bindir}/xsetpointer
1733 %attr(755,root,root) %{_bindir}/xsetroot
1734 %attr(755,root,root) %{_bindir}/xsm
1735 %attr(755,root,root) %{_bindir}/xstdcmap
1736 %attr(755,root,root) %{_bindir}/xterm
1737 %attr(755,root,root) %{_bindir}/xvidtune
1738 %attr(755,root,root) %{_bindir}/xvinfo
1739 %attr(755,root,root) %{_bindir}/xwd
1740 %attr(755,root,root) %{_bindir}/xwud
1741
1742 %{_includedir}/X11/bitmaps
1743 %{_includedir}/X11/pixmaps
1744
1745 %{_applnkdir}/Utilities/xconsole.desktop
1746 %{_applnkdir}/Terminals/*
1747 %{_libdir}/X11/app-defaults/Xvidtune
1748 %{_pixmapsdir}/x*
1749
1750 %{_mandir}/man1/Xmark.1*
1751 %{_mandir}/man1/appres.1*
1752 %{_mandir}/man1/atobm.1*
1753 %{_mandir}/man1/bdftopcf.1*
1754 %{_mandir}/man1/bitmap.1*
1755 %{_mandir}/man1/bmtoa.1*
1756 %{_mandir}/man1/cxpm.1*
1757 %{_mandir}/man1/dga.1*
1758 %{_mandir}/man1/editres.1*
1759 %{_mandir}/man1/iceauth.1*
1760 %{_mandir}/man1/lbxproxy.1*
1761 %ifnarch alpha
1762 %{_mandir}/man1/libxrx.1*
1763 %endif
1764 %{_mandir}/man1/lndir.1*
1765 %{_mandir}/man1/makestrs.1*
1766 %{_mandir}/man1/makeg.1*
1767 %{_mandir}/man1/mkdirhier.1*
1768 %{_mandir}/man1/mkfontdir.1*
1769 %{_mandir}/man1/proxymngr.1*
1770 %{_mandir}/man1/resize.1*
1771 %{_mandir}/man1/revpath.1*
1772 %{_mandir}/man1/rstart.1*
1773 %{_mandir}/man1/rstartd.1*
1774 %{_mandir}/man1/setxkbmap.1*
1775 %{_mandir}/man1/showrgb.1*
1776 %{_mandir}/man1/smproxy.1*
1777 %{_mandir}/man1/startx.1*
1778 %{_mandir}/man1/sxpm.1*
1779 %{_mandir}/man1/xcmsdb.1*
1780 %{_mandir}/man1/xconsole.1*
1781 %{_mandir}/man1/xcutsel.1*
1782 %{_mandir}/man1/xdpyinfo.1*
1783 %{_mandir}/man1/xfindproxy.1*
1784 %{_mandir}/man1/xfwp.1*
1785 %{_mandir}/man1/xgamma.1*
1786 %{_mandir}/man1/xhost.1*
1787 %{_mandir}/man1/xinit.1*
1788 %{_mandir}/man1/xkbevd.1*
1789 %{_mandir}/man1/xkbprint.1*
1790 %{_mandir}/man1/xlsatoms.1*
1791 %{_mandir}/man1/xlsclients.1*
1792 %{_mandir}/man1/xlsfonts.1*
1793 %{_mandir}/man1/xmodmap.1*
1794 %{_mandir}/man1/xprop.1*
1795 %{_mandir}/man1/xrdb.1*
1796 %{_mandir}/man1/xrefresh.1*
1797 %{_mandir}/man1/xset.1*
1798 %{_mandir}/man1/xsetmode.1*
1799 %{_mandir}/man1/xsetpointer.1*
1800 %{_mandir}/man1/xsetroot.1*
1801 %{_mandir}/man1/xsm.1*
1802 %{_mandir}/man1/xstdcmap.1*
1803 %{_mandir}/man1/xterm.1*
1804 %{_mandir}/man1/xvidtune.1*
1805 %{_mandir}/man1/xvinfo.1*
1806 %{_mandir}/man1/xwd.1*
1807 %{_mandir}/man1/xwud.1*
1808 %{_mandir}/man1/xon.1*
1809 %{_mandir}/man7/*
1810
1811 %lang(it) %{_mandir}/it/man1/startx.1*
1812 %lang(it) %{_mandir}/it/man1/xconsole.1*
1813 %lang(it) %{_mandir}/it/man1/xinit.1*
1814 %lang(it) %{_mandir}/it/man1/xsetpointer.1*
1815
1816 %lang(ko) %{_mandir}/ko/man1/xterm.1*
1817
1818 %lang(pl) %{_mandir}/pl/man1/lbxproxy.1*
1819 %lang(pl) %{_mandir}/pl/man1/startx.1*
1820 %lang(pl) %{_mandir}/pl/man1/xinit.1*
1821 %lang(pl) %{_mandir}/pl/man1/xwd.1*
1822
1823 %files common
1824 %defattr(644,root,root,755)
1825 /usr/bin/X11
1826 /usr/lib/X11
1827 %dir %{_bindir}
1828 %dir %{_libdir}
1829 %dir %{_libdir}/X11
1830 %{_libdir}/X11/rgb.txt
1831
1832 %files DPS
1833 %defattr(644,root,root,755)
1834 %attr(755,root,root) %{_bindir}/makepsres
1835 %attr(755,root,root) %{_bindir}/pswrap
1836 %attr(755,root,root) %{_bindir}/dpsinfo
1837 %attr(755,root,root) %{_bindir}/dpsexec
1838 %attr(755,root,root) %{_libdir}/libdps.so.*.*
1839 %attr(755,root,root) %{_libdir}/libdpstk.so.*.*
1840 %attr(755,root,root) %{_libdir}/libpsres.so.*.*
1841 %{_mandir}/man1/makepsres*
1842 %{_mandir}/man1/pswrap*
1843 %{_mandir}/man1/dpsexec*
1844 %{_mandir}/man1/dpsinfo*
1845
1846 %files DPS-devel
1847 %defattr(644,root,root,755)
1848 %attr(755,root,root) %{_libdir}/libdps.so
1849 %attr(755,root,root) %{_libdir}/libdpstk.so
1850 %attr(755,root,root) %{_libdir}/libpsres.so
1851 %{_includedir}/DPS
1852
1853 %files DPS-static
1854 %defattr(644,root,root,755)
1855 %{_libdir}/libdps.a
1856 %{_libdir}/libdpstk.a
1857 %{_libdir}/libpsres.a
1858
1859 %ifnarch alpha sparc64 ia64 s390x
1860 %files PEX
1861 %defattr(644,root,root,755)
1862 %attr(755,root,root) %{_libdir}/libPEX5.so.*.*
1863
1864 %files PEX-devel
1865 %defattr(644,root,root,755)
1866 %attr(755,root,root) %{_libdir}/libPEX5.so
1867 %{_includedir}/X11/PEX5
1868
1869 %files PEX-static
1870 %defattr(644,root,root,755)
1871 %{_libdir}/libPEX5.a
1872 %endif
1873
1874 %files XIE
1875 %defattr(644,root,root,755)
1876 %attr(755,root,root) %{_libdir}/libXIE.so.*.*
1877
1878 %files XIE-devel
1879 %defattr(644,root,root,755)
1880 %attr(755,root,root) %{_libdir}/libXIE.so
1881 %{_includedir}/X11/extensions/XIE*
1882
1883 %files XIE-static
1884 %defattr(644,root,root,755)
1885 %{_libdir}/libXIE.a
1886
1887 %files OpenGL-core
1888 %defattr(644,root,root,755)
1889 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1890 %ifnarch sparc sparc64
1891 %attr(755,root,root) %{_libdir}/modules/extensions/libglx.a
1892 %attr(755,root,root) %{_libdir}/modules/extensions/libGLcore.a
1893 %endif
1894
1895 %files OpenGL-devel
1896 %defattr(644,root,root,755)
1897 %attr(755,root,root) %{_libdir}/libGL*.so
1898 %ifnarch alpha
1899 %attr(755,root,root) %{_libdir}/libOSMesa*.so
1900 %endif
1901 %{_libdir}/libGLw.a
1902 %dir %{_includedir}/GL
1903 %attr(644,root,root) %{_includedir}/GL/*
1904 %{_mandir}/man3/gl[A-Z]*
1905 %{_mandir}/man3/glu*
1906 %{_mandir}/man3/GLw*
1907
1908 %files OpenGL-libs
1909 %defattr(644,root,root,755)
1910 %attr(755,root,root) %{_bindir}/glxinfo
1911 %attr(755,root,root) %{_libdir}/libGLU.so.*.*
1912 %ifnarch alpha
1913 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1914 %endif
1915 %{_mandir}/man1/glxinfo.1*
1916
1917 %files OpenGL-static
1918 %defattr(644,root,root,755)
1919 %{_libdir}/libGL.a
1920 %{_libdir}/libGLU.a
1921 %ifnarch alpha
1922 %{_libdir}/libOSMesa*.a
1923 %endif
1924
1925 %files Xnest
1926 %defattr(644,root,root,755)
1927 %attr(755,root,root) %{_bindir}/Xnest
1928 %{_mandir}/man1/Xnest.1*
1929
1930 %files Xprt
1931 %defattr(644,root,root,755)
1932 %attr(755,root,root) %{_bindir}/Xprt
1933
1934 %files Xserver
1935 %defattr(644,root,root,755)
1936 %attr(4755,root,root) %{_bindir}/Xwrapper
1937 %attr(755,root,root) %{_bindir}/XFree86
1938 %attr(755,root,root) %{_sysconfdir}/X11/X
1939 %attr(755,root,root) %{_bindir}/X
1940 %{_mandir}/man1/XFree86.1*
1941 %{_mandir}/man1/Xserver.1*
1942 %{_mandir}/man5/XF86Config.5*
1943
1944 %{_libdir}/X11/Cards
1945 %{_libdir}/X11/Options
1946
1947 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/X11/XF86Config
1948 %attr(640,root,root) %config %verify(not md5 size mtime) /etc/pam.d/xserver
1949 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/security/blacklist.xserver
1950 %config(missingok) /etc/security/console.apps/xserver
1951
1952 %files Xvfb
1953 %defattr(644,root,root,755)
1954 %attr(755,root,root) %{_bindir}/Xvfb
1955 %{_mandir}/man1/Xvfb.1*
1956
1957 %files devel
1958 %defattr(644,root,root,755)
1959 %attr(755,root,root) %{_bindir}/gccmakedep
1960 %attr(755,root,root) %{_bindir}/bdftopcf
1961 %attr(755,root,root) %{_libdir}/libX[1Ta-t]*.so
1962 %attr(755,root,root) %{_libdir}/libI*.so
1963 %attr(755,root,root) %{_libdir}/libS*.so
1964 %ifnarch alpha
1965 %attr(755,root,root) %{_libdir}/libx*.so
1966 %endif
1967 %{_libdir}/libFS.a
1968 %{_libdir}/libXau.a
1969 %{_libdir}/libXdmcp.a
1970 %{_libdir}/libXfontcache.a
1971 %{_libdir}/libXss.a
1972 %{_libdir}/libXxf86dga.a
1973 %{_libdir}/libXxf86misc.a
1974 %{_libdir}/libXxf86rush.a
1975 %{_libdir}/libXxf86vm.a
1976 %{_libdir}/liboldX.a
1977 %{_libdir}/libxkbfile.a
1978 %{_libdir}/libxkbui.a
1979 %{_libdir}/libXv.a
1980 %{_libdir}/libfntstubs.a
1981 %{_libdir}/libxf86config.a
1982 %{_libdir}/libXinerama.a
1983 %{_includedir}/X11/*.h
1984 %{_includedir}/X11/ICE
1985 %{_includedir}/X11/PM
1986 %{_includedir}/X11/SM
1987 %{_includedir}/X11/Xaw
1988 %{_includedir}/X11/Xft
1989 %{_includedir}/X11/Xmu
1990 %dir %{_includedir}/X11/extensions
1991 %{_includedir}/X11/extensions/[^X]*.h
1992 %{_includedir}/X11/extensions/X[^I]*.h
1993 %{_includedir}/X11/extensions/XI.h
1994 %{_includedir}/X11/extensions/XI[^E]*.h
1995 %{_includedir}/X11/fonts
1996 %{_includedir}/xf86*.h
1997 %{_libdir}/X11/config
1998
1999 %attr(755,root,root) %{_bindir}/imake
2000 %attr(755,root,root) %{_bindir}/makedepend
2001 %attr(755,root,root) %{_bindir}/xmkmf
2002
2003 %{_mandir}/man1/imake.1*
2004 %{_mandir}/man1/makedepend.1*
2005 %{_mandir}/man1/xmkmf.1*
2006 %{_mandir}/man3/[A-EH-Z]*
2007
2008 %ifnarch sparc sparc64 alpha ppc
2009 %files driver-apm
2010 %defattr(644,root,root,755)
2011 %attr(755,root,root) %{_libdir}/modules/drivers/apm_drv.o
2012 %{_mandir}/man4/apm*
2013 %endif
2014
2015 %ifnarch sparc sparc64 alpha ppc
2016 %files driver-ark
2017 %defattr(644,root,root,755)
2018 %attr(755,root,root) %{_libdir}/modules/drivers/ark_drv.o
2019 %endif
2020
2021 %ifnarch sparc sparc64 alpha
2022 %files driver-chips
2023 %defattr(644,root,root,755)
2024 %attr(755,root,root) %{_libdir}/modules/drivers/chips_drv.o
2025 %{_mandir}/man4/chips*
2026 %endif
2027
2028 %ifnarch sparc sparc64 alpha ppc
2029 %files driver-cirrus
2030 %defattr(644,root,root,755)
2031 %attr(755,root,root) %{_libdir}/modules/drivers/cirrus_*.o
2032 %{_mandir}/man4/cirrus*
2033 %endif
2034
2035 %ifnarch sparc sparc64 alpha ppc
2036 %files driver-cyrix
2037 %defattr(644,root,root,755)
2038 %attr(755,root,root) %{_libdir}/modules/drivers/cyrix_drv.o
2039 %{_mandir}/man4/cyrix*
2040 %endif
2041
2042 %ifnarch alpha
2043 %files driver-fbdev
2044 %defattr(644,root,root,755)
2045 %attr(755,root,root) %{_libdir}/modules/drivers/fbdev_drv.o
2046 %{_mandir}/man4/fbdev*
2047 %endif
2048
2049 %ifnarch sparc sparc64 alpha ppc
2050 %files driver-glide
2051 %defattr(644,root,root,755)
2052 %attr(755,root,root) %{_libdir}/modules/drivers/glide_drv.o
2053 %{_mandir}/man4/glide*
2054 %endif
2055
2056 %files driver-glint
2057 %defattr(644,root,root,755)
2058 %attr(755,root,root) %{_libdir}/modules/drivers/glint_drv.o
2059 %ifnarch sparc sparc64
2060 %attr(755,root,root) %{_libdir}/modules/dri/gamma_dri.so
2061 %endif
2062 %{_mandir}/man4/glint*
2063
2064 %ifnarch sparc sparc64 alpha ppc
2065 %files driver-i128
2066 %defattr(644,root,root,755)
2067 %attr(755,root,root) %{_libdir}/modules/drivers/i128_drv.o
2068 %{_mandir}/man4/i128*
2069 %endif
2070
2071 %ifnarch sparc sparc64 alpha ppc
2072 %files driver-i740
2073 %defattr(644,root,root,755)
2074 %attr(755,root,root) %{_libdir}/modules/drivers/i740_drv.o
2075 %{_mandir}/man4/i740*
2076 %endif
2077
2078 %ifnarch sparc sparc64 alpha ppc
2079 %files driver-i810
2080 %defattr(644,root,root,755)
2081 %attr(755,root,root) %{_libdir}/modules/drivers/i810_drv.o
2082 %attr(755,root,root) %{_libdir}/modules/dri/i810_dri.so
2083 %{_mandir}/man4/i810*
2084 %endif
2085
2086 %ifnarch sparc sparc64
2087 %files driver-mga
2088 %defattr(644,root,root,755)
2089 %attr(755,root,root) %{_libdir}/modules/drivers/mga_drv.o
2090 %attr(755,root,root) %{_libdir}/modules/dri/mga_dri.so
2091 %{_mandir}/man4/mga*
2092 %endif
2093
2094 %ifnarch sparc sparc64 alpha ppc
2095 %files driver-neomagic
2096 %defattr(644,root,root,755)
2097 %attr(755,root,root) %{_libdir}/modules/drivers/neomagic_drv.o
2098 %{_mandir}/man4/neomagic*
2099 %endif
2100
2101 %ifnarch sparc sparc64 ppc
2102 %files driver-nv
2103 %defattr(644,root,root,755)
2104 %attr(755,root,root) %{_libdir}/modules/drivers/nv_drv.o
2105 %{_mandir}/man4/nv*
2106 %endif
2107
2108 %ifnarch alpha
2109 %files driver-ati
2110 %defattr(644,root,root,755)
2111 %attr(755,root,root) %{_libdir}/modules/drivers/ati*_drv.o
2112 %dir %{_libdir}/modules/drivers/ati.2
2113 %attr(755,root,root) %{_libdir}/modules/drivers/ati.2/ati*_drv.o
2114 %attr(755,root,root) %{_libdir}/modules/multimedia/*.o
2115 %endif
2116
2117 %ifnarch alpha
2118 %files driver-r128
2119 %defattr(644,root,root,755)
2120 %attr(755,root,root) %{_libdir}/modules/drivers/r128*_drv.o
2121 %ifnarch sparc sparc64
2122 %attr(755,root,root) %{_libdir}/modules/dri/r128_dri.so
2123 %endif
2124 %{_mandir}/man4/r128*
2125 %endif
2126
2127 %ifnarch alpha
2128 %files driver-radeon
2129 %defattr(644,root,root,755)
2130 %attr(755,root,root) %{_libdir}/modules/drivers/radeon*_drv.o
2131 %ifnarch sparc sparc64
2132 %attr(755,root,root) %{_libdir}/modules/dri/radeon_dri.so
2133 %endif
2134 %endif
2135
2136 %ifnarch sparc sparc64 ppc
2137 %files driver-rendition
2138 %defattr(644,root,root,755)
2139 %attr(755,root,root) %{_libdir}/modules/drivers/rendition_drv.o
2140 %{_mandir}/man4/rendition*
2141 %endif
2142
2143 %ifnarch sparc sparc64
2144 %files driver-s3virge
2145 %defattr(644,root,root,755)
2146 %attr(755,root,root) %{_libdir}/modules/drivers/s3virge_drv.o
2147 %{_mandir}/man4/s3virge*
2148 %endif
2149
2150 %ifnarch sparc sparc64
2151 %files driver-s3
2152 %defattr(644,root,root,755)
2153 %attr(755,root,root) %{_libdir}/modules/drivers/s3_drv.o
2154 #%{_mandir}/man4/s3*
2155 %endif
2156
2157 %ifnarch sparc sparc64 alpha
2158 %files driver-savage
2159 %defattr(644,root,root,755)
2160 %attr(755,root,root) %{_libdir}/modules/drivers/savage_drv.o
2161 %{_mandir}/man4/savage*
2162 %endif
2163
2164 %ifnarch sparc sparc64 alpha ppc
2165 %files driver-siliconmotion
2166 %defattr(644,root,root,755)
2167 %attr(755,root,root) %{_libdir}/modules/drivers/siliconmotion_drv.o
2168 %{_mandir}/man4/siliconmotion*
2169 %endif
2170
2171 %ifnarch sparc sparc64 alpha ppc
2172 %files driver-sis
2173 %defattr(644,root,root,755)
2174 %attr(755,root,root) %{_libdir}/modules/drivers/sis_drv.o
2175 %attr(755,root,root) %{_libdir}/modules/dri/sis_dri.so
2176 %{_mandir}/man4/sis*
2177 %endif
2178
2179 %ifarch sparc sparc64
2180 %files driver-sunbw2
2181 %defattr(644,root,root,755)
2182 %attr(755,root,root) %{_libdir}/modules/drivers/sunbw2_drv.o
2183 %{_mandir}/man4/sunbw2*
2184 %endif
2185
2186 %ifarch sparc sparc64
2187 %files driver-suncg14
2188 %defattr(644,root,root,755)
2189 %attr(755,root,root) %{_libdir}/modules/drivers/suncg14_drv.o
2190 %{_mandir}/man4/suncg14*
2191 %endif
2192
2193 %ifarch sparc sparc64
2194 %files driver-suncg3
2195 %defattr(644,root,root,755)
2196 %attr(755,root,root) %{_libdir}/modules/drivers/suncg3_drv.o
2197 %{_mandir}/man4/suncg3*
2198 %endif
2199
2200 %ifarch sparc sparc64
2201 %files driver-suncg6
2202 %defattr(644,root,root,755)
2203 %attr(755,root,root) %{_libdir}/modules/drivers/suncg6_drv.o
2204 %{_mandir}/man4/suncg6*
2205 %endif
2206
2207 %ifarch sparc sparc64
2208 %files driver-sunffb
2209 %defattr(644,root,root,755)
2210 %attr(755,root,root) %{_libdir}/modules/drivers/sunffb_drv.o
2211 %attr(755,root,root) %{_libdir}/modules/dri/ffb_dri.so
2212 %{_mandir}/man4/sunffb*
2213 %endif
2214
2215 %ifarch sparc sparc64
2216 %files driver-sunleo
2217 %defattr(644,root,root,755)
2218 %attr(755,root,root) %{_libdir}/modules/drivers/sunleo_drv.o
2219 %{_mandir}/man4/sunleo*
2220 %endif
2221
2222 %ifarch sparc sparc64
2223 %files driver-suntcx
2224 %defattr(644,root,root,755)
2225 %attr(755,root,root) %{_libdir}/modules/drivers/suntcx_drv.o
2226 %{_mandir}/man4/suntcx*
2227 %endif
2228
2229 %ifnarch sparc sparc64
2230 %files driver-tdfx
2231 %defattr(644,root,root,755)
2232 %attr(755,root,root) %{_libdir}/modules/drivers/tdfx_drv.o
2233 %attr(755,root,root) %{_libdir}/modules/dri/tdfx_dri.so
2234 %{_mandir}/man4/tdfx*
2235 %endif
2236
2237 %ifnarch sparc sparc64 ppc
2238 %files driver-tga
2239 %defattr(644,root,root,755)
2240 %attr(755,root,root) %{_libdir}/modules/drivers/tga_drv.o
2241 %endif
2242
2243 %ifnarch sparc sparc64 alpha
2244 %files driver-trident
2245 %defattr(644,root,root,755)
2246 %attr(755,root,root) %{_libdir}/modules/drivers/trident_drv.o
2247 %{_mandir}/man4/trident*
2248 %endif
2249
2250 %ifnarch sparc sparc64 alpha ppc
2251 %files driver-tseng
2252 %defattr(644,root,root,755)
2253 %attr(755,root,root) %{_libdir}/modules/drivers/tseng_drv.o
2254 %{_mandir}/man4/tseng*
2255 %endif
2256
2257 %ifarch %{ix86}
2258 %files driver-vmware
2259 %defattr(644,root,root,755)
2260 %attr(755,root,root) %{_libdir}/modules/drivers/vmware_drv.o
2261 %{_mandir}/man4/vmware*
2262 %endif
2263
2264 %files libs -f XFree86-libs.lang
2265 %defattr(644,root,root,755)
2266 %{_libdir}/X11/XErrorDB
2267 %{_libdir}/X11/XKeysymDB
2268 %dir %{_libdir}/X11/app-defaults
2269 %lang(cs) %dir %{_libdir}/X11/app-defaults/cs
2270 %lang(da) %dir %{_libdir}/X11/app-defaults/da
2271 %lang(de) %dir %{_libdir}/X11/app-defaults/de
2272 %lang(es) %dir %{_libdir}/X11/app-defaults/es
2273 %lang(fr) %dir %{_libdir}/X11/app-defaults/fr
2274 %lang(hu) %dir %{_libdir}/X11/app-defaults/hu
2275 %lang(ko) %dir %{_libdir}/X11/app-defaults/ko
2276 %lang(nl) %dir %{_libdir}/X11/app-defaults/nl
2277 %lang(pl) %dir %{_libdir}/X11/app-defaults/pl
2278 %lang(pt) %dir %{_libdir}/X11/app-defaults/pt
2279 %lang(ru) %dir %{_libdir}/X11/app-defaults/ru
2280 %lang(sk) %dir %{_libdir}/X11/app-defaults/sk
2281 %lang(zh_CN) %dir %{_libdir}/X11/app-defaults/zh_CN.gb2312
2282 %lang(zh_TW) %dir %{_libdir}/X11/app-defaults/zh_TW.big5
2283 %{_libdir}/X11/locale
2284 %dir %{_includedir}
2285 %dir %{_includedir}/X11
2286 %dir %{_sbindir}
2287 /usr/include/X11
2288 %dir %{_datadir}/locale
2289 %dir %{_datadir}/misc
2290 %dir %{_datadir}/sounds
2291 %dir %{_pixmapsdir}
2292 %dir %{_pixmapsdir}/mini
2293 %dir %{_wmpropsdir}
2294 %attr(755,root,root) %{_libdir}/libX[1Ta-t]*.so.*.*
2295 %attr(755,root,root) %{_libdir}/libI*.so.*.*
2296 %attr(755,root,root) %{_libdir}/libS*.so.*.*
2297 %ifnarch alpha
2298 %attr(755,root,root) %{_libdir}/libx*.so.*.*
2299 %endif
2300 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/X11/XftConfig
2301
2302 %files modules
2303 %defattr(644,root,root,755)
2304 %attr(755,root,root) %{_bindir}/xkbcomp
2305 %{_libdir}/X11/xkb
2306 %{_sysconfdir}/X11/xkb
2307 /var/lib/xkb
2308 %dir %{_libdir}/modules
2309 %ifnarch alpha
2310 %dir %{_libdir}/modules/dri
2311 %endif
2312 %dir %{_libdir}/modules/multimedia
2313 %dir %{_libdir}/modules/drivers
2314 %ifnarch sparc sparc64 ppc
2315 %{_libdir}/modules/*.uc
2316 %endif
2317 %attr(755,root,root) %{_libdir}/modules/*.a
2318 %attr(755,root,root) %{_libdir}/modules/codeconv
2319 %attr(755,root,root) %{_libdir}/modules/drivers/linux
2320 %ifnarch sparc sparc64
2321 %attr(755,root,root) %{_libdir}/modules/drivers/vga_drv.o
2322 %ifnarch alpha ppc
2323 %attr(755,root,root) %{_libdir}/modules/drivers/vesa_drv.o
2324 %endif
2325 %endif
2326 %dir %{_libdir}/modules/extensions
2327 %attr(755,root,root) %{_libdir}/modules/extensions/libdbe.a
2328 %attr(755,root,root) %{_libdir}/modules/extensions/libdri.a
2329 %attr(755,root,root) %{_libdir}/modules/extensions/libextmod.a
2330 %attr(755,root,root) %{_libdir}/modules/extensions/librecord.a
2331 %attr(755,root,root) %{_libdir}/modules/extensions/libxtrap.a
2332 %attr(755,root,root) %{_libdir}/modules/fonts
2333 %attr(755,root,root) %{_libdir}/modules/input
2334 %attr(755,root,root) %{_libdir}/modules/linux
2335 %attr(755,root,root) %{_libdir}/X11/xserver
2336 %dir /etc/X11/xserver
2337 /etc/X11/xserver/SecurityPolicy
2338 %{_mandir}/man1/xkbcomp.1*
2339 %{_mandir}/man4/citron*
2340 %{_mandir}/man4/dynapro*
2341 %{_mandir}/man4/keyboard*
2342 %{_mandir}/man4/microtouch*
2343 %{_mandir}/man4/mouse*
2344 %{_mandir}/man4/v4l*
2345 %ifnarch sparc sparc64
2346 %{_mandir}/man4/vga*
2347 %ifnarch alpha ppc
2348 %{_mandir}/man4/vesa*
2349 %endif
2350 %endif
2351 %{_mandir}/man4/void*
2352 %{_mandir}/man4/wacom*
2353 %{_mandir}/man4/elographics*
2354 %{_mandir}/man4/mutouch*
2355
2356 %ifnarch alpha sparc64 ia64 s390x
2357 %files module-PEX
2358 %defattr(644,root,root,755)
2359 %attr(755,root,root) %{_libdir}/modules/extensions/libpex5.a
2360 %endif
2361
2362 %files module-XIE
2363 %defattr(644,root,root,755)
2364 %attr(755,root,root) %{_libdir}/modules/extensions/libxie.a
2365
2366 %files setup
2367 %defattr(644,root,root,755)
2368 %attr(755,root,root) %{_bindir}/pcitweak
2369 %ifnarch ppc
2370 %attr(755,root,root) %{_bindir}/scanpci
2371 %endif
2372 %attr(755,root,root) %{_bindir}/xf86cfg
2373 %attr(755,root,root) %{_bindir}/xf86config
2374 %ifnarch ppc
2375 %{_mandir}/man1/scanpci.1*
2376 %endif
2377 %{_mandir}/man1/pcitweak.1*
2378 %{_mandir}/man1/xf86cfg.1*
2379 %{_mandir}/man1/xf86config.1*
2380
2381 %files static
2382 %defattr(644,root,root,755)
2383 %{_libdir}/libICE.a
2384 %{_libdir}/libSM.a
2385 %{_libdir}/libX11.a
2386 %{_libdir}/libXaw.a
2387 %{_libdir}/libXft.a
2388 %{_libdir}/libXext.a
2389 %{_libdir}/libXfont.a
2390 %{_libdir}/libXi.a
2391 %{_libdir}/libXmu.a
2392 %{_libdir}/libXmuu.a
2393 %{_libdir}/libXp.a
2394 %{_libdir}/libXpm.a
2395 %{_libdir}/libXrender.a
2396 %{_libdir}/libXt.a
2397 %{_libdir}/libXtst.a
2398
2399 %files tools
2400 %defattr(644,root,root,755)
2401 %attr(755,root,root) %{_bindir}/beforelight
2402 %attr(755,root,root) %{_bindir}/ico
2403 %attr(755,root,root) %{_bindir}/listres
2404 %attr(755,root,root) %{_bindir}/showfont
2405 %attr(755,root,root) %{_bindir}/viewres
2406 %attr(755,root,root) %{_bindir}/x11perf
2407 %attr(755,root,root) %{_bindir}/x11perfcomp
2408 %attr(755,root,root) %{_bindir}/xbiff
2409 %attr(755,root,root) %{_bindir}/xcalc
2410 %attr(755,root,root) %{_bindir}/xclipboard
2411 %attr(755,root,root) %{_bindir}/xclock
2412 %attr(755,root,root) %{_bindir}/xditview
2413 %attr(755,root,root) %{_bindir}/xedit
2414 %attr(755,root,root) %{_bindir}/xev
2415 %attr(755,root,root) %{_bindir}/xeyes
2416 %attr(755,root,root) %{_bindir}/xfd
2417 %attr(755,root,root) %{_bindir}/xfontsel
2418 %attr(755,root,root) %{_bindir}/xgc
2419 %attr(755,root,root) %{_bindir}/xload
2420 %attr(755,root,root) %{_bindir}/xmag
2421 %attr(755,root,root) %{_bindir}/xman
2422 %attr(755,root,root) %{_bindir}/xmessage
2423 %attr(755,root,root) %{_bindir}/xmh
2424 %attr(755,root,root) %{_bindir}/xwininfo
2425 %attr(755,root,root) %{_bindir}/oclock
2426 %attr(755,root,root) %{_bindir}/xlogo
2427 %attr(755,root,root) %{_bindir}/xkill
2428 %attr(755,root,root) %{_bindir}/rman
2429 %attr(755,root,root) %{_bindir}/xtrap*
2430 %attr(755,root,root) %{_bindir}/texteroids
2431 %{_libdir}/X11/xman.help
2432 %{_mandir}/man1/beforelight.1*
2433 %{_mandir}/man1/ico.1*
2434 %{_mandir}/man1/listres.1*
2435 %{_mandir}/man1/showfont.1*
2436 %{_mandir}/man1/viewres.1*
2437 %{_mandir}/man1/x11perf.1*
2438 %{_mandir}/man1/x11perfcomp.1*
2439 %{_mandir}/man1/xbiff.1*
2440 %{_mandir}/man1/xcalc.1*
2441 %{_mandir}/man1/xclipboard.1*
2442 %{_mandir}/man1/xclock.1*
2443 %{_mandir}/man1/xditview.1*
2444 %{_mandir}/man1/xedit.1*
2445 %{_mandir}/man1/xev.1*
2446 %{_mandir}/man1/xeyes.1*
2447 %{_mandir}/man1/xfd.1*
2448 %{_mandir}/man1/xfontsel.1*
2449 %{_mandir}/man1/xgc.1*
2450 %{_mandir}/man1/xload.1*
2451 %{_mandir}/man1/xmag.1*
2452 %{_mandir}/man1/xman.1*
2453 %{_mandir}/man1/xmessage.1*
2454 %{_mandir}/man1/xmh.1*
2455 %{_mandir}/man1/xwininfo.1*
2456 %{_mandir}/man1/xkill.1*
2457 %{_mandir}/man1/xlogo.1*
2458 %{_mandir}/man1/oclock.1*
2459 %{_mandir}/man1/rman.1*
2460 %{_mandir}/man1/xtrap.1*
2461 %{_mandir}/man1/texteroids.1*
2462
2463 %lang(it) %{_mandir}/it/man1/xload.1*
2464
2465 %lang(pl) %{_mandir}/pl/man1/rman.1*
2466
2467 %{_libdir}/X11/app-defaults/Beforelight
2468 %{_libdir}/X11/app-defaults/Bitmap
2469 %{_libdir}/X11/app-defaults/Bitmap-color
2470 %{_libdir}/X11/app-defaults/Clock-color
2471 %{_libdir}/X11/app-defaults/Editres
2472 %{_libdir}/X11/app-defaults/Editres-color
2473 %{_libdir}/X11/app-defaults/Viewres
2474 %{_libdir}/X11/app-defaults/XConsole
2475 %{_libdir}/X11/app-defaults/Xedit
2476 %{_libdir}/X11/app-defaults/Xedit-color
2477 %{_libdir}/X11/app-defaults/Xfd
2478 %{_libdir}/X11/app-defaults/Xgc
2479 %{_libdir}/X11/app-defaults/Xmag
2480 %{_libdir}/X11/app-defaults/Xman
2481 %{_libdir}/X11/app-defaults/Xmessage
2482 %{_libdir}/X11/app-defaults/Xmh
2483 %{_libdir}/X11/app-defaults/XFontSel
2484 %{_libdir}/X11/app-defaults/Xditview
2485 %{_libdir}/X11/app-defaults/Xditview-chrtr
2486
2487 %{_applnkdir}/Utilities/xclipboard.desktop
2488
2489 %files -n sessreg
2490 %defattr(644,root,root,755)
2491 %attr(755,root,root) %{_bindir}/sessreg
2492 %{_mandir}/man1/sessreg.1*
2493
2494 %files -n twm
2495 %defattr(644,root,root,755)
2496 %{_wmpropsdir}/twm.desktop
2497 %attr(755,root,root) %{_bindir}/twm
2498 %dir %{_sysconfdir}/X11/twm
2499 %config %{_sysconfdir}/X11/twm/system.twmrc
2500 %attr(755,root,root) %{_libdir}/X11/twm
2501 %{_mandir}/man1/twm.1*
2502
2503 %files -n xauth
2504 %defattr(644,root,root,755)
2505 %attr(755,root,root) %{_bindir}/xauth
2506 %{_mandir}/man1/xauth.1*
2507
2508 %files -n xdm
2509 %defattr(644,root,root,755)
2510 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/pam.d/xdm
2511 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/security/blacklist.xdm
2512 %attr(754,root,root) /etc/rc.d/init.d/xdm
2513 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/xdm
2514 /var/lib/xdm
2515
2516 %{_libdir}/X11/app-defaults/Chooser
2517
2518 %attr(755,root,root) %{_libdir}/X11/xdm
2519 %attr(755,root,root) %{_bindir}/xdm
2520 %attr(755,root,root) %{_bindir}/chooser
2521 %ifarch alpha
2522 %attr(755,root,root) %{_libdir}/libXdmGreet.so*
2523 %endif
2524 %{_mandir}/man1/xdm.1*
2525
2526 %dir /etc/X11/xdm
2527 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/GiveConsole
2528 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/TakeConsole
2529 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xsession
2530 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xsetup_0
2531 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xwilling
2532 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xaccess
2533 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xresources
2534 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xservers
2535 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/xdm-config
2536 /etc/X11/xdm/pixmaps
2537 /etc/X11/xdm/authdir
2538
2539 %files -n xfs
2540 %defattr(644,root,root,755)
2541 %attr(754,root,root) /etc/rc.d/init.d/xfs
2542 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/xfs
2543 %dir %{_sysconfdir}/X11/fs
2544 %attr(755,root,root) %{_libdir}/X11/fs
2545 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/X11/fs/config
2546
2547 %attr(755,root,root) %{_bindir}/xfs
2548 %attr(755,root,root) %{_bindir}/fslsfonts
2549 %attr(755,root,root) %{_bindir}/fstobdf
2550 %attr(755,root,root) %{_bindir}/mkcfm
2551 %attr(755,root,root) %{_bindir}/xfsinfo
2552 %attr(755,root,root) %{_bindir}/xftcache
2553
2554 %{_mandir}/man1/xfs.1*
2555 %{_mandir}/man1/fslsfonts.1*
2556 %{_mandir}/man1/fstobdf.1*
2557 %{_mandir}/man1/mkcfm.1*
2558 %{_mandir}/man1/xfsinfo.1*
2559 %{_mandir}/man1/xftcache.1*
This page took 0.206139 seconds and 4 git commands to generate.