]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump.spec
17ddd1209b8dabd480060d584c413e9cea11fe0c
[packages/asciijump.git] / asciijump.spec
1 %define _ver    1.0.2beta
2 Summary:        (a)sci(i)jump game
3 Summary(pl):    Skoki narciarskie w ascii
4 Name:           asciijump
5 Version:        1.0.2
6 Release:        0.beta.2
7 License:        GPL
8 Group:          Applications/Games
9 Vendor:         Grzegorz Moskal <g.moskal@opengroup.org>
10 Source0:        http://otak.k-k.pl/asciijump/tgz/%{name}-%{_ver}.tar.gz
11 # Source0-md5:  199228bbfb4a16914913fe594b775a6d
12 URL:            http://asciijump.prv.pl/
13 BuildRequires:  autoconf
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 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README README-pl
44 %attr(2755,root,games) %{_bindir}/asciijump
45 %attr(2755,root,games) %{_bindir}/aj-server
46 %attr(775,root,games) %{_var}/games/asciijump
47 %{_datadir}/asciijump
48 %{_mandir}/man6/asciijump.6*
49 %{_desktopdir}/asciijump.desktop
50 %{_pixmapsdir}/asciijump.png
This page took 0.058716 seconds and 3 git commands to generate.