| 1 |
cbauer |
1.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
|