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