]> git.pld-linux.org Git - packages/asciijump.git/blame - asciijump.spec
- release 1.beta
[packages/asciijump.git] / asciijump.spec
CommitLineData
3c6cf727 1# $Id: asciijump.spec,v 1.16 2003-08-31 21:02:39 undefine Exp $
6585a3d4 2%define _ver 1.0.1beta
7a5f9d7f
TP
3Summary: (a)sci(i)jump game
4Summary(pl): Skoki narciarskie w ascii
f4f12559 5Name: asciijump
6585a3d4 6Version: 1.0.1
3c6cf727 7Release: 1.beta
f4f12559 8License: GPL
9Group: Applications/Games
7a5f9d7f 10Vendor: Grzegorz Moskal <g.moskal@opengroup.org>
6585a3d4
AG
11# Source0-md5: d566ac2b38c03d4cf726e49e5fe7eb21
12Source0: http://otak.k-k.pl/asciijump/tgz/%{name}-%{_ver}.tar.gz
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
92d256e8 36install -d $RPM_BUILD_ROOT/var/games/asciijump
44665320
AG
37# get rid of those subversion related directories
38# FixMe: replace with find?
39# find . -type d -name '\.svn' -exec rm -rf {} \;
40rm -rf hills/.svn gfx/.svn
e0406f2d 41for i in gfx/*; do
44665320
AG
42 rm -rf $i/.svn
43done
c3b1c057
PG
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
f4f12559 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
87c29428 52%doc README README-pl
3c6cf727 53%attr(2755,root,games) %{_bindir}/asciijump
54%attr(2755,root,games) %{_bindir}/aj-server
92d256e8 55%attr(775,root,games) %{_var}/games/asciijump
f4f12559 56%{_datadir}/asciijump
a36554c1 57%{_mandir}/man6/asciijump.6*
f4f12559 58%{_applnkdir}/Games/Arcade/asciijump.desktop
59%{_pixmapsdir}/asciijump.png
This page took 0.048724 seconds and 4 git commands to generate.