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