]> git.pld-linux.org Git - packages/digger.git/blob - digger.spec
- dropped pre-cvs changelog
[packages/digger.git] / digger.spec
1 Summary:        The Unix version of the old classic game Digger
2 Summary(pl.UTF-8):      Uniksowa wersja klasycznej gry Digger
3 Name:           digger
4 Version:        20020314
5 Release:        3
6 License:        (C) Windmill Software 1983
7 Group:          Applications/Games/Arcade
8 Source0:        http://www.digger.org/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 NoSource:       0
11 Patch0:         %{name}-optflags.patch
12 Patch1:         %{name}-fix_gcc_3.patch
13 URL:            http://www.digger.org/
14 BuildRequires:  SDL-devel
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This is the Unix version of the old classic game Digger. It has many
20 new features including:
21 - Exit button
22 - Optional VGA graphics
23 - Recording and playback
24 - Real time speed control
25 - Keyboard redefinition
26 - Gauntlet mode
27 - Two player simultaneous mode
28
29 %description -l pl.UTF-8
30 Uniksowa wersja starej klasycznej gry Digger. Posiada wiele nowych
31 możliwości takich jak:
32 - Przycisk wyjścia
33 - Opcjonalna grafika VGA
34 - Nagrywanie i odtwarzanie sesji
35 - Kontrola prędkości w czasie rzeczywistym
36 - Przedefiniowanie klawiatury
37 - Tryb Próby
38 - Tryb dwóch graczy
39
40 %prep
41 %setup -q
42 %patch0 -p0
43 %patch1 -p0
44
45 %build
46 %{__make} -f Makefile.sdl \
47         OPTFLAGS="%{rpmcflags}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 install -d $RPM_BUILD_ROOT%{_desktopdir}
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
54
55 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
56
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc %{name}.txt
64 %attr(755,root,root) %{_bindir}/%{name}
65 %{_desktopdir}/%{name}.desktop
This page took 0.100847 seconds and 3 git commands to generate.