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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Tue Oct 17 18:04:34 2000 UTC (12 years, 8 months ago) by cbauer
Branch: MAIN
CVS Tags: SDL_release_0_11_1
Changes since 1.2: +24 -13 lines
- 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 cbauer 1.1 Name: AlephOne-minf-demo
2     Summary: AlephOne data files for Marathon Infinity Demo
3 cbauer 1.2 Group: Amusements/Games
4 cbauer 1.1 Version: 1.0
5 cbauer 1.3 Release: 2
6 cbauer 1.1 License: Demo
7 cbauer 1.3 Source: AlephOne-minf-demo.tar.gz
8 cbauer 1.1 URL: http://www.uni-mainz.de/~bauec002/A1Main.html
9 cbauer 1.3 Vendor: Bungie Software Corporation
10 cbauer 1.1 BuildRoot: %{_tmppath}/%{name}-root
11     BuildArchitectures: noarch
12 cbauer 1.3 Requires: AlephOne >= 0.10.6
13 cbauer 1.1 Provides: AlephOne-core-data
14 cbauer 1.3 # not relocatable because of absolute paths in "start" script
15 cbauer 1.1
16     %description
17     This package contains shape, sound, and map information from Bungie
18     Software's Marathon Infinity Demo. It can be used as AlephOne's ``core
19     data''-- the foundation upon which other maps can be built -- in addition to
20     providing the Infinity Demo itself, a fun (if short) series of levels.
21    
22 cbauer 1.3 Use the included "start" script to run Aleph One with the Marathon Infinity
23     Demo files.
24    
25 cbauer 1.1 %prep
26    
27     %build
28    
29     %install
30 cbauer 1.3 rm -rf ${RPM_BUILD_ROOT}/usr/share/AlephOne_minf_demo &&
31     mkdir -p ${RPM_BUILD_ROOT}/usr/share/AlephOne_minf_demo &&
32     cd ${RPM_BUILD_ROOT}/usr/share/AlephOne_minf_demo &&
33     tar zxf %{_sourcedir}/AlephOne-minf-demo.tar.gz
34 cbauer 1.1
35     %files
36 cbauer 1.3 %defattr(-,root,root)
37     %{_prefix}/share/AlephOne_minf_demo/start
38     %{_prefix}/share/AlephOne_minf_demo/Map
39     %{_prefix}/share/AlephOne_minf_demo/Images
40     %{_prefix}/share/AlephOne_minf_demo/Shapes
41     %{_prefix}/share/AlephOne_minf_demo/Sounds
42     %{_prefix}/share/AlephOne_minf_demo/MML/*.mml
43     %doc %{_prefix}/share/AlephOne_minf_demo/README
44 cbauer 1.1
45    
46     %changelog
47 cbauer 1.3 * Tue Oct 17 2000 Christian Bauer <Christian.Bauer@uni-mainz.de>
48     - No longer installed in Aleph One default data directory
49     - Added a script to set the data path and start the game
50    
51 cbauer 1.1 * Thu Oct 5 2000 Christian Bauer <Christian.Bauer@uni-mainz.de>
52     - Renamed and tweaked a bit
53    
54     * Fri Sep 30 2000 Tom Moertel <tom-rpms-alephone@moertel.com>
55     - First cut.

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