]> git.pld-linux.org Git - packages/asciijump.git/blame - asciijump.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/asciijump.git] / asciijump.spec
CommitLineData
e0406f2d 1# $Id: asciijump.spec,v 1.15 2003-08-18 08:07:55 gotar 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
7129798b 7Release: 0.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/
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
92d256e8 35install -d $RPM_BUILD_ROOT/var/games/asciijump
44665320
AG
36# get rid of those subversion related directories
37# FixMe: replace with find?
38# find . -type d -name '\.svn' -exec rm -rf {} \;
39rm -rf hills/.svn gfx/.svn
e0406f2d 40for i in gfx/*; do
44665320
AG
41 rm -rf $i/.svn
42done
c3b1c057
PG
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
f4f12559 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
87c29428 51%doc README README-pl
92d256e8 52%attr(2750,root,games) %{_bindir}/asciijump
7129798b 53%attr(2750,root,games) %{_bindir}/aj-server
92d256e8 54%attr(775,root,games) %{_var}/games/asciijump
f4f12559 55%{_datadir}/asciijump
a36554c1 56%{_mandir}/man6/asciijump.6*
f4f12559 57%{_applnkdir}/Games/Arcade/asciijump.desktop
58%{_pixmapsdir}/asciijump.png
This page took 0.103041 seconds and 4 git commands to generate.