]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump.spec
- uptaded to 1.0.0beta (network support, yeah!)
[packages/asciijump.git] / asciijump.spec
1 # $Id: asciijump.spec,v 1.10 2003-05-03 20:48:53 adamg Exp $
2 %define _ver    1.0.0beta
3 Summary:        (a)sci(i)jump game
4 Summary(pl):    Skoki narciarskie w ascii
5 Name:           asciijump
6 Version:        1.0.0
7 Release:        0.beta
8 License:        GPL
9 Group:          Applications/Games
10 Vendor:         Grzegorz Moskal <g.moskal@opengroup.org>
11 Source0:        http://otak.k-k.pl/asciijump/%{name}-%{_ver}.tar.gz
12 URL:            http://asciijump.prv.pl/
13 BuildRequires:  conflib-devel
14 BuildRequires:  slang-devel
15 BuildRequires:  ctags
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Ski jumping in text mode.
20
21 %description -l pl
22 Skoki narciarskie w trybie tekstowym.
23
24 %prep
25 %setup -q -n asciijump-%{_ver}
26
27 %build
28 %{__autoconf}
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $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 DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README README-pl
51 %attr(2750,root,games) %{_bindir}/asciijump
52 %attr(2750,root,games) %{_bindir}/aj-server
53 %attr(775,root,games) %{_var}/games/asciijump
54 %{_datadir}/asciijump
55 %{_mandir}/man6/asciijump.6*
56 %{_applnkdir}/Games/Arcade/asciijump.desktop
57 %{_pixmapsdir}/asciijump.png
This page took 0.058347 seconds and 3 git commands to generate.