-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSFEMaelstrom.spec
60 lines (48 loc) · 1.25 KB
/
SFEMaelstrom.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
56
57
58
59
60
#
# spec file for package SFEMaelstrom
#
# includes module(s): Maelstrom
#
%include Solaris.inc
%use Maelstrom = Maelstrom.spec
Name: SFEMaelstrom
Summary: %{Maelstrom.summary}
Version: %{Maelstrom.version}
SUNW_BaseDir: %{_basedir}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%include default-depend.inc
Requires: SUNWlibms
Requires: SFEsdl-net
%package root
Summary: %{summary} - / filesystem
SUNW_BaseDir: /
%include default-depend.inc
%prep
rm -rf %name-%version
mkdir %name-%version
%Maelstrom.prep -d %name-%version
%build
%Maelstrom.build -d %name-%version
%install
rm -rf $RPM_BUILD_ROOT
%Maelstrom.install -d %name-%version
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_bindir}
%{_bindir}/Maelstrom
%{_bindir}/Maelstrom-netd
%dir %attr (0755, root, sys) %{_datadir}
%{_datadir}/Maelstrom
%dir %attr (0755, root, other) %{_datadir}/applications
%{_datadir}/applications/*.desktop
%files root
%defattr (-, root, bin)
%dir %attr (0755, root, sys) %{_localstatedir}
%{_localstatedir}/games
%changelog
* Sat Oct 13 2007 - [email protected]
- add missing deps
* Wed Aug 15 2007 - [email protected]
- Initial version