]> git.pld-linux.org Git - packages/asciijump.git/blame - asciijump.spec
- dropped bogus BR: conflib-devel
[packages/asciijump.git] / asciijump.spec
CommitLineData
c1682a57 1%define _ver 1.0.2beta
7a5f9d7f 2Summary: (a)sci(i)jump game
a1b028c7 3Summary(pl.UTF-8): Skoki narciarskie w ascii
f4f12559 4Name: asciijump
7dc18391 5Version: 1.0.2
c66eac9e 6Release: 0.beta.4
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
7129798b 15BuildRequires: ctags
c66eac9e 16BuildRequires: slang-devel >= 2.0.0
f4f12559 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Ski jumping in text mode.
21
3715c1b2 22%description -l pl.UTF-8
f4f12559 23Skoki narciarskie w trybie tekstowym.
24
25%prep
7129798b 26%setup -q -n asciijump-%{_ver}
c1682a57 27%patch0 -p1
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.053908 seconds and 4 git commands to generate.