]> git.pld-linux.org Git - SPECS.git/blob - asciijump.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.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:  ctags
16 BuildRequires:  slang-devel >= 2.0.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Ski jumping in text mode.
21
22 %description -l pl.UTF-8
23 Skoki narciarskie w trybie tekstowym.
24
25 %prep
26 %setup -q -n asciijump-%{_ver}
27 %patch0 -p1
28
29 %build
30 %{__autoconf}
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README README-pl
45 %attr(2755,root,games) %{_bindir}/asciijump
46 %attr(2755,root,games) %{_bindir}/aj-server
47 %attr(775,root,games) %{_var}/games/asciijump
48 %{_datadir}/asciijump
49 %{_mandir}/man6/asciijump.6*
50 %{_desktopdir}/asciijump.desktop
51 %{_pixmapsdir}/asciijump.png
This page took 0.134894 seconds and 3 git commands to generate.