]> git.pld-linux.org Git - packages/asciijump.git/blame - asciijump.spec
- we don't use Id tag in specs
[packages/asciijump.git] / asciijump.spec
CommitLineData
7dc18391 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
6Release: 0.beta.1
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
7a5f9d7f 12URL: http://asciijump.prv.pl/
3c6cf727 13BuildRequires: autoconf
f4f12559 14BuildRequires: conflib-devel
7129798b 15BuildRequires: ctags
c3b1c057 16BuildRequires: slang-devel
f4f12559 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Ski jumping in text mode.
21
22%description -l pl
23Skoki narciarskie w trybie tekstowym.
24
25%prep
7129798b 26%setup -q -n asciijump-%{_ver}
f4f12559 27
28%build
92d256e8 29%{__autoconf}
f4f12559 30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
c3b1c057
PG
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
f4f12559 37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
87c29428 43%doc README README-pl
3c6cf727 44%attr(2755,root,games) %{_bindir}/asciijump
45%attr(2755,root,games) %{_bindir}/aj-server
92d256e8 46%attr(775,root,games) %{_var}/games/asciijump
f4f12559 47%{_datadir}/asciijump
a36554c1 48%{_mandir}/man6/asciijump.6*
e7a1ef8e 49%{_desktopdir}/asciijump.desktop
f4f12559 50%{_pixmapsdir}/asciijump.png
This page took 0.071567 seconds and 4 git commands to generate.