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