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