-
Notifications
You must be signed in to change notification settings - Fork 1
/
crimson.spec.in
96 lines (74 loc) · 2.59 KB
/
crimson.spec.in
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# this is not a relocatable package.
Name : @PACKAGE@
Version : @VERSION@
Release : 1
License : GPL
Group : Games/Strategy
URL : http://crimson.seul.org
Source : http://crimson.seul.org/files/%{name}-%{version}.tar.bz2
Summary : A hex-based tactical war game
Packager : Jens Granseuer <[email protected]>
Buildroot : %{_tmppath}/%{name}-%{version}-root
BuildRequires : SDL-devel >= 1.1.5, SDL_ttf-devel
Requires : SDL >= 1.1.5, SDL_ttf
%description
Crimson Fields is a tactical war game in the tradition of Battle Isle for
one or two players.
The outcome of the war lies in your hands. You decide which units are
sent to the front lines, and when to unleash the reserves. Your mission
objectives range from defending strategically vital locations to simply
destroying all enemy forces in the area. Protect supply convoys or raid
enemy facilities to uncover technological secrets or fill your storage
bays so you can repair damaged units or build new ones in your own
factories. Lead your troops to victory!
Tools are available to create custom maps and campaigns. You can also play
the original Battle Isle maps if you have a copy of the game.
%prep
%setup
%build
%configure --enable-cfed --enable-bi2cf
make
%install
rm -rf "$RPM_BUILD_ROOT"
make DESTDIR="$RPM_BUILD_ROOT" install
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc COPYING NEWS README README.bi2cf THANKS TODO music/COPYING.MUSIC
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/crimson
%{_datadir}/pixmaps/*
%doc %{_mandir}/man6/*
%changelog
* Thu Mar 10 2005 Jens Granseuer <[email protected]>
- remove unused prefix definition
- add desktop file
* Tue Apr 20 2004 Jens Granseuer <[email protected]>
- include COPYING.MUSIC
* Sun Feb 22 2004 Jens Granseuer <[email protected]>
- require SDL_ttf
* Sat Sep 20 2003 Jens Granseuer <[email protected]>
- distribute icon
- use system directories
* Fri Aug 22 2003 Jens Granseuer <[email protected]>
- updated URLs
* Sat Dec 7 2002 Jens Granseuer <[email protected]>
- update for 0.3.0
- build and install the new bi2cf tool by default
* Fri Jun 28 2002 Jens Granseuer <[email protected]>
- renamed ChangeLog to NEWS
* Wed Apr 24 2002 Jens Granseuer <[email protected]>
- added THANKS and TODO files to docs
* Sun Jul 22 2001 Jens Granseuer <[email protected]>
- use CXXFLAGS instead of CFLAGS
* Thu May 17 2001 Jens Granseuer <[email protected]>
- include manual pages
* Sun Apr 22 2001 Jens Granseuer <[email protected]>
- require SDL 1.1.5
* Wed Mar 7 2001 Jens Granseuer <[email protected]>
- updated to 0.1.1
- set Group to Amusements/Games
* Thu Mar 1 2001 Jens Granseuer <[email protected]>
- initial public release