]> git.pld-linux.org Git - packages/allegro5.git/blob - allegro.spec
- added translations from original allegro spec
[packages/allegro5.git] / allegro.spec
1 #
2 # Conditional build:
3 # _without_alsa         - without alsa modules
4 # _without_arts         - without arts module
5 # _without_dbglib       - don't build debug versions of library
6 # _without_proflib      - don't debug profiling versions of library
7 # _with_alsa9   - use alsa 0.9 not 0.5
8 #
9 %ifarch sparc sparc64
10 %define _without_alsa   1
11 %endif
12 %{!?_without_alsa:%{!?_with_alsa9:%define _with_alsa5 1}}
13 Summary:        A game programming library
14 Summary(pl):    Biblioteka do programowania gier
15 Summary(es):    Una libreria de programacion de juegos.
16 Summary(fr):    Une librairie de programmation de jeux.
17 Summary(it):    Una libreria per la programmazione di videogiochi.
18 Summary(de):    Eine Bibliothek zur Programmierung von Spielen.
19 Name:           allegro
20 Version:        4.1.9
21 Release:        1
22 License:        Giftware
23 Group:          Libraries
24 Source0:        http://dl.sourceforge.net/alleg/%{name}-%{version}.tar.gz
25 Patch0:         %{name}-info.patch
26 Patch1:         %{name}-examples.patch
27 Patch2:         %{name}-alsa9.patch
28 Patch3:         %{name}-opt.patch
29 URL:            http://alleg.sourceforge.net/
30 BuildRequires:  XFree86-devel
31 %{!?_without_alsa:BuildRequires:        alsa-lib-devel}
32 %{!?_without_arts:BuildRequires:        arts-devel}
33 BuildRequires:  autoconf
34 BuildRequires:  automake
35 BuildRequires:  esound-devel
36 %ifarch %{ix86} alpha
37 BuildRequires:  svgalib-devel
38 %endif
39 BuildRequires:  texinfo
40 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42 %description
43 Allegro is a cross-platform library intended for use in computer games
44 and other types of multimedia programming.
45
46 %description -l pl
47 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
48 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
49
50 %description -l es
51 Allegro es una librería multi-plataforma creada para ser usada en la
52 programación de juegos u otro tipo de programación multimedia.
53
54 %description -l fr
55 Allegro est une librairie multi-plateforme destinée à être utilisée dans
56 les jeux vidéo ou d'autres types de programmation multimédia.
57
58 %description -l it
59 Allegro è una libreria multipiattaforma dedicata all'uso nei videogiochi
60 ed in altri tipi di programmazione multimediale.
61
62 %description -l de
63 Allegro ist eine plattformübergreifende Bibliothek zur Verwendung in
64 Computerspielen und anderen Formen von Multinediaprogrammierung.
65
66 %package devel
67 Summary:        A game programming library - header files
68 Summary(pl):    Biblioteka do programowania gier - pliki nag³ówkowe
69 Group:          Development/Libraries
70 Requires:       %{name} = %{version}
71
72 %description devel
73 Allegro is a cross-platform library intended for use in computer games
74 and other types of multimedia programming.
75
76 This package contains header files neccessary for compiling
77 applications using allegro library.
78
79 %description devel -l pl
80 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
81 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
82
83 Ten pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania
84 aplikacji wykorzystuj±cych bibliotekê allegro.
85
86 %description devel -l es
87 Allegro es una librería multi-plataforma creada para ser usada en la
88 programación de juegos u otro tipo de programación multimedia. Este
89 paquete es necesario para compilar los programas que usen Allegro.
90
91 %description devel -l fr
92 Allegro est une librairie multi-plateforme destinée à être utilisée dans
93 les jeux vidéo ou d'autres types de programmation multimédia. Ce package
94 est nécessaire pour compiler les programmes utilisant Allegro.
95
96 %description devel -l it
97 Allegro è una libreria multipiattaforma dedicata all'uso nei videogiochi
98 ed in altri tipi di programmazione multimediale. Questo pacchetto è
99 necessario per compilare programmi scritti con Allegro.
100
101 %description devel -l de
102 Allegro ist eine plattformübergreifende Bibliothek zur Verwendung in
103 Computerspielen und anderen Formen von Multinediaprogrammierung.
104 Dieses Paket wird benötigt, um Programme zu bauen, die Allegro
105 verwenden.
106
107 %package tests
108 Summary:        A game programming library - test programs
109 Summary(pl):    Biblioteka do programowania gier - programy testuj±ce
110 Group:          Development/Libraries
111 Requires:       %{name} = %{version}
112
113 %description tests
114 This package contains programs for testing allegro library.
115
116 %description tests -l pl
117 Pakiet zawiera programy testuj±ce bibliotekê allegro.
118
119 %package examples
120 Summary:        A game programming library - examples
121 Summary(pl):    Biblioteka do programowania gier - programy przyk³adowe
122 Group:          Development/Libraries
123 Requires:       %{name} = %{version}
124
125 %description examples
126 This package contains example programs which are showing
127 allegro features.
128
129 %description examples -l pl
130 Pakiet zawiera programy przyk³adowe demonstruj±ce mo?liwo¶ci biblioteki allegro.
131
132 %package static
133 Summary:        A game programming library - static libraries
134 Summary(pl):    Biblioteka do programowania gier - biblioteki statyczne
135 Group:          Development/Libraries
136 Requires:       %{name}-devel = %{version}
137
138 %description static
139 Allegro is a cross-platform library intended for use in computer games
140 and other types of multimedia programming.
141
142 This package contains static libraries for linking with allegro
143 applications.
144
145 %description static -l pl
146 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
147 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
148
149 Ten pakiet zawiera biblioteki statyczne do linkowania z aplikacjami
150 wykorzystuj±cymi allegro.
151
152 %package debug
153 Summary:        liballd - debug version of shared allegro library
154 Summary(pl):    liballd - wersja debug dzielonej biblioteki allegro
155 Group:          Development/Libraries
156 Requires:       %{name}-devel = %{version}
157
158 %description debug
159 liballd - debug version of shared allegro library (contains debugging
160 symbols and other information).
161
162 %description debug -l pl
163 liballd - wersja debug dzielonej biblioteki allegro (zawieraj±ca
164 symbole i inne informacje potrzebne przy odpluskwianiu).
165
166 %package debug-static
167 Summary:        liballd - debug version of static allegro library
168 Summary(pl):    liballd - wersja debug statycznej biblioteki allegro
169 Group:          Development/Libraries
170 Requires:       %{name}-devel = %{version}
171
172 %description debug-static
173 liballd - debug version of static allegro library (contains debugging
174 symbols and other information).
175
176 %description debug-static -l pl
177 liballd - wersja debug statycznej biblioteki allegro (zawieraj±ca
178 symbole i inne informacje potrzebne przy odpluskwianiu).
179
180 %package profile
181 Summary:        liballp - profiling version of shared allegro library
182 Summary(pl):    liballp - wersja dzielonej biblioteki allegro s³u¿±ca do profilowania
183 Group:          Development/Libraries
184 Requires:       %{name}-devel = %{version}
185
186 %description profile
187 liballp - profiling version of shared allegro library.
188
189 %description profile -l pl
190 liballp - wersja dzielonej biblioteki allegro s³u¿±ca do profilowania.
191
192 %package profile-static
193 Summary:        liballp - profiling version of static allegro library
194 Summary(pl):    liballp - wersja statycznej biblioteki allegro s³u¿±ca do profilowania
195 Group:          Development/Libraries
196 Requires:       %{name}-devel = %{version}
197
198 %description profile-static
199 liballp - profiling version of static allegro library.
200
201 %description debug-static -l pl
202 liballp - wersja statycznej biblioteki allegro s³u¿±ca do
203 profilowania.
204
205 %package svgalib
206 Summary:        A game programming library - svgalib module
207 Summary(pl):    Biblioteka do programowania gier - modu³ dla svgalib
208 Group:          Libraries
209 PreReq:         %{name} = %{version}
210
211 %description svgalib
212 Allegro is a cross-platform library intended for use in computer games
213 and other types of multimedia programming.
214
215 This package contains module for use with allegro and svgalib.
216
217 %description svgalib -l pl
218 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
219 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
220
221 Ten pakiet zawiera modu³ do wykorzystania allegro z svgalibem.
222
223 %package dga2
224 Summary:        A game programming library - DGA2 module
225 Summary(pl):    Biblioteka do programowania gier - modu³ dla DGA2
226 Group:          Libraries
227 PreReq:         %{name} = %{version}
228
229 %description dga2
230 Allegro is a cross-platform library intended for use in computer games
231 and other types of multimedia programming.
232
233 This package contains module for use with DGA.
234
235 %description dga2 -l pl
236 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
237 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
238
239 Ten pakiet zawiera modu³ do wykorzystania z DGA.
240
241 %package esd
242 Summary:        A game programming library - esound module
243 Summary(pl):    Biblioteka do programowania gier - modu³ dla esound
244 Group:          Libraries
245 PreReq:         %{name} = %{version}
246
247 %description esd
248 Allegro is a cross-platform library intended for use in computer games
249 and other types of multimedia programming.
250
251 This package contains a esound module for use with ESound daemon.
252
253 %description esd -l pl
254 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
255 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
256
257 Ten pakiet zawiera modu³ do wykorzystania z demonem ESound.
258
259 %package arts
260 Summary:        A game programming library - aRts module
261 Summary(pl):    Biblioteka do programowania gier - modu³ dla aRts
262 Group:          Libraries
263 PreReq:         %{name} = %{version}
264
265 %description arts
266 Allegro is a cross-platform library intended for use in computer games
267 and other types of multimedia programming.
268
269 This package contains a esound module for use with aRts.
270
271 %description arts -l pl
272 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
273 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
274
275 Ten pakiet zawiera modu³ do wykorzystania z aRts.
276
277 %package fbcon
278 Summary:        A game programming library - framebuffer module
279 Summary(pl):    Biblioteka do programowania gier - modu³ dla framebuffera
280 Group:          Libraries
281 PreReq:         %{name} = %{version}
282
283 %description fbcon
284 Allegro is a cross-platform library intended for use in computer games
285 and other types of multimedia programming.
286
287 This package contains a esound module for use with framebuffer.
288
289 %description fbcon -l pl
290 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
291 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
292
293 Ten pakiet zawiera modu³ do wykorzystania z framebufferem.
294
295 %package vga
296 Summary:        A game programming library - vga module
297 Summary(pl):    Biblioteka do programowania gier - modu³ dla vga
298 Group:          Libraries
299 PreReq:         %{name} = %{version}
300
301 %description vga
302 Allegro is a cross-platform library intended for use in computer games
303 and other types of multimedia programming.
304
305 This package contains a esound module for use with vga.
306
307 %description vga -l pl
308 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
309 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
310
311 Ten pakiet zawiera modu³ do wykorzystania z vga.
312
313 %package alsa9
314 Summary:        A game programming library - ALSA 0.9 modules
315 Summary(pl):    Biblioteka do programowania gier - modu³y dla ALSA 0.9
316 Group:          Libraries
317 PreReq:         %{name} = %{version}
318
319 %description alsa9
320 Allegro is a cross-platform library intended for use in computer games
321 and other types of multimedia programming.
322
323 This package contains modules for use with ALSA 0.9 sound library.
324
325 %description alsa9 -l pl
326 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
327 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
328
329 Ten pakiet zawiera modu³y do wykorzystania z bibliotek± d¼wiêkow±
330 ALSA 0.9.
331
332 %package alsa
333 Summary:        A game programming library - ALSA modules
334 Summary(pl):    Biblioteka do programowania gier - modu³y dla ALSA
335 Group:          Libraries
336 PreReq:         %{name} = %{version}
337
338 %description alsa
339 Allegro is a cross-platform library intended for use in computer games
340 and other types of multimedia programming.
341
342 This package contains modules for use with ALSA sound library.
343
344 %description alsa -l pl
345 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
346 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
347
348 Ten pakiet zawiera modu³y do wykorzystania z bibliotek± d¼wiêkow±
349 ALSA.
350
351 %package tools
352 Summary:        A game programming library - tools
353 Summary(pl):    Biblioteka do programowania gier - narzêdzia
354 Summary(es): Herramientas adicionales para la librería de programación Allegro.
355 Summary(fr): Outils supplémentaires pour la librairie de programmation Allegro.
356 Summary(it): Programmi di utilità aggiuntivi per la libreria Allegro.
357 Summary(de): Zusätzliche Hilfprogramme für die Allegro Bibliothek.
358 Group:          Libraries
359 PreReq:         %{name} = %{version}
360
361 %description tools
362 Allegro is a cross-platform library intended for use in computer games
363 and other types of multimedia programming.
364
365 This package contains tools.
366
367 %description tools -l pl
368 Allegro jest przeno¶n± bibliotek± przeznaczon± do wykorzystania w
369 grach komputerowych i innych rodzajach oprogramowania multimedialnego.
370
371 Ten pakiet zawiera narzêdzia.
372
373 %description tools -l es
374 Allegro es una librería multi-plataforma creada para ser usada en la
375 programación de juegos u otro tipo de programación multimedia. Este
376 paquete contiene herramientas adicionales que son útiles para
377 desarrollar programas que usen Allegro.
378
379 %description tools -l fr
380 Allegro est une librairie multi-plateforme destinée à être utilisée dans
381 les jeux vidéo ou d'autres types de programmation multimédia. Ce package
382 contient des outils supplémentaires qui sont utiles pour le développement
383 de programmes avec Allegro.
384
385 %description tools -l it
386 Allegro è una libreria multipiattaforma dedicata all'uso nei videogiochi
387 ed in altri tipi di programmazione multimediale. Questo pacchetto
388 contiene programmi di utilità aggiuntivi utili allo sviluppo di programmi
389 con Allegro.
390
391 %description tools -l de
392 Allegro ist eine plattformübergreifende Bibliothek zur Verwendung in
393 Computerspielen und anderen Formen von Multinediaprogrammierung.
394 Dieses Paket enthält Programme, die für die Entwicklung von
395 Allegro Programmen hilfreich sind.
396
397 %package tests
398 Summary:        A game programming library - test programs
399 Summary(pl):    Biblioteka do programowania gier - programy testuj±ce
400 Group:          Development/Libraries
401 Requires:       %{name} = %{version}
402
403 %description tests
404 This package contains programs for testing allegro library.
405
406 %description tests -l pl
407 Pakiet zawiera programy testuj±ce bibliotekê allegro.
408
409 %package examples
410 Summary:        A game programming library - examples
411 Summary(pl):    Biblioteka do programowania gier - programy przyk³adowe
412 Group:          Development/Libraries
413 Requires:       %{name} = %{version}
414
415 %description examples
416 This package contains example programs which are showing
417 allegro features.
418
419 %description examples -l pl
420 Pakiet zawiera programy przyk³adowe demonstruj±ce mo?liwo¶ci biblioteki allegro.
421
422 %prep
423 %setup  -q
424 %patch0 -p1
425 %patch1 -p1
426 %patch2 -p1
427 %patch3 -p1
428
429 %build
430 %{__aclocal}
431 %{__autoheader} configure.in include/allegro/platform/alunixac.hin
432 %{__autoconf}
433 TARGET_ARCH="%{rpmcflags}"; export TARGET_ARCH
434 # dbglib & proflib are compiled besides normlib, so it's ok to have them here
435 %configure \
436         --enable-static \
437         %{!?_without_dbglib:--enable-dbglib} \
438 %ifnarch %{ix86} alpha
439         --disable-vga \
440         --disable-linux \
441 %endif
442         %{!?_without_proflib:--enable-proflib} \
443 %ifnarch %{ix86}
444         --disable-asm
445 %endif
446
447 %{__make} \
448         MAKEINFO=makeinfo
449
450 %install
451 rm -rf $RPM_BUILD_ROOT
452
453 %{__make} install install-man install-info install-lib \
454         DESTDIR=$RPM_BUILD_ROOT
455
456 install modules.lst $RPM_BUILD_ROOT%{_libdir}/allegro/4.1
457
458 mv $RPM_BUILD_ROOT%{_bindir}/demo{,-allegro}
459 mv $RPM_BUILD_ROOT%{_bindir}/play{,-allegro}
460 mv $RPM_BUILD_ROOT%{_bindir}/setup{,-allegro}
461 mv $RPM_BUILD_ROOT%{_bindir}/test{,-allegro}
462
463 %clean
464 rm -rf $RPM_BUILD_ROOT
465
466 %post   -p /sbin/ldconfig
467 %postun -p /sbin/ldconfig
468
469 %files
470 %defattr(644,root,root,755)
471 %doc AUTHORS CHANGES THANKS
472 %attr(755,root,root) %{_libdir}/liballeg-%{version}.so
473 %dir %{_libdir}/allegro
474 %dir %{_libdir}/allegro/4.1
475 %{_libdir}/allegro/4.1/modules.lst
476
477 %files devel
478 %defattr(644,root,root,755)
479 %attr(755,root,root) %{_bindir}/allegro-config
480 %{_libdir}/liballeg_unsharable.a
481 %{_includedir}/*
482 %{_mandir}/man3/*
483 %{_infodir}/*.info*
484
485 %files static
486 %defattr(644,root,root,755)
487 %{_libdir}/liballeg.a
488
489 %if 0%{!?_without_dbglib:1}
490 %files debug
491 %defattr(644,root,root,755)
492 %attr(755,root,root) %{_libdir}/liballd-%{version}.so
493 %{_libdir}/liballd_unsharable.a
494
495 %files debug-static
496 %defattr(644,root,root,755)
497 %{_libdir}/liballd.a
498 %endif
499
500 %if 0%{!?_without_proflib:1}
501 %files profile
502 %defattr(644,root,root,755)
503 %attr(755,root,root) %{_libdir}/liballp-%{version}.so
504 %{_libdir}/liballp_unsharable.a
505
506 %files profile-static
507 %defattr(644,root,root,755)
508 %{_libdir}/liballp.a
509 %endif
510
511 %ifarch %{ix86} alpha
512 %files svgalib
513 %defattr(644,root,root,755)
514 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-svgalib.so
515 %endif
516
517 %files dga2
518 %defattr(644,root,root,755)
519 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-dga2.so
520
521 %files esd
522 %defattr(644,root,root,755)
523 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-esddigi.so
524
525 %if 0%{!?_without_arts:1}
526 %files arts
527 %defattr(644,root,root,755)
528 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-artsdigi.so
529 %endif
530
531 %files fbcon
532 %defattr(644,root,root,755)
533 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-fbcon.so
534
535 %files vga
536 %defattr(644,root,root,755)
537 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-vga.so
538
539 %if 0%{?_with_alsa5:1}
540 %files alsa
541 %defattr(644,root,root,755)
542 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-alsadigi.so
543 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-alsamidi.so
544 %endif
545
546 %if 0%{?_with_alsa9:1}
547 %files alsa9
548 %defattr(644,root,root,755)
549 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-alsa9digi.so
550 %attr(755,root,root) %{_libdir}/allegro/4.1/alleg-alsa9midi.so
551 %endif
552
553 %files tools
554 %defattr(644,root,root,755)
555 %attr(755,root,root) %{_bindir}/colormap
556 %attr(755,root,root) %{_bindir}/exedat
557 %attr(755,root,root) %{_bindir}/pack
558 %attr(755,root,root) %{_bindir}/rgbmap
559 %attr(755,root,root) %{_bindir}/textconv
560 %attr(755,root,root) %{_bindir}/dat
561 %attr(755,root,root) %{_bindir}/dat2c
562 %attr(755,root,root) %{_bindir}/dat2s
563 %attr(755,root,root) %{_bindir}/grabber
564 %attr(755,root,root) %{_bindir}/pat2dat
565 %attr(755,root,root) %{_bindir}/setup-allegro
566 %attr(755,root,root) %{_bindir}/keyconf
567
568 %files tests
569 %defattr(644,root,root,755)
570 %attr(755,root,root) %{_bindir}/afinfo
571 %attr(755,root,root) %{_bindir}/akaitest
572 %attr(755,root,root) %{_bindir}/demo-allegro
573 %attr(755,root,root) %{_bindir}/digitest
574 %attr(755,root,root) %{_bindir}/filetest
575 %attr(755,root,root) %{_bindir}/gfxinfo
576 %attr(755,root,root) %{_bindir}/mathtest
577 %attr(755,root,root) %{_bindir}/miditest
578 %attr(755,root,root) %{_bindir}/play-allegro
579 %attr(755,root,root) %{_bindir}/playfli
580 %attr(755,root,root) %{_bindir}/test-allegro
581 %attr(755,root,root) %{_bindir}/vesainfo
582
583 %files examples
584 %defattr(644,root,root,755)
585 %attr(755,root,root) %{_bindir}/ex12bit
586 %attr(755,root,root) %{_bindir}/ex3buf
587 %attr(755,root,root) %{_bindir}/ex3d
588 %attr(755,root,root) %{_bindir}/exaccel
589 %attr(755,root,root) %{_bindir}/exalpha
590 %attr(755,root,root) %{_bindir}/exbitmap
591 %attr(755,root,root) %{_bindir}/exblend
592 %attr(755,root,root) %{_bindir}/excamera
593 %attr(755,root,root) %{_bindir}/excolmap
594 %attr(755,root,root) %{_bindir}/excustom
595 %attr(755,root,root) %{_bindir}/exdata
596 %attr(755,root,root) %{_bindir}/exdbuf
597 %attr(755,root,root) %{_bindir}/exdodgy
598 %attr(755,root,root) %{_bindir}/exexedat
599 %attr(755,root,root) %{_bindir}/exfixed
600 %attr(755,root,root) %{_bindir}/exflame
601 %attr(755,root,root) %{_bindir}/exflip
602 %attr(755,root,root) %{_bindir}/exgui
603 %attr(755,root,root) %{_bindir}/exhello
604 %attr(755,root,root) %{_bindir}/exjoy
605 %attr(755,root,root) %{_bindir}/exkeys
606 %attr(755,root,root) %{_bindir}/exlights
607 %attr(755,root,root) %{_bindir}/exmem
608 %attr(755,root,root) %{_bindir}/exmidi
609 %attr(755,root,root) %{_bindir}/exmouse
610 %attr(755,root,root) %{_bindir}/expal
611 %attr(755,root,root) %{_bindir}/expat
612 %attr(755,root,root) %{_bindir}/exquat
613 %attr(755,root,root) %{_bindir}/exrgbhsv
614 %attr(755,root,root) %{_bindir}/exsample
615 %attr(755,root,root) %{_bindir}/exscale
616 %attr(755,root,root) %{_bindir}/exscn3d
617 %attr(755,root,root) %{_bindir}/exscroll
618 %attr(755,root,root) %{_bindir}/exshade
619 %attr(755,root,root) %{_bindir}/exspline
620 %attr(755,root,root) %{_bindir}/exsprite
621 %attr(755,root,root) %{_bindir}/exstars
622 %attr(755,root,root) %{_bindir}/exstream
623 %attr(755,root,root) %{_bindir}/exswitch
624 %attr(755,root,root) %{_bindir}/extimer
625 %attr(755,root,root) %{_bindir}/extrans
626 %attr(755,root,root) %{_bindir}/extruec
627 %attr(755,root,root) %{_bindir}/exunicod
628 %attr(755,root,root) %{_bindir}/exupdate
629 %attr(755,root,root) %{_bindir}/exxfade
630 %attr(755,root,root) %{_bindir}/exzbuf
This page took 0.659501 seconds and 3 git commands to generate.