]> git.pld-linux.org Git - packages/asciijump.git/blame - asciijump.spec
- update to 1.0.2
[packages/asciijump.git] / asciijump.spec
CommitLineData
7dc18391 1# $Id: asciijump.spec,v 1.19 2003-12-18 22:00:49 undefine Exp $
2%define _ver 1.0.2beta
7a5f9d7f
TP
3Summary: (a)sci(i)jump game
4Summary(pl): Skoki narciarskie w ascii
f4f12559 5Name: asciijump
7dc18391 6Version: 1.0.2
7Release: 0.beta.1
f4f12559 8License: GPL
9Group: Applications/Games
7a5f9d7f 10Vendor: Grzegorz Moskal <g.moskal@opengroup.org>
6585a3d4 11Source0: http://otak.k-k.pl/asciijump/tgz/%{name}-%{_ver}.tar.gz
7dc18391 12# Source0-md5: 199228bbfb4a16914913fe594b775a6d
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}
f4f12559 28
29%build
92d256e8 30%{__autoconf}
f4f12559 31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
c3b1c057
PG
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
f4f12559 38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
87c29428 44%doc README README-pl
3c6cf727 45%attr(2755,root,games) %{_bindir}/asciijump
46%attr(2755,root,games) %{_bindir}/aj-server
92d256e8 47%attr(775,root,games) %{_var}/games/asciijump
f4f12559 48%{_datadir}/asciijump
a36554c1 49%{_mandir}/man6/asciijump.6*
e7a1ef8e 50%{_desktopdir}/asciijump.desktop
f4f12559 51%{_pixmapsdir}/asciijump.png
This page took 0.053616 seconds and 4 git commands to generate.