]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/asciijump.git] / asciijump.spec
1 # $Id: asciijump.spec,v 1.15 2003-08-18 08:07:55 gotar 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:        0.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:  conflib-devel
15 BuildRequires:  ctags
16 BuildRequires:  slang-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Ski jumping in text mode.
21
22 %description -l pl
23 Skoki narciarskie w trybie tekstowym.
24
25 %prep
26 %setup -q -n asciijump-%{_ver}
27
28 %build
29 %{__autoconf}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT/var/games/asciijump
36 # get rid of those subversion related directories
37 # FixMe: replace with find?
38 # find . -type d -name '\.svn' -exec rm -rf {} \;
39 rm -rf hills/.svn gfx/.svn
40 for i in gfx/*; do
41         rm -rf $i/.svn
42 done
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README README-pl
52 %attr(2750,root,games) %{_bindir}/asciijump
53 %attr(2750,root,games) %{_bindir}/aj-server
54 %attr(775,root,games) %{_var}/games/asciijump
55 %{_datadir}/asciijump
56 %{_mandir}/man6/asciijump.6*
57 %{_applnkdir}/Games/Arcade/asciijump.desktop
58 %{_pixmapsdir}/asciijump.png
This page took 0.077097 seconds and 4 git commands to generate.