Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 74d6f53db05306ddfcf8d1e3486bd91a > files > 2

xpired-1.22-10mdk.src.rpm

%define name xpired
%define version 1.22
%define release 10mdk

Summary: Action puzzle game
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}-linux_source.tar.bz2
URL: http://xpired.temnet.org/
License: GPL
Group: Games/Arcade
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libSDL_gfx-devel >= 2.0.8
BuildRequires: libSDL_mixer-devel 
BuildRequires: libSDL_image-devel 

%description

X-Pired is an action puzzle game. The goal of the game in each level
is to reach the exit square, avoiding exploding barrels and other
deadly stuff.

%prep
%setup -q -n src

%build
%make PREFIX=%_prefix SHARE_PREFIX=%_gamesdatadir/xpired

%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX=%buildroot/%_prefix SHARE_PREFIX=%buildroot/%_gamesdatadir/xpired

mkdir -p %buildroot/%_gamesbindir
mv %buildroot/%_bindir/* %buildroot/%_gamesbindir

mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat <<EOF >$RPM_BUILD_ROOT%{_menudir}/%name
?package(%{name}):command="%{_gamesbindir}/%name" \
		  icon="arcade_section.png" \
		  needs="x11" \
		  section="Amusement/Arcade" \
		  title="X-Pired" \
		  longtitle="Action-puzzle game"
EOF

%clean
rm -rf $RPM_BUILD_ROOT

%post
%{update_menus}

%postun
%{clean_menus}

%files
%defattr(-,root,root)
%doc *.txt README*
%_gamesbindir/*
%_gamesdatadir/*
%_menudir/%name

%changelog
* Mon Dec 27 2004 Götz Waschk <waschk@linux-mandrake.com> 1.22-10mdk
- rebuild for new SDL_gfx

* Tue Nov  9 2004 Götz Waschk <waschk@linux-mandrake.com> 1.22-9mdk
- rebuild for new SDL_gfx

* Sun Aug 29 2004 Götz Waschk <waschk@linux-mandrake.com> 1.22-8mdk
- fix menu

* Tue May 18 2004 Götz Waschk <waschk@linux-mandrake.com> 1.22-7mdk
- new SDL_gfx

* Fri Dec 12 2003 Götz Waschk <waschk@linux-mandrake.com> 1.22-6mdk
- new SDL_gfx

* Fri Nov  7 2003 Götz Waschk <waschk@linux-mandrake.com> 1.22-5mdk
- drop prefix tag
- new SDL_gfx

* Fri Jul 18 2003 Götz Waschk <waschk@linux-mandrake.com> 1.22-4mdk
- new SDL_gfx

* Fri Dec 27 2002 Götz Waschk <waschk@linux-mandrake.com> 1.22-2mdk
- rebuild

* Mon Aug  5 2002 Götz Waschk <waschk@linux-mandrake.com> 1.22-1mdk
- initial mdk package