]> git.pld-linux.org Git - packages/scummvm.git/blob - scummvm.spec
- updated engines
[packages/scummvm.git] / scummvm.spec
1 %define         version_tools   1.6.0
2 Summary:        Graphic adventure game interpreter
3 Summary(pl.UTF-8):      Interpreter gier przygodowych
4 Name:           scummvm
5 Version:        1.6.0
6 Release:        0.1
7 License:        GPL v2+
8 Group:          X11/Applications/Games
9 Source0:        http://downloads.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
10 # Source0-md5:  473c151ff44e3db7b603ecacd800a0d2
11 Source1:        http://downloads.sourceforge.net/scummvm/%{name}-tools-%{version_tools}.tar.bz2
12 # Source1-md5:  9a5c74a49707c513e8853004e3a699e4
13 Source2:        %{name}.desktop
14 Patch0:         %{name}-wx-config.patch
15 URL:            http://scummvm.org/
16 BuildRequires:  SDL-devel >= 1.2.2
17 BuildRequires:  alsa-lib-devel >= 0.9
18 BuildRequires:  flac-devel >= 1.0.1
19 %ifarch %{ix86} %{x8664}
20 BuildRequires:  fluidsynth-devel
21 %endif
22 BuildRequires:  freetype-devel
23 BuildRequires:  libmad-devel
24 BuildRequires:  libmpeg2-devel >= 0.3.2
25 BuildRequires:  libpng-devel
26 BuildRequires:  libvorbis-devel
27 %ifarch %{ix86}
28 BuildRequires:  nasm
29 %endif
30 BuildRequires:  sed >= 4.0
31 BuildRequires:  wxGTK2-unicode-devel
32 BuildRequires:  wxWidgets-devel
33 BuildRequires:  zlib-devel
34 BuildRequires:  zlib-devel
35 Obsoletes:      scummvm-engine-m4
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %define         specflags_sparc -fPIC
39
40 %description
41 ScummVM is a program which allows you to run certain classic graphical
42 point-and-click adventure games, provided you already have their data
43 files. The clever part about this: ScummVM just replaces the
44 executables shipped with the game, allowing you to play them on
45 systems for which they were never designed!
46
47 Some of the adventures ScummVM supports include Adventure Soft's Simon
48 the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky, Broken Sword 1
49 and Broken Sword 2; Flight of the Amazon Queen; Wyrmkeep's Inherit the
50 Earth; Coktel Vision's Gobliiins; Westwood Studios' The Legend of
51 Kyrandia and games based on LucasArts' SCUMM (Script Creation Utility
52 for Maniac Mansion) system such as Monkey Island, Day of the Tentacle,
53 Sam and Max and more. You can find a thorough list with details on
54 which games are supported and how well on the project page.
55
56 %description -l pl.UTF-8
57 ScummVM jest programem umożliwiającym uruchamianie klasycznych
58 graficznych gier przygodowych, pod warunkiem, że posiadane są ich
59 pliki danych. ScummVM używany jest w miejsce pliku wykonywalnego
60 dostarczonego razem z grą, co umożliwia granie na systemach, na które
61 gry nie zostały przeznaczone.
62
63 ScummVM obsługuje między innymi Simon the Sorcerer 1 i 2 firmy
64 Adventure Soft; Beneath A Steel Sky, Broken Sword 1 i 2 firmy
65 Revolution; Flight of the Amazon Queen; Inherit the Earth firmy
66 Wyrmkeep; serię Gobliiins firmy Coktel Vision; The Legend of Kyrandia
67 firmy Westwood i gry bazujące na silniku SCUMM (Script Creation
68 Utility for Maniac Mansion) firmy LucasArts, takie jak Monkey Island,
69 Day of the Tentacle, Sam and Max i inne. Szczegółowa lista znajduje
70 się na stronie projektu.
71
72 %package tools
73 Summary:        ScummVM tools
74 Summary(pl.UTF-8):      Narzędzia związane ze ScummVM
75 Group:          X11/Applications/Games
76
77 %description tools
78 Collection of various tools that may be useful to use in conjunction
79 with ScummVM.
80
81 %description tools -l pl.UTF-8
82 Zestaw narzędzi mogących być użytecznymi w połączeniu ze ScummVM.
83
84 %package engine-agi
85 Summary:        Adventure Game Interpreter
86 Summary(pl.UTF-8):      Adventure Game Interpreter
87 Group:          X11/Applications/Games
88 Requires:       %{name} = %{version}-%{release}
89
90 %description engine-agi
91 The AGI (Adventure Game Interpreter) engine was used by Sierra in
92 their early adventure games.
93
94 %description engine-agi -l pl.UTF-8
95 Silnik AGI (Adventure Game Interpreter) był używany przez firmę Sierra
96 w jej wczesnych grach przygodowych.
97
98 %package engine-agos
99 Summary:        AGOS engine
100 Summary(pl.UTF-8):      Silnik AGOS
101 Group:          X11/Applications/Games
102 Requires:       %{name} = %{version}-%{release}
103
104 %description engine-agos
105 The AGOS Engine was originally created by Alan Cox at HorrorSoft and
106 is based on AberMUD V, with graphical extensions. Required for
107 following games:
108 - Elvira
109 - Elvira 2
110 - Waxworks
111 - Simon the Sorcerer
112 - Simon the Sorcerer 2
113 - The Feeble Files
114
115 %description engine-agos -l pl.UTF-8
116 Silnik AGOS został stworzony przez Alana Coksa w firmie HorrorSoft,
117 bazowany jest na programie AberMUD V z graficznymi rozszerzeniami.
118 Używany w następujących grach:
119 - Elvira
120 - Elvira 2
121 - Waxworks
122 - Simon the Sorcerer
123 - Simon the Sorcerer 2
124 - The Feeble Files
125
126 %package engine-cge
127 Summary:        CGE engine
128 Summary(pl.UTF-8):      Silnik CGE
129 Group:          X11/Applications/Games
130 Requires:       %{name} = %{version}-%{release}
131
132 %description engine-cge
133 CGE engine.
134
135 %description engine-cge -l pl.UTF-8
136 Silnik CGE.
137
138 %package engine-cine
139 Summary:        Cinematique engine
140 Summary(pl.UTF-8):      Silnik Cinematique
141 Group:          X11/Applications/Games
142 Requires:       %{name} = %{version}-%{release}
143
144 %description engine-cine
145 Cinematique engine.
146
147 %description engine-cine -l pl.UTF-8
148 Silnik Cinematique.
149
150 %package engine-composer
151 Summary:        Composer engine
152 Summary(pl.UTF-8):      Silnik Composer
153 Group:          X11/Applications/Games
154 Requires:       %{name} = %{version}-%{release}
155
156 %description engine-composer
157 Composer engine.
158
159 %description engine-composer -l pl.UTF-8
160 Silnik Composer.
161
162 %package engine-cruise
163 Summary:        Cruise engine
164 Summary(pl.UTF-8):      Silnik Cruise
165 Group:          X11/Applications/Games
166 Requires:       %{name} = %{version}-%{release}
167
168 %description engine-cruise
169 Cruise engine.
170
171 %description engine-cruise -l pl.UTF-8
172 Silnik Cruise.
173
174 %package engine-draci
175 Summary:        Draci engine
176 Summary(pl.UTF-8):      Silnik Draci
177 Group:          X11/Applications/Games
178 Requires:       %{name} = %{version}-%{release}
179
180 %description engine-draci
181 Draci engine.
182
183 %description engine-draci -l pl.UTF-8
184 Silnik Draci.
185
186 %package engine-drascula
187 Summary:        Drascula engine
188 Summary(pl.UTF-8):      Silnik Drascula
189 Group:          X11/Applications/Games
190 Requires:       %{name} = %{version}-%{release}
191
192 %description engine-drascula
193 Drascula engine.
194
195 %description engine-drascula -l pl.UTF-8
196 Silnik Drascula.
197
198 %package engine-dreamweb
199 Summary:        Dreamweb engine
200 Summary(pl.UTF-8):      Silnik Dreamweb
201 Group:          X11/Applications/Games
202 Requires:       %{name} = %{version}-%{release}
203
204 %description engine-dreamweb
205 Dreamweb engine.
206
207 %description engine-dreamweb -l pl.UTF-8
208 Silnik Dreamweb.
209
210 %package engine-gob
211 Summary:        Gob engine
212 Summary(pl.UTF-8):      Silnik Gob
213 Group:          X11/Applications/Games
214 Requires:       %{name} = %{version}-%{release}
215
216 %description engine-gob
217 Engine to run adventure games created by Coktel Vision.
218
219 %description engine-gob -l pl.UTF-8
220 Silnik do uruchamiania gier stworzonych przez Coktel Vision.
221
222 %package engine-groovie
223 Summary:        Groovie engine
224 Summary(pl.UTF-8):      Silnik Groovie
225 Group:          X11/Applications/Games
226 Requires:       %{name} = %{version}-%{release}
227
228 %description engine-groovie
229 Engine to run adventure games created by Trilobyte or Aftermath Media
230 (The 7th Guest, The 11th Hour).
231
232 %description engine-groovie -l pl.UTF-8
233 Silnik do uruchamiania gier stworzonych przez Trilobyte i Aftermath
234 Media (The 7th Guest, The 11th Hour).
235
236 %package engine-hugo
237 Summary:        Hugo engine
238 Summary(pl.UTF-8):      Silnik Hugo
239 Group:          X11/Applications/Games
240 Requires:       %{name} = %{version}-%{release}
241
242 %description engine-hugo
243 Hugo engine.
244
245 %description engine-hugo -l pl.UTF-8
246 Silnik Hugo.
247
248 %package engine-kyra
249 Summary:        Kyrandia engine
250 Summary(pl.UTF-8):      Silnik Kyrandia
251 Group:          X11/Applications/Games
252 Requires:       %{name} = %{version}-%{release}
253
254 %description engine-kyra
255 Kyrandia engine.
256
257 %description engine-kyra -l pl.UTF-8
258 Silnik Kyrandia.
259
260 %package engine-lastexpress
261 Summary:        Lastexpress engine
262 Summary(pl.UTF-8):      Silnik Lastexpress
263 Group:          X11/Applications/Games
264 Requires:       %{name} = %{version}-%{release}
265
266 %description engine-lastexpress
267 Lastexpress is the engine for the game Lastexpress of the Temptress.
268
269 %description engine-lastexpress -l pl.UTF-8
270 Lastexpress jest silnikiem dla gry Lastexpress of the Temptress.
271
272 %package engine-lure
273 Summary:        Lure engine
274 Summary(pl.UTF-8):      Silnik Lure
275 Group:          X11/Applications/Games
276 Requires:       %{name} = %{version}-%{release}
277
278 %description engine-lure
279 Lure is the engine for the game Lure of the Temptress.
280
281 %description engine-lure -l pl.UTF-8
282 Lure jest silnikiem dla gry Lure of the Temptress.
283
284 %package engine-made
285 Summary:        MADE engine
286 Summary(pl.UTF-8):      Silnik MADE
287 Group:          X11/Applications/Games
288 Requires:       %{name} = %{version}-%{release}
289
290 %description engine-made
291 MADE stands for Multimedia Applications Development Environment, and
292 was used by Activision to create some of their point'n'click adventure
293 games.
294
295 %description engine-made -l pl.UTF-8
296 MADE to Multimedia Applications Development Environment, był używany
297 przez Activision w grach przygodowych.
298
299 %package engine-mohawk
300 Summary:        Mohawk engine
301 Summary(pl.UTF-8):      Silnik Mohawk
302 Group:          X11/Applications/Games
303 Requires:       %{name} = %{version}-%{release}
304
305 %description engine-mohawk
306 The Mohawk engine was developed by Brøderbund starting in the early
307 1990's with the Windows port of Myst.
308
309 %description engine-mohawk -l pl.UTF-8
310 Silnik Mohawk został stworzony przez Brøderbund we wczesnych latach
311 90-ych, na potrzeby gry Myst.
312
313 %package engine-parallaction
314 Summary:        Parallaction engine
315 Summary(pl.UTF-8):      Silnik Parallaction
316 Group:          X11/Applications/Games
317 Requires:       %{name} = %{version}-%{release}
318
319 %description engine-parallaction
320 Parallaction engine.
321
322 %description engine-parallaction -l pl.UTF-8
323 Silnik Parallaction.
324
325 %package engine-queen
326 Summary:        Queen engine
327 Summary(pl.UTF-8):      Silnik Queen
328 Group:          X11/Applications/Games
329 Requires:       %{name} = %{version}-%{release}
330
331 %description engine-queen
332 The Queen Engine is used to play Interactive Binary Illusions' Flight
333 of the Amazon Queen.
334
335 %description engine-queen -l pl.UTF-8
336 Silnik Queen jest używany do gry w Flight of the Amazon Queen firmy
337 Interactive Binary Illusions.
338
339 %package engine-saga
340 Summary:        Scripts for Animated Graphic Adventures
341 Summary(pl.UTF-8):      Scripts for Animated Graphic Adventures
342 Group:          X11/Applications/Games
343 Requires:       %{name} = %{version}-%{release}
344
345 %description engine-saga
346 SAGA (Scripts for Animated Graphic Adventures) engine.
347
348 %description engine-saga -l pl.UTF-8
349 Silnik SAGA (Scripts for Animated Graphic Adventures).
350
351 %package engine-sci
352 Summary:        Sierra's "SCript Interpreter"
353 Summary(pl.UTF-8):      SCript Interpreter Sierry
354 Group:          X11/Applications/Games
355 Requires:       %{name} = %{version}-%{release}
356
357 %description engine-sci
358 Sierra's "SCript Interpreter" and the "Sierra's Creative Interpreter.
359
360 %description engine-sci -l pl.UTF-8
361 SCript Interpreter Sierry.
362
363 %package engine-scumm
364 Summary:        Script Creation Utility for Maniac Mansion
365 Summary(pl.UTF-8):      Script Creation Utility for Maniac Mansion
366 Group:          X11/Applications/Games
367 Requires:       %{name} = %{version}-%{release}
368
369 %description engine-scumm
370 SCUMM is a utility used to create the famous LucasArts adventure games
371 like the Monkey Island series and also gave ScummVM its name.
372
373 %description engine-scumm -l pl.UTF-8
374 SCUMM jest narzędziem użytym do stworzenia znanych gier przygodowych
375 firmy LucasArts takich jak seria Monkey Island, dał również ScummVM
376 nazwę.
377
378 %package engine-sky
379 Summary:        Sky engine
380 Summary(pl.UTF-8):      Silnik Sky
381 Group:          X11/Applications/Games
382 Requires:       %{name} = %{version}-%{release}
383
384 %description engine-sky
385 Sky is the internal name for the Virtual Theatre variant which runs
386 Beneath a Steel Sky.
387
388 %description engine-sky -l pl.UTF-8
389 Sky jest wewnętrzną nazwą na wariant Virtual Theatre, który uruchamia
390 Beneath a Steel Sky.
391
392 %package engine-sword1
393 Summary:        Sword1 engine
394 Summary(pl.UTF-8):      Silnik Sword1
395 Group:          X11/Applications/Games
396 Requires:       %{name} = %{version}-%{release}
397
398 %description engine-sword1
399 Sword1 engine.
400
401 %description engine-sword1 -l pl.UTF-8
402 Silnik Sword1.
403
404 %package engine-sword2
405 Summary:        Sword2 engine
406 Summary(pl.UTF-8):      Silnik Sword2
407 Group:          X11/Applications/Games
408 Requires:       %{name} = %{version}-%{release}
409
410 %description engine-sword2
411 Sword2 engine.
412
413 %description engine-sword2 -l pl.UTF-8
414 Silnik Sword2.
415
416 %package engine-sword25
417 Summary:        Sword2.5 engine
418 Summary(pl.UTF-8):      Silnik Sword2.5
419 Group:          X11/Applications/Games
420 Requires:       %{name} = %{version}-%{release}
421
422 %description engine-sword25
423 Sword2.5 engine.
424
425 %description engine-sword25 -l pl.UTF-8
426 Silnik Sword2.5.
427
428 %package engine-teenagent
429 Summary:        TeenAgent engine
430 Summary(pl.UTF-8):      Silnik TeenAgent
431 Group:          X11/Applications/Games
432 Requires:       %{name} = %{version}-%{release}
433
434 %description engine-teenagent
435 This engine is only used by TeenAgent.
436
437 %description engine-teenagent -l pl.UTF-8
438 Ten silnik jest używany tylko przez TeenAgenta.
439
440 %package engine-testbed
441 Summary:        Testbed engine
442 Summary(pl.UTF-8):      Silnik Testbed
443 Group:          X11/Applications/Games
444 Requires:       %{name} = %{version}-%{release}
445
446 %description engine-testbed
447 TestBed: the Testing framework engine
448
449 %description engine-testbed -l pl.UTF-8
450 TestBed: the Testing framework engine
451
452 %package engine-tinsel
453 Summary:        Tinsel engine
454 Summary(pl.UTF-8):      Silnik Tinsel
455 Group:          X11/Applications/Games
456 Requires:       %{name} = %{version}-%{release}
457
458 %description engine-tinsel
459 This engine is only used by Discworld 1 and Discworld 2.
460
461 %description engine-tinsel -l pl.UTF-8
462 Ten silnik jest używany tylko przez Discworld 1 i Discworld 2.
463
464 %package engine-toon
465 Summary:        Toon engine
466 Summary(pl.UTF-8):      Silnik Toon
467 Group:          X11/Applications/Games
468 Requires:       %{name} = %{version}-%{release}
469
470 %description engine-toon
471 Toonstruck engine.
472
473 %description engine-toon -l pl.UTF-8
474 Silnik Toonstruck.
475
476 %package engine-touche
477 Summary:        Touche engine
478 Summary(pl.UTF-8):      Silnik Touche
479 Group:          X11/Applications/Games
480 Requires:       %{name} = %{version}-%{release}
481
482 %description engine-touche
483 This engine is only used by Touche: The Adventures of the Fifth
484 Musketeer.
485
486 %description engine-touche -l pl.UTF-8
487 Ten silnik jest używany tylko przez Touché: Przygody Piątego
488 Muszkietera.
489
490 %package engine-tsage
491 Summary:        Tsage engine
492 Summary(pl.UTF-8):      Silnik Tsage
493 Group:          X11/Applications/Games
494 Requires:       %{name} = %{version}-%{release}
495
496 %description engine-tsage
497 This engine is only used by Ringworld: Revenge Of The Patriarch.
498
499 %description engine-tsage -l pl.UTF-8
500 Ten silnik jest używany tylko przez Ringworld: Revenge Of The
501 Patriach.
502
503 %package engine-tucker
504 Summary:        Tucker engine
505 Summary(pl.UTF-8):      Silnik Tucker
506 Group:          X11/Applications/Games
507 Requires:       %{name} = %{version}-%{release}
508
509 %description engine-tucker
510 The Tucker engine is used in Bud Tucker in Double Trouble.
511
512 %description engine-tucker -l pl.UTF-8
513 Silnik Tucker jest używany przez Bud Tucker in Double Trouble.
514
515 %package engine-hopkins
516 Summary:        Hopkins FBI engine
517 Summary(pl.UTF-8):      Silnik Hopkins FBI
518 Group:          X11/Applications/Games
519 Requires:       %{name} = %{version}-%{release}
520
521 %description engine-hopkins
522 This engine is used by Hopkins FBI.
523
524 %description engine-hopkins -l pl.UTF-8
525 Ten silnik jest używany przez Hopkins FBI.
526
527 %package engine-pegasus
528 Summary:        Pegasus engine
529 Summary(pl.UTF-8):      Silnik Pegasus
530 Group:          X11/Applications/Games
531 Requires:       %{name} = %{version}-%{release}
532
533 %description engine-pegasus
534 This engine is used by The Journeyman Project: Pegasus Prime.
535
536 %description engine-pegasus -l pl.UTF-8
537 Ten silnik jest używany przez The Journeyman Project: Pegasus Prime.
538
539 %package engine-toltecs
540 Summary:        Toltecs engine
541 Summary(pl.UTF-8):      Silnik Toltecs
542 Group:          X11/Applications/Games
543 Requires:       %{name} = %{version}-%{release}
544
545 %description engine-toltecs
546 This engine is used by 3 Skulls of the Toltecs.
547
548 %description engine-toltecs -l pl.UTF-8
549 Ten silnik jest używany przez 3 Skulls of the Toltecs.
550
551 %package engine-tony
552 Summary:        Tony engine
553 Summary(pl.UTF-8):      Silnik Tony
554 Group:          X11/Applications/Games
555 Requires:       %{name} = %{version}-%{release}
556
557 %description engine-tony
558 This engine is used by Tony Tough and the Night of Roasted Moths.
559
560 %description engine-tony -l pl.UTF-8
561 Ten silnik jest używany przez Tony Tough and the Night of Roasted
562 Moths.
563
564 %package engine-wintermute
565 Summary:        Wintermute engine
566 Summary(pl.UTF-8):      Silnik Wintermute
567 Group:          X11/Applications/Games
568 Requires:       %{name} = %{version}-%{release}
569
570 %description engine-wintermute
571 The engine is used for the Wintermute games.
572
573 %description engine-wintermute -l pl.UTF-8
574 Ten silnik jest używany przez gry Wintermute.
575
576 %package theme-classic
577 Summary:        Theme classic for ScummVM
578 Summary(pl.UTF-8):      Motyw classic dla ScummVM
579 Group:          X11/Applications/Games
580 Requires:       %{name} = %{version}-%{release}
581
582 %description theme-classic
583 Theme classic for ScummVM.
584
585 %description theme-classic -l pl.UTF-8
586 Motyw classic dla ScummVM.
587
588 %package theme-modern
589 Summary:        Theme modern for ScummVM
590 Summary(pl.UTF-8):      Motyw modern dla ScummVM
591 Group:          X11/Applications/Games
592 Requires:       %{name} = %{version}-%{release}
593
594 %description theme-modern
595 Theme modern for ScummVM.
596
597 %description theme-modern -l pl.UTF-8
598 Motyw modern dla ScummVM.
599
600 %prep
601 %setup -q -a 1
602 cd scummvm-tools-%{version_tools}
603 %patch0 -p2
604 cd ..
605
606 %{__sed} -i -e 's:"plugins":"%{_libdir}/scummvm":' base/plugins.cpp
607
608 %build
609 ./configure \
610         --prefix=%{_prefix} \
611         --disable-debug \
612         --enable-all-engines \
613         --enable-plugins \
614         --default-dynamic
615
616 %{__make} \
617         CXX="%{__cxx}" \
618         CXXFLAGS="%{rpmcppflags} %{rpmcflags} -fpic $(wx-gtk2-unicode-config --cppflags)" \
619         LDFLAGS="%{rpmcflags} %{rpmldflags}"
620
621 cd scummvm-tools-%{version_tools}
622 ./configure \
623         --prefix=%{_prefix} \
624         --disable-debug
625
626 %{__make} \
627         CXX="%{__cxx}" \
628         CXXFLAGS="%{rpmcppflags} %{rpmcflags} -DUNIX -fpermissive $(wx-gtk2-unicode-config --cppflags)" \
629         LDFLAGS="%{rpmcflags} %{rpmldflags} $(wx-gtk2-unicode-config --libs)"
630
631 %install
632 rm -rf $RPM_BUILD_ROOT
633 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_desktopdir},%{_libdir}/scummvm}
634
635 install scummvm $RPM_BUILD_ROOT%{_bindir}
636 #install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
637
638 install plugins/lib*.so $RPM_BUILD_ROOT%{_libdir}/scummvm
639
640 %{__make} -C scummvm-tools-%{version_tools} install \
641         DESTDIR=$RPM_BUILD_ROOT
642
643 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
644 install icons/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
645
646 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
647 install gui/themes/*.zip $RPM_BUILD_ROOT%{_datadir}/%{name}
648
649 %clean
650 rm -rf $RPM_BUILD_ROOT
651
652 %files
653 %defattr(644,root,root,755)
654 %doc AUTHORS COPYRIGHT NEWS README TODO
655 %attr(755,root,root) %{_bindir}/scummvm
656 %dir %{_libdir}/scummvm
657 #%{_mandir}/man6/*
658 %{_pixmapsdir}/*
659 %{_desktopdir}/*.desktop
660 %dir %{_datadir}/%{name}
661
662 %files tools
663 %defattr(644,root,root,755)
664 %doc scummvm-tools-%{version_tools}/README
665 %attr(755,root,root) %{_bindir}/*
666 %exclude %{_bindir}/scummvm
667 %{_datadir}/scummvm-tools
668
669 %files engine-agi
670 %defattr(644,root,root,755)
671 %dir %{_libdir}/scummvm/libagi.so
672
673 %files engine-agos
674 %defattr(644,root,root,755)
675 %dir %{_libdir}/scummvm/libagos.so
676
677 %files engine-cge
678 %defattr(644,root,root,755)
679 %dir %{_libdir}/scummvm/libcge.so
680
681 %files engine-cine
682 %defattr(644,root,root,755)
683 %dir %{_libdir}/scummvm/libcine.so
684
685 %files engine-composer
686 %defattr(644,root,root,755)
687 %dir %{_libdir}/scummvm/libcomposer.so
688
689 %files engine-cruise
690 %defattr(644,root,root,755)
691 %dir %{_libdir}/scummvm/libcruise.so
692
693 %files engine-draci
694 %defattr(644,root,root,755)
695 %dir %{_libdir}/scummvm/libdraci.so
696
697 %files engine-drascula
698 %defattr(644,root,root,755)
699 %dir %{_libdir}/scummvm/libdrascula.so
700
701 %files engine-dreamweb
702 %defattr(644,root,root,755)
703 %dir %{_libdir}/scummvm/libdreamweb.so
704
705 %files engine-gob
706 %defattr(644,root,root,755)
707 %dir %{_libdir}/scummvm/libgob.so
708
709 %files engine-groovie
710 %defattr(644,root,root,755)
711 %dir %{_libdir}/scummvm/libgroovie.so
712
713 %files engine-hugo
714 %defattr(644,root,root,755)
715 %dir %{_libdir}/scummvm/libhugo.so
716
717 %files engine-kyra
718 %defattr(644,root,root,755)
719 %dir %{_libdir}/scummvm/libkyra.so
720
721 %files engine-lastexpress
722 %defattr(644,root,root,755)
723 %dir %{_libdir}/scummvm/liblastexpress.so
724
725 %files engine-lure
726 %defattr(644,root,root,755)
727 %dir %{_libdir}/scummvm/liblure.so
728
729 %files engine-made
730 %defattr(644,root,root,755)
731 %dir %{_libdir}/scummvm/libmade.so
732
733 %files engine-mohawk
734 %defattr(644,root,root,755)
735 %dir %{_libdir}/scummvm/libmohawk.so
736
737 %files engine-parallaction
738 %defattr(644,root,root,755)
739 %dir %{_libdir}/scummvm/libparallaction.so
740
741 %files engine-queen
742 %defattr(644,root,root,755)
743 %dir %{_libdir}/scummvm/libqueen.so
744
745 %files engine-saga
746 %defattr(644,root,root,755)
747 %dir %{_libdir}/scummvm/libsaga.so
748
749 %files engine-sci
750 %defattr(644,root,root,755)
751 %dir %{_libdir}/scummvm/libsci.so
752
753 %files engine-scumm
754 %defattr(644,root,root,755)
755 %dir %{_libdir}/scummvm/libscumm.so
756
757 %files engine-sky
758 %defattr(644,root,root,755)
759 %dir %{_libdir}/scummvm/libsky.so
760
761 %files engine-sword1
762 %defattr(644,root,root,755)
763 %dir %{_libdir}/scummvm/libsword1.so
764
765 %files engine-sword2
766 %defattr(644,root,root,755)
767 %dir %{_libdir}/scummvm/libsword2.so
768
769 %files engine-sword25
770 %defattr(644,root,root,755)
771 %dir %{_libdir}/scummvm/libsword25.so
772
773 %files engine-teenagent
774 %defattr(644,root,root,755)
775 %dir %{_libdir}/scummvm/libteenagent.so
776
777 %files engine-testbed
778 %defattr(644,root,root,755)
779 %dir %{_libdir}/scummvm/libtestbed.so
780
781 %files engine-tinsel
782 %defattr(644,root,root,755)
783 %dir %{_libdir}/scummvm/libtinsel.so
784
785 %files engine-touche
786 %defattr(644,root,root,755)
787 %dir %{_libdir}/scummvm/libtouche.so
788
789 %files engine-toon
790 %defattr(644,root,root,755)
791 %dir %{_libdir}/scummvm/libtoon.so
792
793 %files engine-tsage
794 %defattr(644,root,root,755)
795 %dir %{_libdir}/scummvm/libtsage.so
796
797 %files engine-tucker
798 %defattr(644,root,root,755)
799 %dir %{_libdir}/scummvm/libtucker.so
800
801 %files engine-hopkins
802 %defattr(644,root,root,755)
803 %dir %{_libdir}/scummvm/libhopkins.so
804
805 %files engine-pegasus
806 %defattr(644,root,root,755)
807 %dir %{_libdir}/scummvm/libpegasus.so
808
809 %files engine-toltecs
810 %defattr(644,root,root,755)
811 %dir %{_libdir}/scummvm/libtoltecs.so
812
813 %files engine-tony
814 %defattr(644,root,root,755)
815 %dir %{_libdir}/scummvm/libtony.so
816
817 %files engine-wintermute
818 %defattr(644,root,root,755)
819 %dir %{_libdir}/scummvm/libwintermute.so
820
821 %files theme-classic
822 %defattr(644,root,root,755)
823 %{_datadir}/%{name}/scummclassic.*
824
825 %files theme-modern
826 %defattr(644,root,root,755)
827 %{_datadir}/%{name}/scummmodern.*
This page took 0.092659 seconds and 4 git commands to generate.