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