]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump.spec
- converted to UTF-8
[packages/asciijump.git] / asciijump.spec
1 %define         _ver    1.0.2beta
2 Summary:        (a)sci(i)jump game
3 Summary(pl.UTF-8):   Skoki narciarskie w ascii
4 Name:           asciijump
5 Version:        1.0.2
6 Release:        0.beta.4
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 Patch0:         %{name}-desktop.patch
13 URL:            http://asciijump.prv.pl/
14 BuildRequires:  autoconf
15 BuildRequires:  conflib-devel
16 BuildRequires:  ctags
17 BuildRequires:  slang-devel >= 2.0.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Ski jumping in text mode.
22
23 %description -l pl.UTF-8
24 Skoki narciarskie w trybie tekstowym.
25
26 %prep
27 %setup -q -n asciijump-%{_ver}
28 %patch0 -p1
29
30 %build
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README README-pl
46 %attr(2755,root,games) %{_bindir}/asciijump
47 %attr(2755,root,games) %{_bindir}/aj-server
48 %attr(775,root,games) %{_var}/games/asciijump
49 %{_datadir}/asciijump
50 %{_mandir}/man6/asciijump.6*
51 %{_desktopdir}/asciijump.desktop
52 %{_pixmapsdir}/asciijump.png
This page took 0.076364 seconds and 4 git commands to generate.