| 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 |
Provides: AlephOne-core-data
|
| 13 |
# not relocatable because of absolute paths in "start" script
|
| 14 |
|
| 15 |
%description
|
| 16 |
This package contains shape, sound, and map information from Bungie
|
| 17 |
Software's Marathon 2 Demo. It can be used as AlephOne's "core data"--
|
| 18 |
the foundation upon which other maps can be built -- in addition to
|
| 19 |
providing the Marathon 2 Demo itself, a fun (if short) series of levels.
|
| 20 |
|
| 21 |
Use the included "start" script to run Aleph One with the Marathon 2 Demo
|
| 22 |
files.
|
| 23 |
|
| 24 |
%prep
|
| 25 |
|
| 26 |
%build
|
| 27 |
|
| 28 |
%install
|
| 29 |
rm -rf ${RPM_BUILD_ROOT}/usr/share/AlephOne_m2_demo &&
|
| 30 |
mkdir -p ${RPM_BUILD_ROOT}/usr/share/AlephOne_m2_demo &&
|
| 31 |
cd ${RPM_BUILD_ROOT}/usr/share/AlephOne_m2_demo &&
|
| 32 |
tar zxf %{_sourcedir}/AlephOne-m2-demo.tar.gz
|
| 33 |
|
| 34 |
%files
|
| 35 |
%defattr(-,root,root)
|
| 36 |
%{_prefix}/share/AlephOne_m2_demo/start
|
| 37 |
%{_prefix}/share/AlephOne_m2_demo/Map
|
| 38 |
%{_prefix}/share/AlephOne_m2_demo/Images
|
| 39 |
%{_prefix}/share/AlephOne_m2_demo/Shapes
|
| 40 |
%{_prefix}/share/AlephOne_m2_demo/Sounds
|
| 41 |
%{_prefix}/share/AlephOne_m2_demo/MML/*.mml
|
| 42 |
%{_prefix}/share/AlephOne_m2_demo/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
|