]> git.pld-linux.org Git - packages/SpaceAryarya-KXL.git/blame - SpaceAryarya-KXL.spec
- tabs in preamble
[packages/SpaceAryarya-KXL.git] / SpaceAryarya-KXL.spec
CommitLineData
c5179b83 1Summary: Space Aryarya, a video-oriented game
e47b6176 2Summary(pl.UTF-8): Space Aryarya - gra wideo
c5179b83
JB
3Name: SpaceAryarya-KXL
4Version: 1.0.2
8ec70f0c 5Release: 2
c5179b83
JB
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
39710cff 13BuildRequires: KXL >= 1.1.1
a17b1fc1
JB
14BuildRequires: autoconf
15BuildRequires: automake
c5179b83
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
c5179b83
JB
18%description
192D/3D scroll shooting game.
20
4aca7638 21%description -l pl.UTF-8
c5179b83
JB
22Przewijana strzelanina 2D/3D.
23
24%prep
25%setup -q
456bb72f 26%patch0 -p1
c5179b83
JB
27
28%build
0209cc63 29cp -f /usr/share/automake/config.sub .
a17b1fc1
JB
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure
c5179b83
JB
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
a17b1fc1
JB
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
c5179b83
JB
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
52172eeb 47%doc ChangeLog README
a17b1fc1 48%attr(2755,root,games) %{_bindir}/spacearyarya
c5179b83
JB
49%dir %{_datadir}/SpaceAryarya
50%dir %{_datadir}/SpaceAryarya/data
51%{_datadir}/SpaceAryarya/bmp
52%{_datadir}/SpaceAryarya/wav
53%{_datadir}/SpaceAryarya/data/*.dat
39710cff 54%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/SpaceAryarya.score
This page took 0.457367 seconds and 4 git commands to generate.