/[alephone]/aleph/AlephOne-m2-demo.spec
ViewVC logotype

Contents of /aleph/AlephOne-m2-demo.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Tue Oct 17 18:04:34 2000 UTC (12 years, 7 months ago) by cbauer
Branch: MAIN
CVS Tags: SDL_release_0_11_1
- added support for version 0 sound files as found in the M2 demo
- it's no longer possible to bind a key to more than one function or to bind
  a key that has a fixed function in the game
- fixed a bug that caused the "Default" button in the keyboard configuration
  dialog to not work properly
- updated spec files (Minf and M2 demos now install into a separate directory)
- bumped version number to 0.11

1 Name: AlephOne-m2-demo
2 Summary: AlephOne data files for Marathon 2 Demo
3 Group: Amusements/Games
4 Version: 1.0
5 Release: 1
6 License: Demo
7 Source: AlephOne-m2-demo.tar.gz
8 URL: http://www.uni-mainz.de/~bauec002/A1Main.html
9 Vendor: Bungie Software Corporation
10 BuildRoot: %{_tmppath}/%{name}-root
11 BuildArchitectures: noarch
12 Requires: AlephOne >= 0.11
13 Provides: AlephOne-core-data
14 # not relocatable because of absolute paths in "start" script
15
16 %description
17 This package contains shape, sound, and map information from Bungie
18 Software's Marathon 2 Demo. It can be used as AlephOne's ``core data''--
19 the foundation upon which other maps can be built -- in addition to
20 providing the Marathon 2 Demo itself, a fun (if short) series of levels.
21
22 Use the included "start" script to run Aleph One with the Marathon 2 Demo
23 files.
24
25 %prep
26
27 %build
28
29 %install
30 rm -rf ${RPM_BUILD_ROOT}/usr/share/AlephOne_m2_demo &&
31 mkdir -p ${RPM_BUILD_ROOT}/usr/share/AlephOne_m2_demo &&
32 cd ${RPM_BUILD_ROOT}/usr/share/AlephOne_m2_demo &&
33 tar zxf %{_sourcedir}/AlephOne-m2-demo.tar.gz
34
35 %files
36 %defattr(-,root,root)
37 %{_prefix}/share/AlephOne_m2_demo/start
38 %{_prefix}/share/AlephOne_m2_demo/Map
39 %{_prefix}/share/AlephOne_m2_demo/Images
40 %{_prefix}/share/AlephOne_m2_demo/Shapes
41 %{_prefix}/share/AlephOne_m2_demo/Sounds
42 %{_prefix}/share/AlephOne_m2_demo/MML/*.mml
43
44
45 %changelog
46 * Tue Oct 17 2000 Christian Bauer <Christian.Bauer@uni-mainz.de>
47 - Created from the AlephOne-minf-demo.spec

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15