]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump.spec
- release 1.beta
[packages/asciijump.git] / asciijump.spec
1 # $Id: asciijump.spec,v 1.16 2003-08-31 21:02:39 undefine Exp $
2 %define _ver    1.0.1beta
3 Summary:        (a)sci(i)jump game
4 Summary(pl):    Skoki narciarskie w ascii
5 Name:           asciijump
6 Version:        1.0.1
7 Release:        1.beta
8 License:        GPL
9 Group:          Applications/Games
10 Vendor:         Grzegorz Moskal <g.moskal@opengroup.org>
11 # Source0-md5:  d566ac2b38c03d4cf726e49e5fe7eb21
12 Source0:        http://otak.k-k.pl/asciijump/tgz/%{name}-%{_ver}.tar.gz
13 URL:            http://asciijump.prv.pl/
14 BuildRequires:  autoconf
15 BuildRequires:  conflib-devel
16 BuildRequires:  ctags
17 BuildRequires:  slang-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Ski jumping in text mode.
22
23 %description -l pl
24 Skoki narciarskie w trybie tekstowym.
25
26 %prep
27 %setup -q -n asciijump-%{_ver}
28
29 %build
30 %{__autoconf}
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT/var/games/asciijump
37 # get rid of those subversion related directories
38 # FixMe: replace with find?
39 # find . -type d -name '\.svn' -exec rm -rf {} \;
40 rm -rf hills/.svn gfx/.svn
41 for i in gfx/*; do
42         rm -rf $i/.svn
43 done
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README README-pl
53 %attr(2755,root,games) %{_bindir}/asciijump
54 %attr(2755,root,games) %{_bindir}/aj-server
55 %attr(775,root,games) %{_var}/games/asciijump
56 %{_datadir}/asciijump
57 %{_mandir}/man6/asciijump.6*
58 %{_applnkdir}/Games/Arcade/asciijump.desktop
59 %{_pixmapsdir}/asciijump.png
This page took 0.028782 seconds and 4 git commands to generate.