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