]> git.pld-linux.org Git - packages/circuslinux.git/blob - circuslinux.spec
- fix docdir packaging
[packages/circuslinux.git] / circuslinux.spec
1 Summary:        "Circus Linux!" - a clone of the Atari 2600 game "Circus Atari"
2 Summary(pl.UTF-8):      "Circus Linux!" - klon gry z Atari 2600 "Circus Atari"
3 Name:           circuslinux
4 Version:        1.0.3
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/%{name}-%{version}.tar.gz
9 # Source0-md5:  d53f7d28d974c5605d6bebb9b1569216
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-makefile.patch
13 Patch1:         %{name}-version.patch
14 URL:            http://www.newbreedsoftware.com/circus-linux/
15 BuildRequires:  SDL_image-devel
16 BuildRequires:  SDL_mixer-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 Requires:       libmikmod
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari",
24 which is itself a clone of an earlier arcade game named, simply
25 "Circus".
26
27 The object is to move a teeter-totter back and forth across the screen
28 to bounce clowns up into the air. When they reach the top, they pop
29 rows of balloons and then fall back down.
30
31 (The gameplay is similar to the classics "Breakout" and "Arkanoid.")
32
33 %description -l pl.UTF-8
34 "Circus Linux!" jest klonem gry z Atari 2600 - "Circus Atari", która z
35 kolei sama jest klonem wcześniejszej gry zręcznościowej, nazywającej
36 się po prostu "Circus".
37
38 Celem gry jest przesuwanie huśtawki w poprzek ekranu tak aby podbijać
39 skaczących clownów do góry. Kiedy clown wyskakuje, zbija część z
40 baloników latających w rzędach pod sufitem, a potem spada z powrotem
41 na dół.
42
43 Motyw gry jest podobny do klasycznych gier - "Breakout" i "Arkanoid".
44
45 %prep
46 %setup -q
47 %patch0 -p1
48 %patch1 -p1
49
50 %build
51 %{__aclocal}
52 %{__autoconf}
53 %{__automake}
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
65 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
66
67 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS.txt CHANGES.txt FAQ.txt README.txt README-SDL.txt TODO.txt
75 %attr(755,root,root) %{_bindir}/*
76 %{_datadir}/%{name}
77 %{_desktopdir}/*.desktop
78 %{_pixmapsdir}/*
This page took 0.090685 seconds and 4 git commands to generate.