]> git.pld-linux.org Git - packages/asciijump.git/blame - asciijump.spec
- added desktop patch
[packages/asciijump.git] / asciijump.spec
CommitLineData
c1682a57 1%define _ver 1.0.2beta
7a5f9d7f
TP
2Summary: (a)sci(i)jump game
3Summary(pl): Skoki narciarskie w ascii
f4f12559 4Name: asciijump
7dc18391 5Version: 1.0.2
c1682a57 6Release: 0.beta.3
f4f12559 7License: GPL
8Group: Applications/Games
7a5f9d7f 9Vendor: Grzegorz Moskal <g.moskal@opengroup.org>
6585a3d4 10Source0: http://otak.k-k.pl/asciijump/tgz/%{name}-%{_ver}.tar.gz
7dc18391 11# Source0-md5: 199228bbfb4a16914913fe594b775a6d
c1682a57 12Patch0: %{name}-desktop.patch
7a5f9d7f 13URL: http://asciijump.prv.pl/
3c6cf727 14BuildRequires: autoconf
f4f12559 15BuildRequires: conflib-devel
7129798b 16BuildRequires: ctags
c3b1c057 17BuildRequires: slang-devel
f4f12559 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Ski jumping in text mode.
22
23%description -l pl
24Skoki narciarskie w trybie tekstowym.
25
26%prep
7129798b 27%setup -q -n asciijump-%{_ver}
c1682a57 28%patch0 -p1
f4f12559 29
30%build
92d256e8 31%{__autoconf}
f4f12559 32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
c3b1c057
PG
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
f4f12559 39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
87c29428 45%doc README README-pl
3c6cf727 46%attr(2755,root,games) %{_bindir}/asciijump
47%attr(2755,root,games) %{_bindir}/aj-server
92d256e8 48%attr(775,root,games) %{_var}/games/asciijump
f4f12559 49%{_datadir}/asciijump
a36554c1 50%{_mandir}/man6/asciijump.6*
e7a1ef8e 51%{_desktopdir}/asciijump.desktop
f4f12559 52%{_pixmapsdir}/asciijump.png
This page took 0.190077 seconds and 4 git commands to generate.