]> git.pld-linux.org Git - packages/SpaceAryarya-KXL.git/blame - SpaceAryarya-KXL.spec
- massive attack: adding Source-md5
[packages/SpaceAryarya-KXL.git] / SpaceAryarya-KXL.spec
CommitLineData
c5179b83
JB
1Summary: Space Aryarya, a video-oriented game
2Summary(pl): Space Aryarya - gra wideo
3Name: SpaceAryarya-KXL
4Version: 1.0.2
5Release: 1
6License: GPL
7Group: X11/Applications/Games
a17b1fc1 8Source0: http://kxl.hn.org/download/%{name}-%{version}.tar.gz
a386b4df 9# Source0-md5: 0c3666630eed179d9d3c0182b6358a6f
a17b1fc1 10Patch0: %{name}-scorepath.patch
18243f7a 11URL: http://kxl.hn.org/
c5179b83 12BuildRequires: KXL-devel >= 1.1.1
a17b1fc1
JB
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: KXL >= 1.1.1
c5179b83
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
c5179b83
JB
18%description
192D/3D scroll shooting game.
20
21%description -l pl
22Przewijana strzelanina 2D/3D.
23
24%prep
25%setup -q
a17b1fc1 26%patch -p1
c5179b83
JB
27
28%build
a17b1fc1
JB
29%{__aclocal}
30%{__autoconf}
31%{__automake}
32%configure
c5179b83
JB
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
a17b1fc1
JB
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
c5179b83
JB
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
52172eeb 46%doc ChangeLog README
a17b1fc1 47%attr(2755,root,games) %{_bindir}/spacearyarya
c5179b83
JB
48%dir %{_datadir}/SpaceAryarya
49%dir %{_datadir}/SpaceAryarya/data
50%{_datadir}/SpaceAryarya/bmp
51%{_datadir}/SpaceAryarya/wav
52%{_datadir}/SpaceAryarya/data/*.dat
a17b1fc1 53%attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/SpaceAryarya.score
This page took 0.065451 seconds and 4 git commands to generate.