X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bumprace.spec;h=05da6f0676efa92ab97e5d7447cd3adc08d02aab;hb=HEAD;hp=8a9b586ff09687b035ce92e86025de7072e6a342;hpb=1276e5a7c38df1ce45f83a9be14979009f5d5a2f;p=packages%2Fbumprace.git diff --git a/bumprace.spec b/bumprace.spec index 8a9b586..05da6f0 100644 --- a/bumprace.spec +++ b/bumprace.spec @@ -1,39 +1,43 @@ -Summary: A game -Summary(pl): Gra +# +# Conditional build: +%bcond_without SDL_mixer # build without SDL_mixer +# +Summary: A funny action game written with SDL +Summary(pl.UTF-8): Zabawna gra oparta o SDL Name: bumprace -Version: 1.45 -Release: 1 -License: GPL +Version: 1.5.3 +Release: 2 +Epoch: 1 +License: GPL v2+ Group: X11/Applications/Games -Source0: http://www.linux-games.com/%{name}/%{name}-%{version}.tar.gz -#Source1: %{name}.desktop -#Source2: %{name}.png -URL: http://www.linux-games.com/ +Source0: http://user.cs.tu-berlin.de/~karlb/bumprace/%{name}-%{version}.tar.gz +# Source0-md5: a72733718ee6eed8cd1657db89bf8e0d +Source1: %{name}.desktop +Source2: %{name}.xpm +URL: http://www.linux-games.com/bumprace/ BuildRequires: SDL-devel >= 1.2.0 -BuildRequires: SDL_mixer-devel >= 1.2.0 -BuildRequires: XFree86-devel +BuildRequires: SDL_image-devel >= 1.2.0 +%{?with_SDL_mixer:BuildRequires: SDL_mixer-devel >= 1.2.0} BuildRequires: autoconf BuildRequires: automake +BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man - %description -This is a clone of the classic "Black Box" Game, but it has better -graphics and music. +BumpRace is a simple 1 or 2 player game where players choose among +four vehicles and race through a multi-level maze. -%description -l pl -To jest klon klasycznej gry "Black Box", lecz ma lepsz± grafikê i -muzykê. +%description -l pl.UTF-8 +BumpRace jest prostą grą dla 1 lub 2 osób, w której gracze wybierają +spośród czterech pojazdów i ścigają się w wielopoziomowym labiryncie. %prep %setup -q %build rm -f missing -aclocal +%{__aclocal} %{__autoconf} %{__automake} %configure @@ -41,24 +45,21 @@ aclocal %install rm -rf $RPM_BUILD_ROOT -%{__install} -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Games} +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -#install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games -#install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png - -gzip -9nf NEWS README AUTHORS +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz +%doc AUTHORS ChangeLog FAQ README %attr(755,root,root) %{_bindir}/* -#%{_mandir}/man6/* %{_datadir}/%{name} -#%{_pixmapsdir}/* -#%{_applnkdir}/Games/* +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.xpm