-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxfrisk.spec
49 lines (44 loc) · 976 Bytes
/
xfrisk.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
# Initial spec file created by autospec ver. 0.3
Summary: XFrisk, a multi-user network version of the classic "Risk"
# The Summary: line should be expanded to about here -----^
Name: XFrisk
%define version 1.2
Version: %{version}
Release: 1
Group: Amusements/Games
Copyright: GPL
Source: ./XFrisk-1.2.tar.gz
#BuildRoot: /tmp/XFrisk-root
# Following are optional fields
URL: http://www.iki.fi/morphy/xfrisk/XFrisk-1.2-1.rpm
#Distribution: Red Hat Contrib-Net
#Patch: XFrisk.patch
#Prefix: /usr/local
#BuildArchitectures: noarch
#Requires:
#Obsoletes:
%description
XFrisk version 1.2
%prep
%setup -n XFrisk
#%patch
%build
make
%install
make install
%files
/usr/local/lib/xfrisk/World.risk
/usr/local/lib/xfrisk/Countries.risk
/usr/local/lib/xfrisk/Help.risk
/usr/local/bin/risk
/usr/local/bin/xfrisk
/usr/local/bin/friskserver
/usr/local/bin/aiDummy
/usr/local/bin/aiConway
/usr/local/bin/aiColson
%doc BUGS
%doc COPYING
%doc ChangeLog
%doc FAQ
%doc README.NEW
%doc TODO