-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAlephOne-minf-demo.spec
55 lines (45 loc) · 1.75 KB
/
AlephOne-minf-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
48
49
50
51
52
53
54
55
Name: AlephOne-minf-demo
Summary: AlephOne data files for Marathon Infinity Demo
Group: Amusements/Games
Version: 1.0
Release: 2
License: Demo
Source: AlephOne-minf-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 Infinity Demo. It can be used as AlephOne's "core
data" -- the foundation upon which other maps can be built -- in addition to
providing the Infinity Demo itself, a fun (if short) series of levels.
Use the included "start" script to run Aleph One with the Marathon Infinity
Demo files.
%prep
%build
%install
rm -rf ${RPM_BUILD_ROOT}/usr/share/AlephOne_minf_demo &&
mkdir -p ${RPM_BUILD_ROOT}/usr/share/AlephOne_minf_demo &&
cd ${RPM_BUILD_ROOT}/usr/share/AlephOne_minf_demo &&
tar zxf %{_sourcedir}/AlephOne-minf-demo.tar.gz
%files
%defattr(-,root,root)
%{_prefix}/share/AlephOne_minf_demo/start
%{_prefix}/share/AlephOne_minf_demo/Map
%{_prefix}/share/AlephOne_minf_demo/Images
%{_prefix}/share/AlephOne_minf_demo/Shapes
%{_prefix}/share/AlephOne_minf_demo/Sounds
%{_prefix}/share/AlephOne_minf_demo/MML/*.mml
%{_prefix}/share/AlephOne_minf_demo/MML
%doc %{_prefix}/share/AlephOne_minf_demo/README
%changelog
* Tue Oct 17 2000 Christian Bauer <[email protected]>
- No longer installed in Aleph One default data directory
- Added a script to set the data path and start the game
* Thu Oct 5 2000 Christian Bauer <[email protected]>
- Renamed and tweaked a bit
* Fri Sep 30 2000 Tom Moertel <[email protected]>
- First cut.