]> git.pld-linux.org Git - packages/geki5-KXL.git/blob - geki5-KXL.spec
- mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
[packages/geki5-KXL.git] / geki5-KXL.spec
1 Summary:        Geki5, a video-oriented game
2 Summary(pl):    Geki5 - gra wideo
3 Name:           geki5-KXL
4 Version:        0.3.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 # note: Source0 URL is dead
9 Source0:        http://www2.mwnet.or.jp/~fc3srx7/download/%{name}-%{version}.tar.gz
10 # Source0-md5:  714152011a45b1b1a758e3d1092b4f87
11 Patch0:         %{name}-scorepath.patch
12 # dead, couldn't find working one
13 #URL:           http://www2.mwnet.or.jp/~fc3srx7/
14 BuildRequires:  KXL-devel >= 1.1.1
15 BuildRequires:  XFree86-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 Requires:       KXL >= 1.1.1
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 2D length scroll shooting game.
23
24 %description -l pl
25 Pionowo przewijana strzelanina 2D.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog README
51 %attr(2755,root,games) %{_bindir}/geki5
52 %dir %{_datadir}/geki5
53 %{_datadir}/geki5/bmp
54 %{_datadir}/geki5/wav
55 %dir %{_datadir}/geki5/data
56 %{_datadir}/geki5/data/*.dat
57 %attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/geki5.score
This page took 0.059742 seconds and 3 git commands to generate.