]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86.spec
- moved some dirs and symlinks (/usr/{lib,bin}/X11,/usr/X11R6/{lib,lib/X11,bin})...
[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.6
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}-ati.old-rename.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 Obsoletes:      XFree86-Rage128
595
596 %description driver-r128
597 ATI Rage 128 video driver.
598
599 %description driver-r128 -l pl
600 Sterownik do kart ATI Rage 128.
601
602 %package driver-radeon
603 Summary:        ATI Radeon video driver
604 Summary(pl):    Sterownik do kart ATI Radeon
605 Group:          X11/XFree86
606 Requires:       %{name}-modules = %{version}-%{release}
607 Requires:       %{name}-Xserver = %{version}-%{release}
608 Requires:       %{name}-driver-ati = %{version}-%{release}
609 Requires:       OpenGL
610
611 %description driver-radeon
612 ATI Radeon video driver.
613
614 %description driver-radeon -l pl
615 Sterownik do kart ATI Radeon.
616
617 %package driver-chips
618 Summary:        Chips and Technologies video driver
619 Summary(pl):    Sterownik do kart na uk³adach Chips and Technologies
620 Group:          X11/XFree86
621 Requires:       %{name}-modules = %{version}-%{release}
622 Requires:       %{name}-Xserver = %{version}-%{release}
623 Obsoletes:      XFree86-ChipsTechnologies
624
625 %description driver-chips
626 Chips and Technologies video driver.
627
628 %description driver-chips -l pl
629 Sterownik do kart na uk³adach Chips and Technologies.
630
631 %package driver-cirrus
632 Summary:        Cirrus Logic video driver
633 Summary(pl):    Sterownik do kart Cirrus Logic
634 Group:          X11/XFree86
635 Requires:       %{name}-modules = %{version}-%{release}
636 Requires:       %{name}-Xserver = %{version}-%{release}
637 Obsoletes:      XFree86-Cirrus
638
639 %description driver-cirrus
640 Cirrus Logic video driver.
641
642 %description driver-cirrus -l pl
643 Sterownik do kart Cirrus Logic.
644
645 %package driver-cyrix
646 Summary:        Cyrix video driver
647 Summary(pl):    Sterownik do grafiki na uk³adzie Cyrix MediaGX
648 Group:          X11/XFree86
649 Requires:       %{name}-modules = %{version}-%{release}
650 Requires:       %{name}-Xserver = %{version}-%{release}
651 Obsoletes:      XFree86-Cyrix
652
653 %description driver-cyrix
654 Cyrix video driver.
655
656 %description driver-cyrix -l pl
657 Sterownik do grafiki na uk³adzie Cyrix MediaGX.
658
659 %package driver-fbdev
660 Summary:        Video driver for framebuffer device
661 Summary(pl):    Sterownik korzystaj±cy z framebuffera
662 Group:          X11/XFree86
663 Requires:       %{name}-modules = %{version}-%{release}
664 Requires:       %{name}-Xserver = %{version}-%{release}
665 Obsoletes:      XFree86-FBDev
666
667 %description driver-fbdev
668 Non-accelerated video driver for framebuffer device.
669
670 %description driver-fbdev -l pl
671 Nieakcelerowany sterownik korzystaj±cy z framebuffera.
672
673 %package driver-ffb
674 Summary:        Video driver for DRI sparc framebuffer device
675 Summary(pl):    Sterownik do framebuffera DRI na sparc
676 Group:          X11/XFree86
677 Requires:       %{name}-modules = %{version}-%{release}
678 Requires:       %{name}-Xserver = %{version}-%{release}
679
680 %description driver-ffb
681 Video driver for DRI sparc framebuffer device.
682
683 %description driver-ffb -l pl
684 Sterownik do framebuffera DRI na sparc.
685
686 %package driver-glide
687 Summary:        3Dfx Voodoo1 and Voodoo2 video driver
688 Summary(pl):    Sterownik do kart 3Dfx Voodoo1 i Voodoo2
689 Group:          X11/XFree86
690 Requires:       %{name}-modules = %{version}-%{release}
691 Requires:       %{name}-Xserver = %{version}-%{release}
692
693 %description driver-glide
694 Voodoo1 and Voodoo2 video driver.
695
696 %description driver-glide -l pl
697 Sterownik do kart Voodoo1 i Voodoo2 firmy 3Dfx.
698
699 %package driver-glint
700 Summary:        GLINT/Permedia video driver
701 Summary(pl):    Sterownik do kart GLINT i Permedia
702 Group:          X11/XFree86
703 Requires:       %{name}-modules = %{version}-%{release}
704 Requires:       %{name}-Xserver = %{version}-%{release}
705 Requires:       OpenGL
706 Obsoletes:      XFree86-3DLabs
707
708 %description driver-glint
709 GLINT/Permedia video driver.
710
711 %description driver-glint -l pl
712 Sterownik do kart GLINT i Permedia.
713
714 %package driver-i128
715 Summary:        Number 9 I128 video driver
716 Summary(pl):    Sterownik do kart Number 9 I128
717 Group:          X11/XFree86
718 Requires:       %{name}-modules = %{version}-%{release}
719 Requires:       %{name}-Xserver = %{version}-%{release}
720 Obsoletes:      XFree86-I128
721
722 %description driver-i128
723 Number 9 I128 video driver.
724
725 %description driver-i128 -l pl
726 Sterownik do kart Number 9 I128.
727
728 %package driver-i740
729 Summary:        Intel i740 video driver
730 Summary(pl):    Sterownik do kart na uk³adzie Intel i740
731 Group:          X11/XFree86
732 Requires:       %{name}-modules = %{version}-%{release}
733 Requires:       %{name}-Xserver = %{version}-%{release}
734 Obsoletes:      XFree86-i740
735
736 %description driver-i740
737 Intel i740 video driver.
738
739 %description driver-i740 -l pl
740 Sterownik do kart na uk³adzie Intel i740.
741
742 %package driver-i810
743 Summary:        Intel i810/i815 video driver
744 Summary(pl):    Sterownik do grafiki na uk³adach Intel i810 i i815
745 Group:          X11/XFree86
746 Requires:       %{name}-modules = %{version}-%{release}
747 Requires:       %{name}-Xserver = %{version}-%{release}
748 Requires:       OpenGL
749 Obsoletes:      XFree86-i810
750
751 %description driver-i810
752 Intel i810/i815 video driver.
753
754 %description driver-i810 -l pl
755 Sterownik do grafiki na uk³adach Intel i810 i i815.
756
757 %package driver-mga
758 Summary:        Matrox video driver
759 Summary(pl):    Sterownik do kart Matrox
760 Group:          X11/XFree86
761 Requires:       %{name}-modules = %{version}-%{release}
762 Requires:       %{name}-Xserver = %{version}-%{release}
763 Requires:       OpenGL
764 Obsoletes:      XFree86-mga
765
766 %description driver-mga
767 Matrox video driver.
768
769 %description driver-mga -l pl
770 Sterownik do kart Matrox.
771
772 %package driver-neomagic
773 Summary:        NeoMagic video driver
774 Summary(pl):    Sterownik do kart NeoMagic
775 Group:          X11/XFree86
776 Requires:       %{name}-modules = %{version}-%{release}
777 Requires:       %{name}-Xserver = %{version}-%{release}
778 Obsoletes:      XFree86-NeoMagic
779
780 %description driver-neomagic
781 NeoMagic video driver.
782
783 %description driver-neomagic -l pl
784 Sterownik do kart NeoMagic.
785
786 %package driver-nv
787 Summary:        nVidia video driver
788 Summary(pl):    Sterownik do kart na uk³adach firmy nVidia
789 Group:          X11/XFree86
790 Requires:       %{name}-modules = %{version}-%{release}
791 Requires:       %{name}-Xserver = %{version}-%{release}
792 Obsoletes:      XFree86-NVidia
793
794 %description driver-nv
795 nVidia video driver. Supports Riva128, RivaTNT, GeForce.
796
797 %description driver-nv -l pl
798 Sterownik do kart na uk³adach firmy nVidia: Riva128, RivaTNT, GeForce.
799
800 %package driver-rendition
801 Summary:        Rendition video driver
802 Summary(pl):    Sterownik do kart Rendition
803 Group:          X11/XFree86
804 Requires:       %{name}-modules = %{version}-%{release}
805 Requires:       %{name}-Xserver = %{version}-%{release}
806 Obsoletes:      XFree86-Rendition
807
808 %description driver-rendition
809 Rendition/Micron video driver.
810
811 %description driver-rendition -l pl
812 Sterownik do kart Verite firmowanych przez Rendition/Micron.
813
814 %package driver-s3virge
815 Summary:        S3 ViRGE/Trio3D video driver
816 Summary(pl):    Sterownik do kart na uk³adach S3 ViRGE i Trio3D
817 Group:          X11/XFree86
818 Requires:       %{name}-modules = %{version}-%{release}
819 Requires:       %{name}-Xserver = %{version}-%{release}
820 Obsoletes:      XFree86-S3V
821
822 %description driver-s3virge
823 S3 ViRGE/Trio3D video driver.
824
825 %description driver-s3virge -l pl
826 Sterownik do kart na uk³adach S3 ViRGE i Trio3D.
827
828 %package driver-s3
829 Summary:        S3 Trio video driver
830 Summary(pl):    Sterownik do kart na uk³adach S3 Trio
831 Group:          X11/XFree86
832 Requires:       %{name}-modules = %{version}-%{release}
833 Requires:       %{name}-Xserver = %{version}-%{release}
834 Obsoletes:      XFree86-S3
835
836 %description driver-s3
837 S3 Trio video driver.
838
839 %description driver-s3 -l pl
840 Sterownik do kart na uk³adach S3 Trio.
841
842 %package driver-savage
843 Summary:        S3 Savage video driver
844 Summary(pl):    Sterownik do kart na uk³adach S3 Savage
845 Group:          X11/XFree86
846 Requires:       %{name}-modules = %{version}-%{release}
847 Requires:       %{name}-Xserver = %{version}-%{release}
848
849 %description driver-savage
850 S3 Savage video driver.
851
852 %description driver-savage -l pl
853 Sterownik do kart na uk³adach S3 Savage.
854
855 %package driver-siliconmotion
856 Summary:        Silicon Motion video driver
857 Summary(pl):    Sterownik do kart na uk³adach Silicon Motion
858 Group:          X11/XFree86
859 Requires:       %{name}-modules = %{version}-%{release}
860 Requires:       %{name}-Xserver = %{version}-%{release}
861
862 %description driver-siliconmotion
863 Silicon Motion video driver.
864
865 %description driver-siliconmotion -l pl
866 Sterownik do kart na uk³adach Lynx firmy Silicon Motion.
867
868 %package driver-sis
869 Summary:        SiS video driver
870 Summary(pl):    Sterownik do kart na uk³adach SiS
871 Group:          X11/XFree86
872 Requires:       %{name}-modules = %{version}-%{release}
873 Requires:       %{name}-Xserver = %{version}-%{release}
874 Obsoletes:      XFree86-SiS
875
876 %description driver-sis
877 SiS video driver.
878
879 %description driver-sis -l pl
880 Sterownik do kart na uk³adach SiS.
881
882 %package driver-sunbw2
883 Summary:        sunbw2 - Sun BW2 video driver
884 Summary(pl):    Sterownik do monochromatycznego framebuffera BW2 na Sunie
885 Group:          X11/XFree86
886 Requires:       %{name}-modules = %{version}-%{release}
887 Requires:       %{name}-Xserver = %{version}-%{release}
888 Obsoletes:      XFree86-SunMono
889
890 %description driver-sunbw2
891 sunbw2 - Sun BW2 video driver.
892
893 %description driver-sunbw2 -l pl
894 Sterownik do monochromatycznego framebuffera BW2 na Sunie.
895
896 %package driver-suncg14
897 Summary:        suncg14 - Sun CG14 video driver
898 Summary(pl):    Sterownik do kolorowego framebuffera CG14 na Sunie
899 Group:          X11/XFree86
900 Requires:       %{name}-modules = %{version}-%{release}
901 Requires:       %{name}-Xserver = %{version}-%{release}
902
903 %description driver-suncg14
904 suncg14 - Sun CG14 video driver.
905
906 %description driver-suncg14 -l pl
907 Sterownik do kolorowego framebuffera CG14 na Sunie.
908
909 %package driver-suncg3
910 Summary:        suncg3 - Sun CG3 video cards driver
911 Summary(pl):    Sterownik do kolorowego framebuffera CG3 na Sunie
912 Group:          X11/XFree86
913 Requires:       %{name}-modules = %{version}-%{release}
914 Requires:       %{name}-Xserver = %{version}-%{release}
915
916 %description driver-suncg3
917 suncg3 - Sun CG3 video cards driver.
918
919 %description driver-suncg3 -l pl
920 Sterownik do kolorowego framebuffera CG3 na Sunie.
921
922 %package driver-suncg6
923 Summary:        suncg6 - Sun GX and Turbo GX video driver
924 Summary(pl):    Sterownik do grafiki GX i Turbo GX na Sunie
925 Group:          X11/XFree86
926 Requires:       %{name}-modules = %{version}-%{release}
927 Requires:       %{name}-Xserver = %{version}-%{release}
928
929 %description driver-suncg6
930 suncg6 - Sun GX and Turbo GX video driver.
931
932 %description driver-suncg6 -l pl
933 Sterownik do grafiki GX i Turbo GX na Sunie.
934
935 %package driver-sunffb
936 Summary:        sunffb - Sun Creator, Creator 3D and Elite 3D video cards driver
937 Summary(pl):    Sterownik do kart Sun Creator, Creator 3D, Elite 3D
938 Group:          X11/XFree86
939 Requires:       %{name}-modules = %{version}-%{release}
940 Requires:       %{name}-Xserver = %{version}-%{release}
941
942 %description driver-sunffb
943 sunffb - Sun Creator, Creator 3D and Elite 3D video cards driver.
944
945 %description driver-sunffb -l pl
946 Sterownik do kart Sun Creator, Creator 3D, Elite 3D.
947
948 %package driver-sunleo
949 Summary:        sunleo - Sun Leo (ZX) video cards driver
950 Summary(pl):    Sterownik do kart Sun Leo (ZX)
951 Group:          X11/XFree86
952 Requires:       %{name}-modules = %{version}-%{release}
953 Requires:       %{name}-Xserver = %{version}-%{release}
954
955 %description driver-sunleo
956 sunleo - Sun Leo (ZX) video cards driver.
957
958 %description driver-sunleo -l pl
959 Sterownik do kart Sun Leo (ZX).
960
961 %package driver-suntcx
962 Summary:        suntcx - Sun TCX video cards driver
963 Summary(pl):    Sterownik do kart Sun TCX
964 Group:          X11/XFree86
965 Requires:       %{name}-modules = %{version}-%{release}
966 Requires:       %{name}-Xserver = %{version}-%{release}
967
968 %description driver-suntcx
969 suntcx - Sun TCX video cards driver.
970
971 %description driver-suntcx -l pl
972 Sterownik do kart Sun TCX.
973
974 %package driver-tdfx
975 Summary:        3Dfx video driver
976 Summary(pl):    Sterownik do kart 3Dfx
977 Group:          X11/XFree86
978 Requires:       %{name}-modules = %{version}-%{release}
979 Requires:       %{name}-Xserver = %{version}-%{release}
980 Requires:       OpenGL
981 Requires:       Glide3-DRI
982 Obsoletes:      XFree86-3dfx
983
984 %description driver-tdfx
985 3Dfx video driver. Supports Voodoo Banshee, Voodoo3, Voodoo4, Voodoo5.
986 For Banshee or Voodoo3, DRI driver requires Glide_V3-DRI package, for
987 Voodoo4 or Voodoo5 it requires Glide_V5-DRI package.
988
989 %description driver-tdfx -l pl
990 Sterownik do kart 3Dfx: Voodoo Banshee, Voodoo3, Voodoo4, Voodoo5.
991 Sterownik DRI wymaga pakietu Glide_V3-DRI do kart Banshee lub Voodoo3,
992 a Glide_V5-DRI do kart Voodoo4 lub Voodoo5.
993
994 %package driver-tga
995 Summary:        TGA video driver
996 Summary(pl):    Sterownik do kart TGA
997 Group:          X11/XFree86
998 Requires:       %{name}-modules = %{version}-%{release}
999 Requires:       %{name}-Xserver = %{version}-%{release}
1000 Obsoletes:      XFree86-TGA
1001
1002 %description driver-tga
1003 TGA video driver.
1004
1005 %description driver-tga -l pl
1006 Sterownik do kart TGA.
1007
1008 %package driver-trident
1009 Summary:        Trident video driver
1010 Summary(pl):    Sterownik do kart Trident
1011 Group:          X11/XFree86
1012 Requires:       %{name}-modules = %{version}-%{release}
1013 Requires:       %{name}-Xserver = %{version}-%{release}
1014 Obsoletes:      XFree86-Trident
1015
1016 %description driver-trident
1017 Trident video driver.
1018
1019 %description driver-trident -l pl
1020 Sterownik do kart Trident.
1021
1022 %package driver-tseng
1023 Summary:        Tseng Labs video driver
1024 Summary(pl):    Sterownik do kart Tseng Labs
1025 Group:          X11/XFree86
1026 Requires:       %{name}-modules = %{version}-%{release}
1027 Requires:       %{name}-Xserver = %{version}-%{release}
1028 Obsoletes:      XFree86-Tseng XFree86-W32
1029
1030 %description driver-tseng
1031 Tseng Labs video driver.
1032
1033 %description driver-tseng -l pl
1034 Sterownik do kart firmy Tseng Labs.
1035
1036 %package driver-vmware
1037 Summary:        VMWare SVGA emulated video driver
1038 Summary(pl):    Sterownik do emulacji karty SVGA dostêpnej pod VMware
1039 Group:          X11/XFree86
1040 Requires:       %{name}-modules = %{version}-%{release}
1041 Requires:       %{name}-Xserver = %{version}-%{release}
1042
1043 %description driver-vmware
1044 VMware emulated SVGA video driver. Necessary if you run Linux on
1045 VMware virtual machine.
1046
1047 %description driver-vmware -l pl
1048 Sterownik do emulacji karty SVGA dostêpnej pod VMware. Przydatny,
1049 je¶li uruchamiasz Linuksa na wirtualnej maszynie VMware.
1050
1051 %package libs
1052 Summary:        X11R6 shared libraries
1053 Summary(de):    X11R6 shared Libraries
1054 Summary(es):    Bibliotecas compartidas X11R6
1055 Summary(pl):    Biblioteki dzielone dla X11R6
1056 Summary(fr):    Bibliothèques partagées X11R6
1057 Summary(pt_BR): Bibliotecas compartilhadas X11R6
1058 Group:          X11/XFree86
1059 PreReq:         grep
1060 Requires:       %{name}-common = %{version}
1061 Obsoletes:      xpm
1062 Provides:       xpm
1063
1064 %ifarch sparc sparc64
1065 Obsoletes:      X11R6.1-libs
1066 %endif
1067
1068 %description libs
1069 XFree86-libs contains the shared libraries that most X programs need
1070 to run properly. These shared libraries are in a separate package in
1071 order to reduce the disk space needed to run X applications on a
1072 machine without an X server (i.e, over a network).
1073
1074 If you are installing the X Window System on your machine, you will
1075 need to install XFree86-libs. You will also need to install the
1076 XFree86 package, XFree86-Xserver, one of the XFree86-driver-*,
1077 XFree86-fonts, XFree86-fonts-ISO8859-1, optionally some of the other
1078 fonts (choose 75dpi or 100dpi depending upon your monitor's
1079 resolution), the XFree86-setup and the XFree86-tools. And, finally, if
1080 you are going to be developing applications that run as X clients, you
1081 will also need to install XFree86-devel.
1082
1083 %description libs -l de
1084 Dieses Paket enthält die zur gemeinsamen Nutzung vorgesehenen
1085 Libraries, die die meisten X-Programme für den einwandfreien Betrieb
1086 benötigen. Sie wurden in einem separaten Paket untergebracht, um den
1087 Festplattenspeicherplatz auf Computern zu reduzieren, die ohne einen
1088 X- Server (über ein Netz) arbeiten.
1089
1090 %description libs -l es
1091 Este paquete contiene bibliotecas compartidas que la mayoría de los
1092 programas X necesitan para ejecutarse correctamente. Están en un
1093 paquete a parte, para reducir el espacio en disco necesario para
1094 ejecutar aplicaciones X en una máquina sin un servidor X (a través de
1095 la red).
1096
1097 %description libs -l fr
1098 Ce paquetage contient les bibliothèques partagées nécessaires à de
1099 nombreux programmes X. Elles se trouvent dans un paquetage séparé afin
1100 de réduire l'espace disque nécessaire à l'exécution des applications X
1101 sur une machine sans serveur X (en réseau).
1102
1103 %description libs -l pl
1104 Pakiet zawieraj±cy podstawowe biblioteki potrzebne wiêkszo¶ci
1105 programów korzystaj±cych z systemu X Window. Wydzielony w celu
1106 oszczêdno¶ci miejsca potrzebnego do uruchamiania aplikacji X Window na
1107 komputerach bez X serwera (np. przez sieæ).
1108
1109 %description libs -l tr
1110 Bu paket X programlarýnýn düzgün çalýþabilmeleri için gereken
1111 kitaplýklarý içerir. Bunlar, X programlarýný (sunucu olsun olmasýn)
1112 çalýþtýrmak için gerekli disk alanýný azaltmak için ayrý bir paket
1113 olarak sunulmuþtur.
1114
1115 %description libs -l pt_BR
1116 Este pacote contém bibliotecas compartilhadas que a maioria dos
1117 programas X precisam para rodar corretamente. Eles estão em um pacote
1118 separado para reduzir o espaço em disco necessário para rodar
1119 aplicações X em uma máquina sem um servidor X (através da rede).
1120
1121 %package modules
1122 Summary:        Modules with X servers extensions
1123 Summary(pl):    Wspólne dla wszystkich X serwerów modu³y rozszerzeñ
1124 Group:          X11/XFree86
1125
1126 %description modules
1127 Modules with X servers extensions.
1128
1129 %description modules -l pl
1130 Wspólne dla wszystkich X serwerów modu³y rozszerzeñ.
1131
1132 %package module-PEX
1133 Summary:        PEX extension module
1134 Summary(pl):    Modu³ rozszerzenia PEX
1135 Group:          X11/XFree86
1136 Requires:       %{name}-modules = %{version}
1137
1138 %description module-PEX
1139 PEX extension module for X server. Since XFree86 4.2.0 it's no longer
1140 included by default.
1141
1142 %description module-PEX -l pl
1143 Modu³ rozszerzenia PEX dla X serwera. Od wersji XFree86 4.2.0 nie jest
1144 ju¿ do³±czane domy¶lnie.
1145
1146 %package module-XIE
1147 Summary:        XIE extension module
1148 Summary(pl):    Modu³ rozszerzenia XIE
1149 Group:          X11/XFree86
1150 Requires:       %{name}-modules = %{version}
1151
1152 %description module-XIE
1153 XIE (X Image Extension) extension module for X server. Since XFree86
1154 4.2.0 it's no longer included by default.
1155
1156 %description module-XIE -l pl
1157 Modu³ rozszerzenia XIE (X Image Extension) dla X serwera. Od wersji
1158 XFree86 4.2.0 nie jest ju¿ do³±czane domy¶lnie.
1159
1160 %package setup
1161 Summary:        Graphical configuration tool for XFree86
1162 Summary(pl):    Graficzny konfigurator dla XFree86
1163 Group:          X11/XFree86
1164 Requires:       %{name}-Xserver = %{version}
1165 Obsoletes:      XFree86-xf86cfg
1166
1167 %description setup
1168 Setup containst a configuration tool for the XFree86 family of
1169 servers. It allows you to configure video settings, keyboard layouts,
1170 mouse type, and other miscellaneous options. It is slow however, and
1171 requires the generic VGA 16 color server be available.
1172
1173 %description setup -l pl
1174 Pakiet setup zawiera narzêdzia do konfiguracji XFree86. Pozwala na
1175 skonfigurowanie ustawieñ obrazu, klawiatury, typu myszki i innych
1176 ró¿nych rzeczy. Jednak¿e jest wolny i wymaga dostêpno¶ci serwera do
1177 standardowej 16-kolorowej VGA.
1178
1179 %package static
1180 Summary:        X11R6 static libraries
1181 Summary(pl):    Biblioteki statyczne X11R6
1182 Group:          X11/Libraries
1183 Requires:       %{name}-devel = %{version}
1184 %ifarch sparc sparc64
1185 Obsoletes:      X11R6.1-devel
1186 %endif
1187 Obsoletes:      xpm-static
1188 #Obsoletes:     Mesa-static
1189
1190 %description static
1191 X11R6 static libraries.
1192
1193 %description static -l pl
1194 Biblioteki statyczne X11R6.
1195
1196 %package tools
1197 Summary:        Various tools for XFree86
1198 Summary(pl):    Ró¿ne narzêdzia dla XFree86
1199 Group:          X11/XFree86
1200 Requires:       %{name} >= %{version}
1201 Requires:       XFree86-libs = %{version}
1202 Requires:       man-config
1203 Obsoletes:      X11R6-contrib
1204
1205 %description tools
1206 Various tools for X, including listres, xbiff, xedit, xeyes, xcalc,
1207 xload and xman, among others.
1208
1209 If you're using X, you should install XFree86-tools. You will also
1210 need to install the XFree86 package, the XFree86 package which
1211 corresponds to your video card, some of the XFree86 fonts packages,
1212 the XFree86-setup package and the XFree86-libs package.
1213
1214 Finally, if you are going to develop applications that run as X
1215 clients, you will also need to install XFree86-devel.
1216
1217 This package contains all applications that used to be in
1218 X11R6-contrib in older releases.
1219
1220 %description tools -l pl
1221 Ró¿ne narzêdzia dla X, w tym listres, xbiff, xedit, xeyes, xcalc,
1222 xload, xman i inne.
1223
1224 Je¶li u¿ywasz Xów powiniene¶ zainstalowaæ XFree86-tools. Bêdziesz
1225 równie¿ musia³ zainstalowaæ pakiet XFree86, pakiet odpowiadaj±cy
1226 Twojej karcie graficznej, jeden z pakietów z fontami, pakiet
1227 Xconfigurator oraz XFree86-libs.
1228
1229 Wreszcie, je¶li zamierzasz tworzyæ aplikacje, które dzia³aj± jako
1230 klienci X, bêdziesz musia³ zainstalowaæ równie¿ XFree86-devel.
1231
1232 Ten pakiet zawiera aplikacje, które by³y w X11R6-contrib w starszych
1233 wersjach X.
1234
1235 %package -n sessreg
1236 Summary:        sessreg - manage utmp/wtmp entries for non-init clients
1237 Summary(pl):    Program do zarz±dzania wpisami w utmp/wtmp
1238 Group:          X11/XFree86
1239
1240 %description -n sessreg
1241 sessreg is a simple program for managing utmp/wtmp entries for xdm
1242 sessions.
1243
1244 System V has a better interface to /var/run/utmp than BSD; it
1245 dynamically allocates entries in the file, instead of writing them at
1246 fixed positions indexed by position in /etc/ttys.
1247
1248 %description -n sessreg -l pl
1249 sessreg jest prostym programem do zarz±dzania wpisami w utmp/wtmp dla
1250 sesji xdm.
1251
1252 System V ma lepszy ni¿ BSD interfejs do /var/run/utmp; dynamicznie
1253 alokuje wpisy w pliku, zamiast zapisywania ich na ustalonych pozycjach
1254 indeksowanych po³o¿eniem w /etc/ttys.
1255
1256 %package -n twm
1257 Summary:        Tab Window Manager for the X Window System
1258 Summary(pl):    Twm - podstawowy zarz±dca okien dla X Window System
1259 Group:          X11/Window Managers
1260 Requires:       XFree86-libs = %{version}
1261
1262 %description -n twm
1263 Twm is a window manager for the X Window System. It provides
1264 titlebars, shaped windows, several forms of icon management,
1265 user-defined macro functions, click-to-type and pointerdriven keyboard
1266 focus, and user-specified key and pointer button bindings.
1267
1268 %description -n twm -l pl
1269 Twm jest mened¿erem okien dla X Window System. Daje belki tytu³owe,
1270 ramki okien, parê form zarz±dzania ikonami, definiowalne makra,
1271 ustawianie focusu klikniêciem lub po³o¿eniem wska¼nika myszy,
1272 definiowalne przypisania klawiszy i przycisków myszy.
1273
1274 %package -n xauth
1275 Summary:        xauth - X authority file utility
1276 Summary(pl):    xauth - narzêdzie do plików X authority
1277 Group:          X11/XFree86
1278 Requires:       %{name}-libs = %{version}
1279
1280 %description -n xauth
1281 The xauth program is used to edit and display the authorization
1282 information used in connecting to the X server. This program is
1283 usually used to extract authorization records from one machine and
1284 merge them in on another (as is the case when using remote logins or
1285 granting access to other users).
1286
1287 %description -n xauth -l pl
1288 Program xauth s³u¿y do edycji i wy¶wietlania informacji
1289 autoryzacyjnych u¿ywanych przy ³±czeniu z Xserwerem. Ten program
1290 przewa¿nie jest u¿ywany do wyci±gania rekordów autoryzacji z jednej
1291 maszyny i do³±czania ich na innej (w celu umo¿liwienia zdalnego
1292 logowania lub udostêpnienia innym u¿ytkownikom).
1293
1294 %package -n xdm
1295 Summary:        xdm - X Display Manager with support for XDMCP, host chooser
1296 Summary(pl):    XDM - display mened¿er z obs³ug± XDMCP i wybieraniem hostów
1297 Group:          X11/XFree86
1298 Requires:       %{name} = %{version}
1299 Requires:       pam >= 0.71
1300 Requires:       %{name}-libs = %{version}
1301 Requires:       sessreg = %{version}
1302 Requires:       /usr/X11R6/bin/sessreg
1303 Provides:       XDM
1304 PreReq:         chkconfig
1305 Obsoletes:      XFree86-xdm
1306 Obsoletes:      gdm
1307 Obsoletes:      kdm
1308
1309 %description -n xdm
1310 Xdm manages a collection of X displays, which may be on the local host
1311 or remote servers. The design of xdm was guided by the needs of X
1312 terminals as well as the X Consortium standard XDMCP, the X Display
1313 Manager Control Protocol.
1314
1315 %description -n xdm -l pl
1316 Xdm zarz±dza zestawem ekranów X, które mog± byæ lokalne lub na
1317 zdalnych serwerach. Zosta³ zaprojektowany zgodnie z potrzebami X
1318 terminali oraz standardem X Consortium XDMCP.
1319
1320 %package -n xfs
1321 Summary:        Font server for XFree86
1322 Summary(pl):    Serwer fontów dla XFree86
1323 Group:          X11/XFree86
1324 Requires:       %{name}-libs = %{version}
1325 Requires:       XFree86-fonts-base
1326 PreReq:         chkconfig
1327 Requires(pre):  /bin/id
1328 Requires(pre):  /usr/bin/getgid
1329 Requires(pre):  /usr/sbin/useradd
1330 Requires(pre):  /usr/sbin/groupadd
1331 Requires(postun):       /usr/sbin/groupdel
1332 Requires(postun):       /usr/sbin/userdel
1333 Obsoletes:      xfsft XFree86-xfs
1334
1335 %description -n xfs
1336 This is a font server for XFree86. You can serve fonts to other X
1337 servers remotely with this package, and the remote system will be able
1338 to use all fonts installed on the font server, even if they are not
1339 installed on the remote computer.
1340
1341 %description -n xfs -l pl
1342 Pakiet zawiera serwer fontów dla XFree86. Mo¿e udostêpniaæ fonty dla X
1343 serwerów lokalnych lub zdalnych.
1344
1345 #--- %prep ---------------------------
1346
1347 %prep
1348 %setup -q -c -a1
1349 %patch0 -p1
1350 %patch1 -p1
1351 %patch2 -p1
1352 %patch3 -p1
1353 %patch4 -p1
1354 %patch5 -p0
1355 # not ready yet
1356 #%patch6 -p0
1357 %patch7 -p1
1358 %patch8 -p1
1359 %patch9 -p1
1360 %patch10 -p1
1361 %patch11 -p0
1362 %patch12 -p1
1363 %patch13 -p1
1364 %patch14 -p1
1365 %patch15 -p1
1366 %patch16 -p1
1367 %patch17 -p1
1368 %patch18 -p1
1369 #%patch19 -p1
1370 %patch20 -p1
1371 %patch21 -p1
1372 %patch22 -p1
1373 %patch23 -p1
1374 %patch24 -p1
1375 %patch25 -p1
1376 %patch26 -p1
1377 %patch27 -p1
1378 %ifarch sparc sparc64
1379 # needs updating (14 rejects)
1380 #%patch28 -p1
1381 %endif
1382 # don't see what exatly it is doing, is it needed now?
1383 # could someone else look at it (rejects)
1384 #%patch29 -p1
1385 %patch30 -p1
1386 %patch31 -p1
1387 %patch32 -p1
1388 %patch33 -p1
1389
1390 rm -f xc/config/cf/host.def
1391
1392 # New ATI drivers
1393 cd xc/programs/Xserver/hw/xfree86/drivers
1394 bzcat %{SOURCE16} | tar x
1395 mv ati ati.old
1396 mv ati.2 ati
1397 cd ati.old
1398 %patch34 -p1
1399
1400 #--- %build --------------------------
1401
1402 %build
1403 %{__make} -S -C xc World DEFAULT_OS_CPU_FROB=%{_target_cpu} \
1404         "BOOTSTRAPCFLAGS=%{rpmcflags}" \
1405         "CCOPTIONS=%{rpmcflags}" \
1406         "CXXOPTIONS=%{rpmcflags}" \
1407         "CXXDEBUGFLAGS=" "CDEBUGFLAGS="
1408
1409 %ifnarch alpha
1410 %{__make} -C xc/programs/Xserver/hw/xfree86/drivers SUBDIRS="ati.old" Makefiles
1411 %{__make} -C xc/programs/Xserver/hw/xfree86/drivers SUBDIRS="ati.old" all \
1412         "BOOTSTRAPCFLAGS=%{rpmcflags}" \
1413         "CCOPTIONS=%{rpmcflags}" \
1414         "CXXOPTIONS=%{rpmcflags}" \
1415         "CXXDEBUGFLAGS=" "CDEBUGFLAGS="
1416 %endif
1417
1418 #--- %install ------------------------
1419
1420 %install
1421 rm -rf $RPM_BUILD_ROOT
1422 install -d $RPM_BUILD_ROOT/etc/{X11,pam.d,rc.d/init.d,security/console.apps,sysconfig} \
1423         $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/pl \
1424         $RPM_BUILD_ROOT%{_datadir}/{misc,sounds} \
1425         $RPM_BUILD_ROOT%{_sbindir} \
1426         $RPM_BUILD_ROOT/usr/{bin,include,lib} \
1427         $RPM_BUILD_ROOT/var/{log,lib/xkb} \
1428         $RPM_BUILD_ROOT{%{_applnkdir}/{Utilities,Terminals},%{_pixmapsdir}/mini} \
1429         $RPM_BUILD_ROOT%{_wmpropsdir}
1430
1431 %{__make} -C xc "DESTDIR=$RPM_BUILD_ROOT" \
1432                 "DOCDIR=/usr/share/doc/%{name}-%{version}" \
1433                 "INSTBINFLAGS=-m 755" \
1434                 "INSTPGMFLAGS=-m 755" \
1435                 "RAWCPP=/lib/cpp" \
1436                 "BOOTSTRAPCFLAGS=%{rpmcflags}" \
1437                 "CCOPTIONS=%{rpmcflags}" \
1438                 "CXXOPTIONS=%{rpmcflags}" \
1439                 "CXXDEBUGFLAGS=" "CDEBUGFLAGS=" \
1440                 install install.man
1441
1442 %ifnarch alpha
1443 install xc/programs/Xserver/hw/xfree86/drivers/ati.old/ati_drv.o \
1444         $RPM_BUILD_ROOT%{_libdir}/modules/drivers/ati_old_drv.o 
1445 install xc/programs/Xserver/hw/xfree86/drivers/ati.old/atimisc_drv.o \
1446         $RPM_BUILD_ROOT%{_libdir}/modules/drivers/atimisc_old_drv.o
1447 install xc/programs/Xserver/hw/xfree86/drivers/ati.old/r128_drv.o \
1448         $RPM_BUILD_ROOT%{_libdir}/modules/drivers/r128_old_drv.o
1449 install xc/programs/Xserver/hw/xfree86/drivers/ati.old/radeon_drv.o \
1450         $RPM_BUILD_ROOT%{_libdir}/modules/drivers/radeon_old_drv.o
1451 %endif
1452
1453 # setting default X
1454 rm -f $RPM_BUILD_ROOT%{_bindir}/X
1455 ln -sf XFree86 $RPM_BUILD_ROOT%{_bindir}/X
1456
1457 # setting ghost X in /etc/X11 -- xf86config will fix this ...
1458 ln -sf ../..%{_bindir}/XFree86 $RPM_BUILD_ROOT%{_sysconfdir}/X11/X
1459
1460 # add X11 links in /usr/bin, /usr/lib /usr/include
1461 ln -sf ../X11R6/include/X11 $RPM_BUILD_ROOT/usr/include/X11
1462 ln -sf ../X11R6/lib/X11 $RPM_BUILD_ROOT/usr/lib/X11
1463 ln -sf ../X11R6/bin $RPM_BUILD_ROOT/usr/bin/X11
1464
1465 # fix libGL*.so links
1466 rm -f $RPM_BUILD_ROOT%{_libdir}/libGL*.so
1467 ln -sf libGL.so.1 $RPM_BUILD_ROOT%{_libdir}/libGL.so
1468 ln -sf libGLU.so.1 $RPM_BUILD_ROOT%{_libdir}/libGLU.so
1469
1470 # set up PLD xdm config
1471 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/{*Console,Xaccess,Xsession,Xsetup*}
1472 install xdm-xinitrc-*/pixmaps/* $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/pixmaps/
1473 install xdm-xinitrc-*/{*Console,Xaccess,Xsession,Xsetup*} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xdm/
1474
1475 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/xdm
1476 install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/xserver
1477 install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/xdm
1478 install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/xfs
1479 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/X11/fs/config
1480 install %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/pl/XTerm
1481
1482 install %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/xdm
1483 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/xfs
1484
1485 install %{SOURCE10} $RPM_BUILD_ROOT%{_wmpropsdir}/twm.desktop
1486 install %{SOURCE11} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
1487 install %{SOURCE12} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
1488 install %{SOURCE13} $RPM_BUILD_ROOT%{_applnkdir}/Terminals
1489
1490 install %{SOURCE14} $RPM_BUILD_ROOT%{_datadir}/pixmaps
1491
1492 bzip2 -dc %{SOURCE15} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
1493
1494 > $RPM_BUILD_ROOT/etc/security/console.apps/xserver
1495 > $RPM_BUILD_ROOT/etc/security/blacklist.xserver
1496 > $RPM_BUILD_ROOT/etc/security/blacklist.xdm
1497
1498 ln -sf %{_fontsdir} $RPM_BUILD_ROOT%{_libdir}/X11/fonts
1499
1500 # do not duplicate xkbcomp program
1501 rm -f $RPM_BUILD_ROOT%{_libdir}/X11/xkb/xkbcomp
1502 ln -sf %{_bindir}/xkbcomp $RPM_BUILD_ROOT%{_sysconfdir}/X11/xkb/xkbcomp
1503
1504 ln -sf ../../../share/doc/%{name}-%{version} \
1505         $RPM_BUILD_ROOT%{_libdir}/X11/doc
1506
1507 rm -f $RPM_BUILD_ROOT%{_libdir}/X11/config/host.def
1508
1509 :> $RPM_BUILD_ROOT%{_libdir}/X11/config/host.def
1510 :> $RPM_BUILD_ROOT%{_sysconfdir}/X11/XF86Config
1511
1512 rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/html
1513
1514 # directories for applications locales
1515 echo '%defattr(644,root,root,755)' > XFree86-libs.lang
1516 for lang in af az bg bg_BG.cp1251 br ca cs da de el en_GB eo es et eu fi \
1517         fr ga gl he hr hu is it ja ko lt mi mk nl nn no pl pt pt_BR ro ru sk \
1518         sl sr sv ta th tr uk wa zh_CN zh_CN.GB2312 zh_TW.Big5 ; do
1519         install -d $RPM_BUILD_ROOT%{_datadir}/locale/${lang}/LC_MESSAGES
1520         echo "%lang(${lang}) %{_datadir}/locale/${lang}" >> XFree86-libs.lang
1521 done
1522
1523 %ifnarch sparc sparc64
1524 gzip -9nf $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/*
1525
1526 # don't gzip README.* files, they are needed by XF86Setup
1527 gunzip $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/README.*
1528 %endif
1529
1530 %clean
1531 rm -rf $RPM_BUILD_ROOT
1532
1533 #--- %post{un}, %preun, %verifyscript, %trigge ----------
1534
1535 %post   DPS -p /sbin/ldconfig
1536 %postun DPS -p /sbin/ldconfig
1537
1538 %post   PEX -p /sbin/ldconfig
1539 %postun PEX -p /sbin/ldconfig
1540
1541 %post   XIE -p /sbin/ldconfig
1542 %postun XIE -p /sbin/ldconfig
1543
1544 %post   OpenGL-libs -p /sbin/ldconfig
1545 %postun OpenGL-libs -p /sbin/ldconfig
1546
1547 %post libs
1548 grep "^%{_libdir}$" /etc/ld.so.conf >/dev/null 2>&1
1549 [ $? -ne 0 ] && echo "%{_libdir}" >> /etc/ld.so.conf
1550 /sbin/ldconfig
1551
1552 %postun libs
1553 if [ "$1" = "0" ]; then
1554         grep -v "%{_libdir}" /etc/ld.so.conf > /etc/ld.so.conf.new
1555         mv -f /etc/ld.so.conf.new /etc/ld.so.conf
1556 fi
1557 /sbin/ldconfig
1558
1559 %verifyscript libs
1560 echo -n "Looking for %{_libdir} in /etc/ld.so.conf... "
1561 if ! grep "^%{_libdir}$" /etc/ld.so.conf > /dev/null; then
1562         echo "missing"
1563         echo "%{_libdir} missing from /etc/ld.so.conf" >&2
1564 else
1565         echo "found"
1566 fi
1567
1568 %triggerpostun modules -- XFree86-modules < 4.0.2
1569 if [ -d /usr/X11R6/lib/X11/xkb ]; then
1570         rm -rf /usr/X11R6/lib/X11/xkb
1571         ln -sf ../../../../etc/X11/xkb /usr/X11R6/lib/X11/xkb
1572 fi
1573
1574 %post -n xdm
1575 /sbin/chkconfig --add xdm
1576 if [ -f /var/lock/subsys/xdm ]; then
1577         /etc/rc.d/init.d/xdm restart >&2
1578 else
1579         echo "Run \"/etc/rc.d/init.d/xdm start\" to start xdm." >&2
1580 fi
1581
1582 %preun -n xdm
1583 if [ "$1" = "0" ]; then
1584         if [ -f /var/lock/subsys/xdm ]; then
1585                 /etc/rc.d/init.d/xdm stop >&2
1586         fi
1587         /sbin/chkconfig --del xdm
1588 fi
1589
1590 %pre -n xfs
1591 if [ -n "`/usr/bin/getgid xfs`" ]; then
1592         if [ "`/usr/bin/getgid xfs`" != "56" ]; then
1593                 echo "Warning: group xfs hasn't gid=56. Correct this before installing xfs." 1>&2
1594                 exit 1
1595         fi
1596 else
1597         /usr/sbin/groupadd -g 56 -r -f xfs
1598 fi
1599 if [ -n "`/bin/id -u xfs 2>/dev/null`" ]; then
1600         if [ "`/bin/id -u xfs`" != "56" ]; then
1601                 echo "Warning: user xfs hasn't uid=56. Corrent this before installing xfs." 1>&2
1602                 exit 1
1603         fi
1604 else
1605         /usr/sbin/useradd -u 56 -r -d /etc/X11/fs -s /bin/false -c "X Font Server" -g xfs xfs 1>&2
1606 fi
1607
1608 %post -n xfs
1609 /sbin/chkconfig --add xfs
1610 if [ -f /var/lock/subsys/xfs ]; then
1611         /etc/rc.d/init.d/xfs restart >&2
1612 else
1613         echo "Run \"/etc/rc.d/init.d/xfs start\" to start font server." >&2
1614 fi
1615
1616 %preun -n xfs
1617 if [ "$1" = "0" ]; then
1618         if [ -f /var/lock/subsys/xfs ]; then
1619                 /etc/rc.d/init.d/xfs stop >&2
1620         fi
1621         /sbin/chkconfig --del xfs
1622 fi
1623
1624 %postun -n xfs
1625 if [ "$1" = "0" ]; then
1626         /usr/sbin/userdel xfs 2>/dev/null
1627         /usr/sbin/groupdel xfs 2>/dev/null
1628 fi
1629
1630 #--- %files --------------------------
1631
1632 %files
1633 %defattr(644,root,root,755)
1634 %ifnarch sparc sparc64
1635 %doc %{_docdir}/%{name}-%{version}
1636 %doc %{_libdir}/X11/doc
1637 %endif
1638
1639 %dir %{_libdir}/X11/app-defaults
1640 %{_libdir}/X11/app-defaults/XCalc
1641 %{_libdir}/X11/app-defaults/XCalc-color
1642 %{_libdir}/X11/app-defaults/XClipboard
1643 %{_libdir}/X11/app-defaults/XClock
1644 %{_libdir}/X11/app-defaults/XLoad
1645 %{_libdir}/X11/app-defaults/XLogo
1646 %{_libdir}/X11/app-defaults/XLogo-color
1647 %{_libdir}/X11/app-defaults/XSm
1648 %{_libdir}/X11/app-defaults/XTerm
1649 %{_libdir}/X11/app-defaults/XTerm-color
1650 %ifnarch sparc sparc64
1651 %{_libdir}/X11/app-defaults/XF86Cfg
1652 %endif
1653
1654 %attr(755,root,root) %{_libdir}/X11/lbxproxy
1655 %attr(755,root,root) %{_libdir}/X11/proxymngr
1656 %attr(755,root,root) %{_libdir}/X11/rstart
1657 %attr(755,root,root) %{_libdir}/X11/fonts
1658 %attr(755,root,root) %{_libdir}/X11/xinit
1659 %attr(755,root,root) %{_libdir}/X11/xsm
1660
1661 %dir /etc/X11/xinit
1662 %dir /etc/X11/lbxproxy
1663 /etc/X11/lbxproxy/*
1664 %dir /etc/X11/proxymngr
1665 /etc/X11/proxymngr/*
1666 %dir /etc/X11/rstart
1667 /etc/X11/rstart/config
1668 %attr(755,root,root) /etc/X11/rstart/rstartd.real
1669 %dir /etc/X11/rstart/commands
1670 /etc/X11/rstart/commands/x
1671 /etc/X11/rstart/commands/x11
1672 %attr(755,root,root) /etc/X11/rstart/commands/*List*
1673 %dir /etc/X11/rstart/commands/x11r6
1674 %attr(755,root,root) /etc/X11/rstart/commands/x11r6/*
1675 %dir /etc/X11/rstart/contexts
1676 /etc/X11/rstart/contexts/*
1677 %dir /etc/X11/xsm
1678 /etc/X11/xsm/*
1679
1680 %lang(pl) %{_libdir}/X11/app-defaults/pl
1681
1682 %dir %{_libdir}/X11/x11perfcomp
1683 %attr(755,root,root) %{_libdir}/X11/x11perfcomp/*
1684
1685 %attr(755,root,root) %{_bindir}/Xmark
1686 %attr(755,root,root) %{_bindir}/appres
1687 %attr(755,root,root) %{_bindir}/atobm
1688 %attr(755,root,root) %{_bindir}/bitmap
1689 %attr(755,root,root) %{_bindir}/bmtoa
1690 %attr(755,root,root) %{_bindir}/cxpm
1691 %attr(755,root,root) %{_bindir}/dga
1692 %attr(755,root,root) %{_bindir}/editres
1693 %attr(755,root,root) %{_bindir}/iceauth
1694 %attr(755,root,root) %{_bindir}/lbxproxy
1695 %attr(755,root,root) %{_bindir}/lndir
1696 %attr(755,root,root) %{_bindir}/makeg
1697 %attr(755,root,root) %{_bindir}/makestrs
1698 %attr(755,root,root) %{_bindir}/mergelib
1699 %attr(755,root,root) %{_bindir}/mkdirhier
1700 %attr(755,root,root) %{_bindir}/mkfontdir
1701 %attr(755,root,root) %{_bindir}/proxymngr
1702 %attr(755,root,root) %{_bindir}/resize
1703 %attr(755,root,root) %{_bindir}/revpath
1704 %attr(755,root,root) %{_bindir}/rstart
1705 %attr(755,root,root) %{_bindir}/rstartd
1706 %attr(755,root,root) %{_bindir}/setxkbmap
1707 %attr(755,root,root) %{_bindir}/showrgb
1708 %attr(755,root,root) %{_bindir}/smproxy
1709 %attr(755,root,root) %{_bindir}/startx
1710 %attr(755,root,root) %{_bindir}/sxpm
1711 %attr(755,root,root) %{_bindir}/xcmsdb
1712 %attr(755,root,root) %{_bindir}/xconsole
1713 %attr(755,root,root) %{_bindir}/xcutsel
1714 %attr(755,root,root) %{_bindir}/xdpyinfo
1715 %attr(755,root,root) %{_bindir}/xfindproxy
1716 %attr(755,root,root) %{_bindir}/xfwp
1717 %attr(755,root,root) %{_bindir}/xgamma
1718 %attr(755,root,root) %{_bindir}/xhost
1719 %attr(755,root,root) %{_bindir}/xinit
1720 %attr(755,root,root) %{_bindir}/xkbbell
1721 %attr(755,root,root) %{_bindir}/xkbevd
1722 %attr(755,root,root) %{_bindir}/xkbprint
1723 %attr(755,root,root) %{_bindir}/xkbvleds
1724 %attr(755,root,root) %{_bindir}/xkbwatch
1725 %attr(755,root,root) %{_bindir}/xlsatoms
1726 %attr(755,root,root) %{_bindir}/xlsclients
1727 %attr(755,root,root) %{_bindir}/xlsfonts
1728 %attr(755,root,root) %{_bindir}/xmodmap
1729 %attr(755,root,root) %{_bindir}/xon
1730 %attr(755,root,root) %{_bindir}/xprop
1731 %attr(755,root,root) %{_bindir}/xrdb
1732 %attr(755,root,root) %{_bindir}/xrefresh
1733 %attr(755,root,root) %{_bindir}/xset
1734 %attr(755,root,root) %{_bindir}/xsetmode
1735 %attr(755,root,root) %{_bindir}/xsetpointer
1736 %attr(755,root,root) %{_bindir}/xsetroot
1737 %attr(755,root,root) %{_bindir}/xsm
1738 %attr(755,root,root) %{_bindir}/xstdcmap
1739 %attr(755,root,root) %{_bindir}/xterm
1740 %attr(755,root,root) %{_bindir}/xvidtune
1741 %attr(755,root,root) %{_bindir}/xvinfo
1742 %attr(755,root,root) %{_bindir}/xwd
1743 %attr(755,root,root) %{_bindir}/xwud
1744
1745 %{_includedir}/X11/bitmaps
1746 %{_includedir}/X11/pixmaps
1747
1748 %{_applnkdir}/Utilities/xconsole.desktop
1749 %{_applnkdir}/Terminals/*
1750 %{_libdir}/X11/app-defaults/Xvidtune
1751 %{_pixmapsdir}/x*
1752
1753 %{_mandir}/man1/Xmark.1*
1754 %{_mandir}/man1/appres.1*
1755 %{_mandir}/man1/atobm.1*
1756 %{_mandir}/man1/bdftopcf.1*
1757 %{_mandir}/man1/bitmap.1*
1758 %{_mandir}/man1/bmtoa.1*
1759 %{_mandir}/man1/cxpm.1*
1760 %{_mandir}/man1/dga.1*
1761 %{_mandir}/man1/editres.1*
1762 %{_mandir}/man1/iceauth.1*
1763 %{_mandir}/man1/lbxproxy.1*
1764 %ifnarch alpha
1765 %{_mandir}/man1/libxrx.1*
1766 %endif
1767 %{_mandir}/man1/lndir.1*
1768 %{_mandir}/man1/makestrs.1*
1769 %{_mandir}/man1/makeg.1*
1770 %{_mandir}/man1/mkdirhier.1*
1771 %{_mandir}/man1/mkfontdir.1*
1772 %{_mandir}/man1/proxymngr.1*
1773 %{_mandir}/man1/resize.1*
1774 %{_mandir}/man1/revpath.1*
1775 %{_mandir}/man1/rstart.1*
1776 %{_mandir}/man1/rstartd.1*
1777 %{_mandir}/man1/setxkbmap.1*
1778 %{_mandir}/man1/showrgb.1*
1779 %{_mandir}/man1/smproxy.1*
1780 %{_mandir}/man1/startx.1*
1781 %{_mandir}/man1/sxpm.1*
1782 %{_mandir}/man1/xcmsdb.1*
1783 %{_mandir}/man1/xconsole.1*
1784 %{_mandir}/man1/xcutsel.1*
1785 %{_mandir}/man1/xdpyinfo.1*
1786 %{_mandir}/man1/xfindproxy.1*
1787 %{_mandir}/man1/xfwp.1*
1788 %{_mandir}/man1/xgamma.1*
1789 %{_mandir}/man1/xhost.1*
1790 %{_mandir}/man1/xinit.1*
1791 %{_mandir}/man1/xkbevd.1*
1792 %{_mandir}/man1/xkbprint.1*
1793 %{_mandir}/man1/xlsatoms.1*
1794 %{_mandir}/man1/xlsclients.1*
1795 %{_mandir}/man1/xlsfonts.1*
1796 %{_mandir}/man1/xmodmap.1*
1797 %{_mandir}/man1/xprop.1*
1798 %{_mandir}/man1/xrdb.1*
1799 %{_mandir}/man1/xrefresh.1*
1800 %{_mandir}/man1/xset.1*
1801 %{_mandir}/man1/xsetmode.1*
1802 %{_mandir}/man1/xsetpointer.1*
1803 %{_mandir}/man1/xsetroot.1*
1804 %{_mandir}/man1/xsm.1*
1805 %{_mandir}/man1/xstdcmap.1*
1806 %{_mandir}/man1/xterm.1*
1807 %{_mandir}/man1/xvidtune.1*
1808 %{_mandir}/man1/xvinfo.1*
1809 %{_mandir}/man1/xwd.1*
1810 %{_mandir}/man1/xwud.1*
1811 %{_mandir}/man1/xon.1*
1812 %{_mandir}/man7/*
1813
1814 %lang(it) %{_mandir}/it/man1/startx.1*
1815 %lang(it) %{_mandir}/it/man1/xconsole.1*
1816 %lang(it) %{_mandir}/it/man1/xinit.1*
1817 %lang(it) %{_mandir}/it/man1/xsetpointer.1*
1818
1819 %lang(ko) %{_mandir}/ko/man1/xterm.1*
1820
1821 %lang(pl) %{_mandir}/pl/man1/lbxproxy.1*
1822 %lang(pl) %{_mandir}/pl/man1/startx.1*
1823 %lang(pl) %{_mandir}/pl/man1/xinit.1*
1824 %lang(pl) %{_mandir}/pl/man1/xwd.1*
1825
1826 %files common
1827 %defattr(644,root,root,755)
1828 /usr/bin/X11
1829 /usr/lib/X11
1830 %dir %{_bindir}
1831 %dir %{_libdir}
1832 %dir %{_libdir}/X11
1833 %{_libdir}/X11/rgb.txt
1834
1835 %files DPS
1836 %defattr(644,root,root,755)
1837 %attr(755,root,root) %{_bindir}/makepsres
1838 %attr(755,root,root) %{_bindir}/pswrap
1839 %attr(755,root,root) %{_bindir}/dpsinfo
1840 %attr(755,root,root) %{_bindir}/dpsexec
1841 %attr(755,root,root) %{_libdir}/libdps.so.*.*
1842 %attr(755,root,root) %{_libdir}/libdpstk.so.*.*
1843 %attr(755,root,root) %{_libdir}/libpsres.so.*.*
1844 %{_mandir}/man1/makepsres*
1845 %{_mandir}/man1/pswrap*
1846 %{_mandir}/man1/dpsexec*
1847 %{_mandir}/man1/dpsinfo*
1848
1849 %files DPS-devel
1850 %defattr(644,root,root,755)
1851 %attr(755,root,root) %{_libdir}/libdps.so
1852 %attr(755,root,root) %{_libdir}/libdpstk.so
1853 %attr(755,root,root) %{_libdir}/libpsres.so
1854 %{_includedir}/DPS
1855
1856 %files DPS-static
1857 %defattr(644,root,root,755)
1858 %{_libdir}/libdps.a
1859 %{_libdir}/libdpstk.a
1860 %{_libdir}/libpsres.a
1861
1862 %ifnarch alpha sparc64 ia64 s390x
1863 %files PEX
1864 %defattr(644,root,root,755)
1865 %attr(755,root,root) %{_libdir}/libPEX5.so.*.*
1866
1867 %files PEX-devel
1868 %defattr(644,root,root,755)
1869 %attr(755,root,root) %{_libdir}/libPEX5.so
1870 %{_includedir}/X11/PEX5
1871
1872 %files PEX-static
1873 %defattr(644,root,root,755)
1874 %{_libdir}/libPEX5.a
1875 %endif
1876
1877 %files XIE
1878 %defattr(644,root,root,755)
1879 %attr(755,root,root) %{_libdir}/libXIE.so.*.*
1880
1881 %files XIE-devel
1882 %defattr(644,root,root,755)
1883 %attr(755,root,root) %{_libdir}/libXIE.so
1884 %{_includedir}/X11/extensions/XIE*
1885
1886 %files XIE-static
1887 %defattr(644,root,root,755)
1888 %{_libdir}/libXIE.a
1889
1890 %files OpenGL-core
1891 %defattr(644,root,root,755)
1892 %attr(755,root,root) %{_libdir}/libGL.so.*.*
1893 %ifnarch sparc sparc64
1894 %attr(755,root,root) %{_libdir}/modules/extensions/libglx.a
1895 %attr(755,root,root) %{_libdir}/modules/extensions/libGLcore.a
1896 %endif
1897
1898 %files OpenGL-devel
1899 %defattr(644,root,root,755)
1900 %attr(755,root,root) %{_libdir}/libGL*.so
1901 %ifnarch alpha
1902 %attr(755,root,root) %{_libdir}/libOSMesa*.so
1903 %endif
1904 %{_libdir}/libGLw.a
1905 %dir %{_includedir}/GL
1906 %attr(644,root,root) %{_includedir}/GL/*
1907 %{_mandir}/man3/gl[A-Z]*
1908 %{_mandir}/man3/glu*
1909 %{_mandir}/man3/GLw*
1910
1911 %files OpenGL-libs
1912 %defattr(644,root,root,755)
1913 %attr(755,root,root) %{_bindir}/glxinfo
1914 %attr(755,root,root) %{_libdir}/libGLU.so.*.*
1915 %ifnarch alpha
1916 %attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
1917 %endif
1918 %{_mandir}/man1/glxinfo.1*
1919
1920 %files OpenGL-static
1921 %defattr(644,root,root,755)
1922 %{_libdir}/libGL.a
1923 %{_libdir}/libGLU.a
1924 %ifnarch alpha
1925 %{_libdir}/libOSMesa*.a
1926 %endif
1927
1928 %files Xnest
1929 %defattr(644,root,root,755)
1930 %attr(755,root,root) %{_bindir}/Xnest
1931 %{_mandir}/man1/Xnest.1*
1932
1933 %files Xprt
1934 %defattr(644,root,root,755)
1935 %attr(755,root,root) %{_bindir}/Xprt
1936
1937 %files Xserver
1938 %defattr(644,root,root,755)
1939 %attr(4755,root,root) %{_bindir}/Xwrapper
1940 %attr(755,root,root) %{_bindir}/XFree86
1941 %attr(755,root,root) %{_sysconfdir}/X11/X
1942 %attr(755,root,root) %{_bindir}/X
1943 %{_mandir}/man1/XFree86.1*
1944 %{_mandir}/man1/Xserver.1*
1945 %{_mandir}/man5/XF86Config.5*
1946
1947 %{_libdir}/X11/Cards
1948 %{_libdir}/X11/Options
1949
1950 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/X11/XF86Config
1951 %attr(640,root,root) %config %verify(not md5 size mtime) /etc/pam.d/xserver
1952 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/security/blacklist.xserver
1953 %config(missingok) /etc/security/console.apps/xserver
1954
1955 %files Xvfb
1956 %defattr(644,root,root,755)
1957 %attr(755,root,root) %{_bindir}/Xvfb
1958 %{_mandir}/man1/Xvfb.1*
1959
1960 %files devel
1961 %defattr(644,root,root,755)
1962 %attr(755,root,root) %{_bindir}/gccmakedep
1963 %attr(755,root,root) %{_bindir}/bdftopcf
1964 %attr(755,root,root) %{_libdir}/libX[1Ta-t]*.so
1965 %attr(755,root,root) %{_libdir}/libI*.so
1966 %attr(755,root,root) %{_libdir}/libS*.so
1967 %ifnarch alpha
1968 %attr(755,root,root) %{_libdir}/libx*.so
1969 %endif
1970 %{_libdir}/libFS.a
1971 %{_libdir}/libXau.a
1972 %{_libdir}/libXdmcp.a
1973 %{_libdir}/libXfontcache.a
1974 %{_libdir}/libXss.a
1975 %{_libdir}/libXxf86dga.a
1976 %{_libdir}/libXxf86misc.a
1977 %{_libdir}/libXxf86rush.a
1978 %{_libdir}/libXxf86vm.a
1979 %{_libdir}/liboldX.a
1980 %{_libdir}/libxkbfile.a
1981 %{_libdir}/libxkbui.a
1982 %{_libdir}/libXv.a
1983 %{_libdir}/libfntstubs.a
1984 %{_libdir}/libxf86config.a
1985 %{_libdir}/libXinerama.a
1986 %{_includedir}/X11/*.h
1987 %{_includedir}/X11/ICE
1988 %{_includedir}/X11/PM
1989 %{_includedir}/X11/SM
1990 %{_includedir}/X11/Xaw
1991 %{_includedir}/X11/Xft
1992 %{_includedir}/X11/Xmu
1993 %dir %{_includedir}/X11/extensions
1994 %{_includedir}/X11/extensions/[^X]*.h
1995 %{_includedir}/X11/extensions/X[^I]*.h
1996 %{_includedir}/X11/extensions/XI.h
1997 %{_includedir}/X11/extensions/XI[^E]*.h
1998 %{_includedir}/X11/fonts
1999 %{_includedir}/xf86*.h
2000 %{_libdir}/X11/config
2001
2002 %attr(755,root,root) %{_bindir}/imake
2003 %attr(755,root,root) %{_bindir}/makedepend
2004 %attr(755,root,root) %{_bindir}/xmkmf
2005
2006 %{_mandir}/man1/imake.1*
2007 %{_mandir}/man1/makedepend.1*
2008 %{_mandir}/man1/xmkmf.1*
2009 %{_mandir}/man3/[A-EH-Z]*
2010
2011 %ifnarch sparc sparc64 alpha ppc
2012 %files driver-apm
2013 %defattr(644,root,root,755)
2014 %attr(755,root,root) %{_libdir}/modules/drivers/apm_drv.o
2015 %{_mandir}/man4/apm*
2016 %endif
2017
2018 %ifnarch sparc sparc64 alpha ppc
2019 %files driver-ark
2020 %defattr(644,root,root,755)
2021 %attr(755,root,root) %{_libdir}/modules/drivers/ark_drv.o
2022 %endif
2023
2024 %ifnarch sparc sparc64 alpha
2025 %files driver-chips
2026 %defattr(644,root,root,755)
2027 %attr(755,root,root) %{_libdir}/modules/drivers/chips_drv.o
2028 %{_mandir}/man4/chips*
2029 %endif
2030
2031 %ifnarch sparc sparc64 alpha ppc
2032 %files driver-cirrus
2033 %defattr(644,root,root,755)
2034 %attr(755,root,root) %{_libdir}/modules/drivers/cirrus_*.o
2035 %{_mandir}/man4/cirrus*
2036 %endif
2037
2038 %ifnarch sparc sparc64 alpha ppc
2039 %files driver-cyrix
2040 %defattr(644,root,root,755)
2041 %attr(755,root,root) %{_libdir}/modules/drivers/cyrix_drv.o
2042 %{_mandir}/man4/cyrix*
2043 %endif
2044
2045 %ifnarch alpha
2046 %files driver-fbdev
2047 %defattr(644,root,root,755)
2048 %attr(755,root,root) %{_libdir}/modules/drivers/fbdev_drv.o
2049 %{_mandir}/man4/fbdev*
2050 %endif
2051
2052 %ifnarch sparc sparc64 alpha ppc
2053 %files driver-glide
2054 %defattr(644,root,root,755)
2055 %attr(755,root,root) %{_libdir}/modules/drivers/glide_drv.o
2056 %{_mandir}/man4/glide*
2057 %endif
2058
2059 %files driver-glint
2060 %defattr(644,root,root,755)
2061 %attr(755,root,root) %{_libdir}/modules/drivers/glint_drv.o
2062 %ifnarch sparc sparc64
2063 %attr(755,root,root) %{_libdir}/modules/dri/gamma_dri.so
2064 %endif
2065 %{_mandir}/man4/glint*
2066
2067 %ifnarch sparc sparc64 alpha ppc
2068 %files driver-i128
2069 %defattr(644,root,root,755)
2070 %attr(755,root,root) %{_libdir}/modules/drivers/i128_drv.o
2071 %{_mandir}/man4/i128*
2072 %endif
2073
2074 %ifnarch sparc sparc64 alpha ppc
2075 %files driver-i740
2076 %defattr(644,root,root,755)
2077 %attr(755,root,root) %{_libdir}/modules/drivers/i740_drv.o
2078 %{_mandir}/man4/i740*
2079 %endif
2080
2081 %ifnarch sparc sparc64 alpha ppc
2082 %files driver-i810
2083 %defattr(644,root,root,755)
2084 %attr(755,root,root) %{_libdir}/modules/drivers/i810_drv.o
2085 %attr(755,root,root) %{_libdir}/modules/dri/i810_dri.so
2086 %{_mandir}/man4/i810*
2087 %endif
2088
2089 %ifnarch sparc sparc64
2090 %files driver-mga
2091 %defattr(644,root,root,755)
2092 %attr(755,root,root) %{_libdir}/modules/drivers/mga_drv.o
2093 %attr(755,root,root) %{_libdir}/modules/dri/mga_dri.so
2094 %{_mandir}/man4/mga*
2095 %endif
2096
2097 %ifnarch sparc sparc64 alpha ppc
2098 %files driver-neomagic
2099 %defattr(644,root,root,755)
2100 %attr(755,root,root) %{_libdir}/modules/drivers/neomagic_drv.o
2101 %{_mandir}/man4/neomagic*
2102 %endif
2103
2104 %ifnarch sparc sparc64 ppc
2105 %files driver-nv
2106 %defattr(644,root,root,755)
2107 %attr(755,root,root) %{_libdir}/modules/drivers/nv_drv.o
2108 %{_mandir}/man4/nv*
2109 %endif
2110
2111 %ifnarch alpha
2112 %files driver-ati
2113 %defattr(644,root,root,755)
2114 %attr(755,root,root) %{_libdir}/modules/drivers/ati*_drv.o
2115 %attr(755,root,root) %{_libdir}/modules/multimedia/*.o
2116 %endif
2117
2118 %ifnarch alpha
2119 %files driver-r128
2120 %defattr(644,root,root,755)
2121 %attr(755,root,root) %{_libdir}/modules/drivers/r128*_drv.o
2122 %ifnarch sparc sparc64
2123 %attr(755,root,root) %{_libdir}/modules/dri/r128_dri.so
2124 %endif
2125 %{_mandir}/man4/r128*
2126 %endif
2127
2128 %ifnarch alpha
2129 %files driver-radeon
2130 %defattr(644,root,root,755)
2131 %attr(755,root,root) %{_libdir}/modules/drivers/radeon*_drv.o
2132 %ifnarch sparc sparc64
2133 %attr(755,root,root) %{_libdir}/modules/dri/radeon_dri.so
2134 %endif
2135 %endif
2136
2137 %ifnarch sparc sparc64 ppc
2138 %files driver-rendition
2139 %defattr(644,root,root,755)
2140 %attr(755,root,root) %{_libdir}/modules/drivers/rendition_drv.o
2141 %{_mandir}/man4/rendition*
2142 %endif
2143
2144 %ifnarch sparc sparc64
2145 %files driver-s3virge
2146 %defattr(644,root,root,755)
2147 %attr(755,root,root) %{_libdir}/modules/drivers/s3virge_drv.o
2148 %{_mandir}/man4/s3virge*
2149 %endif
2150
2151 %ifnarch sparc sparc64
2152 %files driver-s3
2153 %defattr(644,root,root,755)
2154 %attr(755,root,root) %{_libdir}/modules/drivers/s3_drv.o
2155 #%{_mandir}/man4/s3*
2156 %endif
2157
2158 %ifnarch sparc sparc64 alpha
2159 %files driver-savage
2160 %defattr(644,root,root,755)
2161 %attr(755,root,root) %{_libdir}/modules/drivers/savage_drv.o
2162 %{_mandir}/man4/savage*
2163 %endif
2164
2165 %ifnarch sparc sparc64 alpha ppc
2166 %files driver-siliconmotion
2167 %defattr(644,root,root,755)
2168 %attr(755,root,root) %{_libdir}/modules/drivers/siliconmotion_drv.o
2169 %{_mandir}/man4/siliconmotion*
2170 %endif
2171
2172 %ifnarch sparc sparc64 alpha ppc
2173 %files driver-sis
2174 %defattr(644,root,root,755)
2175 %attr(755,root,root) %{_libdir}/modules/drivers/sis_drv.o
2176 %attr(755,root,root) %{_libdir}/modules/dri/sis_dri.so
2177 %{_mandir}/man4/sis*
2178 %endif
2179
2180 %ifarch sparc sparc64
2181 %files driver-sunbw2
2182 %defattr(644,root,root,755)
2183 %attr(755,root,root) %{_libdir}/modules/drivers/sunbw2_drv.o
2184 %{_mandir}/man4/sunbw2*
2185 %endif
2186
2187 %ifarch sparc sparc64
2188 %files driver-suncg14
2189 %defattr(644,root,root,755)
2190 %attr(755,root,root) %{_libdir}/modules/drivers/suncg14_drv.o
2191 %{_mandir}/man4/suncg14*
2192 %endif
2193
2194 %ifarch sparc sparc64
2195 %files driver-suncg3
2196 %defattr(644,root,root,755)
2197 %attr(755,root,root) %{_libdir}/modules/drivers/suncg3_drv.o
2198 %{_mandir}/man4/suncg3*
2199 %endif
2200
2201 %ifarch sparc sparc64
2202 %files driver-suncg6
2203 %defattr(644,root,root,755)
2204 %attr(755,root,root) %{_libdir}/modules/drivers/suncg6_drv.o
2205 %{_mandir}/man4/suncg6*
2206 %endif
2207
2208 %ifarch sparc sparc64
2209 %files driver-sunffb
2210 %defattr(644,root,root,755)
2211 %attr(755,root,root) %{_libdir}/modules/drivers/sunffb_drv.o
2212 %attr(755,root,root) %{_libdir}/modules/dri/ffb_dri.so
2213 %{_mandir}/man4/sunffb*
2214 %endif
2215
2216 %ifarch sparc sparc64
2217 %files driver-sunleo
2218 %defattr(644,root,root,755)
2219 %attr(755,root,root) %{_libdir}/modules/drivers/sunleo_drv.o
2220 %{_mandir}/man4/sunleo*
2221 %endif
2222
2223 %ifarch sparc sparc64
2224 %files driver-suntcx
2225 %defattr(644,root,root,755)
2226 %attr(755,root,root) %{_libdir}/modules/drivers/suntcx_drv.o
2227 %{_mandir}/man4/suntcx*
2228 %endif
2229
2230 %ifnarch sparc sparc64
2231 %files driver-tdfx
2232 %defattr(644,root,root,755)
2233 %attr(755,root,root) %{_libdir}/modules/drivers/tdfx_drv.o
2234 %attr(755,root,root) %{_libdir}/modules/dri/tdfx_dri.so
2235 %{_mandir}/man4/tdfx*
2236 %endif
2237
2238 %ifnarch sparc sparc64 ppc
2239 %files driver-tga
2240 %defattr(644,root,root,755)
2241 %attr(755,root,root) %{_libdir}/modules/drivers/tga_drv.o
2242 %endif
2243
2244 %ifnarch sparc sparc64 alpha
2245 %files driver-trident
2246 %defattr(644,root,root,755)
2247 %attr(755,root,root) %{_libdir}/modules/drivers/trident_drv.o
2248 %{_mandir}/man4/trident*
2249 %endif
2250
2251 %ifnarch sparc sparc64 alpha ppc
2252 %files driver-tseng
2253 %defattr(644,root,root,755)
2254 %attr(755,root,root) %{_libdir}/modules/drivers/tseng_drv.o
2255 %{_mandir}/man4/tseng*
2256 %endif
2257
2258 %ifarch %{ix86}
2259 %files driver-vmware
2260 %defattr(644,root,root,755)
2261 %attr(755,root,root) %{_libdir}/modules/drivers/vmware_drv.o
2262 %{_mandir}/man4/vmware*
2263 %endif
2264
2265 %files libs -f XFree86-libs.lang
2266 %defattr(644,root,root,755)
2267 %{_libdir}/X11/XErrorDB
2268 %{_libdir}/X11/XKeysymDB
2269 %{_libdir}/X11/locale
2270 %dir %{_includedir}
2271 %dir %{_includedir}/X11
2272 %dir %{_sbindir}
2273 /usr/include/X11
2274 %dir %{_datadir}/locale
2275 %dir %{_datadir}/misc
2276 %dir %{_datadir}/sounds
2277 %dir %{_pixmapsdir}
2278 %dir %{_pixmapsdir}/mini
2279 %dir %{_wmpropsdir}
2280 %attr(755,root,root) %{_libdir}/libX[1Ta-t]*.so.*.*
2281 %attr(755,root,root) %{_libdir}/libI*.so.*.*
2282 %attr(755,root,root) %{_libdir}/libS*.so.*.*
2283 %ifnarch alpha
2284 %attr(755,root,root) %{_libdir}/libx*.so.*.*
2285 %endif
2286 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/X11/XftConfig
2287
2288 %files modules
2289 %defattr(644,root,root,755)
2290 %attr(755,root,root) %{_bindir}/xkbcomp
2291 %{_libdir}/X11/xkb
2292 %{_sysconfdir}/X11/xkb
2293 /var/lib/xkb
2294 %dir %{_libdir}/modules
2295 %ifnarch alpha
2296 %dir %{_libdir}/modules/dri
2297 %endif
2298 %dir %{_libdir}/modules/multimedia
2299 %dir %{_libdir}/modules/drivers
2300 %ifnarch sparc sparc64 ppc
2301 %{_libdir}/modules/*.uc
2302 %endif
2303 %attr(755,root,root) %{_libdir}/modules/*.a
2304 %attr(755,root,root) %{_libdir}/modules/codeconv
2305 %attr(755,root,root) %{_libdir}/modules/drivers/linux
2306 %ifnarch sparc sparc64
2307 %attr(755,root,root) %{_libdir}/modules/drivers/vga_drv.o
2308 %ifnarch alpha ppc
2309 %attr(755,root,root) %{_libdir}/modules/drivers/vesa_drv.o
2310 %endif
2311 %endif
2312 %dir %{_libdir}/modules/extensions
2313 %attr(755,root,root) %{_libdir}/modules/extensions/libdbe.a
2314 %attr(755,root,root) %{_libdir}/modules/extensions/libdri.a
2315 %attr(755,root,root) %{_libdir}/modules/extensions/libextmod.a
2316 %attr(755,root,root) %{_libdir}/modules/extensions/librecord.a
2317 %attr(755,root,root) %{_libdir}/modules/extensions/libxtrap.a
2318 %attr(755,root,root) %{_libdir}/modules/fonts
2319 %attr(755,root,root) %{_libdir}/modules/input
2320 %attr(755,root,root) %{_libdir}/modules/linux
2321 %attr(755,root,root) %{_libdir}/X11/xserver
2322 %dir /etc/X11/xserver
2323 /etc/X11/xserver/SecurityPolicy
2324 %{_mandir}/man1/xkbcomp.1*
2325 %{_mandir}/man4/citron*
2326 %{_mandir}/man4/dynapro*
2327 %{_mandir}/man4/keyboard*
2328 %{_mandir}/man4/microtouch*
2329 %{_mandir}/man4/mouse*
2330 %{_mandir}/man4/v4l*
2331 %ifnarch sparc sparc64
2332 %{_mandir}/man4/vga*
2333 %ifnarch alpha ppc
2334 %{_mandir}/man4/vesa*
2335 %endif
2336 %endif
2337 %{_mandir}/man4/void*
2338 %{_mandir}/man4/wacom*
2339 %{_mandir}/man4/elographics*
2340 %{_mandir}/man4/mutouch*
2341
2342 %ifnarch alpha sparc64 ia64 s390x
2343 %files module-PEX
2344 %defattr(644,root,root,755)
2345 %attr(755,root,root) %{_libdir}/modules/extensions/libpex5.a
2346 %endif
2347
2348 %files module-XIE
2349 %defattr(644,root,root,755)
2350 %attr(755,root,root) %{_libdir}/modules/extensions/libxie.a
2351
2352 %files setup
2353 %defattr(644,root,root,755)
2354 %attr(755,root,root) %{_bindir}/pcitweak
2355 %ifnarch ppc
2356 %attr(755,root,root) %{_bindir}/scanpci
2357 %endif
2358 %attr(755,root,root) %{_bindir}/xf86cfg
2359 %attr(755,root,root) %{_bindir}/xf86config
2360 %ifnarch ppc
2361 %{_mandir}/man1/scanpci.1*
2362 %endif
2363 %{_mandir}/man1/pcitweak.1*
2364 %{_mandir}/man1/xf86cfg.1*
2365 %{_mandir}/man1/xf86config.1*
2366
2367 %files static
2368 %defattr(644,root,root,755)
2369 %{_libdir}/libICE.a
2370 %{_libdir}/libSM.a
2371 %{_libdir}/libX11.a
2372 %{_libdir}/libXaw.a
2373 %{_libdir}/libXft.a
2374 %{_libdir}/libXext.a
2375 %{_libdir}/libXfont.a
2376 %{_libdir}/libXi.a
2377 %{_libdir}/libXmu.a
2378 %{_libdir}/libXmuu.a
2379 %{_libdir}/libXp.a
2380 %{_libdir}/libXpm.a
2381 %{_libdir}/libXrender.a
2382 %{_libdir}/libXt.a
2383 %{_libdir}/libXtst.a
2384
2385 %files tools
2386 %defattr(644,root,root,755)
2387 %attr(755,root,root) %{_bindir}/beforelight
2388 %attr(755,root,root) %{_bindir}/ico
2389 %attr(755,root,root) %{_bindir}/listres
2390 %attr(755,root,root) %{_bindir}/showfont
2391 %attr(755,root,root) %{_bindir}/viewres
2392 %attr(755,root,root) %{_bindir}/x11perf
2393 %attr(755,root,root) %{_bindir}/x11perfcomp
2394 %attr(755,root,root) %{_bindir}/xbiff
2395 %attr(755,root,root) %{_bindir}/xcalc
2396 %attr(755,root,root) %{_bindir}/xclipboard
2397 %attr(755,root,root) %{_bindir}/xclock
2398 %attr(755,root,root) %{_bindir}/xditview
2399 %attr(755,root,root) %{_bindir}/xedit
2400 %attr(755,root,root) %{_bindir}/xev
2401 %attr(755,root,root) %{_bindir}/xeyes
2402 %attr(755,root,root) %{_bindir}/xfd
2403 %attr(755,root,root) %{_bindir}/xfontsel
2404 %attr(755,root,root) %{_bindir}/xgc
2405 %attr(755,root,root) %{_bindir}/xload
2406 %attr(755,root,root) %{_bindir}/xmag
2407 %attr(755,root,root) %{_bindir}/xman
2408 %attr(755,root,root) %{_bindir}/xmessage
2409 %attr(755,root,root) %{_bindir}/xmh
2410 %attr(755,root,root) %{_bindir}/xwininfo
2411 %attr(755,root,root) %{_bindir}/oclock
2412 %attr(755,root,root) %{_bindir}/xlogo
2413 %attr(755,root,root) %{_bindir}/xkill
2414 %attr(755,root,root) %{_bindir}/rman
2415 %attr(755,root,root) %{_bindir}/xtrap*
2416 %attr(755,root,root) %{_bindir}/texteroids
2417 %{_libdir}/X11/xman.help
2418 %{_mandir}/man1/beforelight.1*
2419 %{_mandir}/man1/ico.1*
2420 %{_mandir}/man1/listres.1*
2421 %{_mandir}/man1/showfont.1*
2422 %{_mandir}/man1/viewres.1*
2423 %{_mandir}/man1/x11perf.1*
2424 %{_mandir}/man1/x11perfcomp.1*
2425 %{_mandir}/man1/xbiff.1*
2426 %{_mandir}/man1/xcalc.1*
2427 %{_mandir}/man1/xclipboard.1*
2428 %{_mandir}/man1/xclock.1*
2429 %{_mandir}/man1/xditview.1*
2430 %{_mandir}/man1/xedit.1*
2431 %{_mandir}/man1/xev.1*
2432 %{_mandir}/man1/xeyes.1*
2433 %{_mandir}/man1/xfd.1*
2434 %{_mandir}/man1/xfontsel.1*
2435 %{_mandir}/man1/xgc.1*
2436 %{_mandir}/man1/xload.1*
2437 %{_mandir}/man1/xmag.1*
2438 %{_mandir}/man1/xman.1*
2439 %{_mandir}/man1/xmessage.1*
2440 %{_mandir}/man1/xmh.1*
2441 %{_mandir}/man1/xwininfo.1*
2442 %{_mandir}/man1/xkill.1*
2443 %{_mandir}/man1/xlogo.1*
2444 %{_mandir}/man1/oclock.1*
2445 %{_mandir}/man1/rman.1*
2446 %{_mandir}/man1/xtrap.1*
2447 %{_mandir}/man1/texteroids.1*
2448
2449 %lang(it) %{_mandir}/it/man1/xload.1*
2450
2451 %lang(pl) %{_mandir}/pl/man1/rman.1*
2452
2453 %{_libdir}/X11/app-defaults/Beforelight
2454 %{_libdir}/X11/app-defaults/Bitmap
2455 %{_libdir}/X11/app-defaults/Bitmap-color
2456 %{_libdir}/X11/app-defaults/Clock-color
2457 %{_libdir}/X11/app-defaults/Editres
2458 %{_libdir}/X11/app-defaults/Editres-color
2459 %{_libdir}/X11/app-defaults/Viewres
2460 %{_libdir}/X11/app-defaults/XConsole
2461 %{_libdir}/X11/app-defaults/Xedit
2462 %{_libdir}/X11/app-defaults/Xedit-color
2463 %{_libdir}/X11/app-defaults/Xfd
2464 %{_libdir}/X11/app-defaults/Xgc
2465 %{_libdir}/X11/app-defaults/Xmag
2466 %{_libdir}/X11/app-defaults/Xman
2467 %{_libdir}/X11/app-defaults/Xmessage
2468 %{_libdir}/X11/app-defaults/Xmh
2469 %{_libdir}/X11/app-defaults/XFontSel
2470 %{_libdir}/X11/app-defaults/Xditview
2471 %{_libdir}/X11/app-defaults/Xditview-chrtr
2472
2473 %{_applnkdir}/Utilities/xclipboard.desktop
2474
2475 %files -n sessreg
2476 %defattr(644,root,root,755)
2477 %attr(755,root,root) %{_bindir}/sessreg
2478 %{_mandir}/man1/sessreg.1*
2479
2480 %files -n twm
2481 %defattr(644,root,root,755)
2482 %{_wmpropsdir}/twm.desktop
2483 %attr(755,root,root) %{_bindir}/twm
2484 %dir %{_sysconfdir}/X11/twm
2485 %config %{_sysconfdir}/X11/twm/system.twmrc
2486 %attr(755,root,root) %{_libdir}/X11/twm
2487 %{_mandir}/man1/twm.1*
2488
2489 %files -n xauth
2490 %defattr(644,root,root,755)
2491 %attr(755,root,root) %{_bindir}/xauth
2492 %{_mandir}/man1/xauth.1*
2493
2494 %files -n xdm
2495 %defattr(644,root,root,755)
2496 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/pam.d/xdm
2497 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/security/blacklist.xdm
2498 %attr(754,root,root) /etc/rc.d/init.d/xdm
2499 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/xdm
2500 /var/lib/xdm
2501
2502 %{_libdir}/X11/app-defaults/Chooser
2503
2504 %attr(755,root,root) %{_libdir}/X11/xdm
2505 %attr(755,root,root) %{_bindir}/xdm
2506 %attr(755,root,root) %{_bindir}/chooser
2507 %ifarch alpha
2508 %attr(755,root,root) %{_libdir}/libXdmGreet.so*
2509 %endif
2510 %{_mandir}/man1/xdm.1*
2511
2512 %dir /etc/X11/xdm
2513 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/GiveConsole
2514 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/TakeConsole
2515 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xsession
2516 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xsetup_0
2517 %attr(755,root,root) %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xwilling
2518 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xaccess
2519 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xresources
2520 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/Xservers
2521 %config(noreplace) %verify(not size mtime md5) /etc/X11/xdm/xdm-config
2522 /etc/X11/xdm/pixmaps
2523 /etc/X11/xdm/authdir
2524
2525 %files -n xfs
2526 %defattr(644,root,root,755)
2527 %attr(754,root,root) /etc/rc.d/init.d/xfs
2528 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/xfs
2529 %dir %{_sysconfdir}/X11/fs
2530 %attr(755,root,root) %{_libdir}/X11/fs
2531 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/X11/fs/config
2532
2533 %attr(755,root,root) %{_bindir}/xfs
2534 %attr(755,root,root) %{_bindir}/fslsfonts
2535 %attr(755,root,root) %{_bindir}/fstobdf
2536 %attr(755,root,root) %{_bindir}/mkcfm
2537 %attr(755,root,root) %{_bindir}/xfsinfo
2538 %attr(755,root,root) %{_bindir}/xftcache
2539
2540 %{_mandir}/man1/xfs.1*
2541 %{_mandir}/man1/fslsfonts.1*
2542 %{_mandir}/man1/fstobdf.1*
2543 %{_mandir}/man1/mkcfm.1*
2544 %{_mandir}/man1/xfsinfo.1*
2545 %{_mandir}/man1/xftcache.1*
This page took 0.202622 seconds and 3 git commands to generate.