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