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