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