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