File CaptainS.spec of Package CaptainS
#
# spec file for package CaptainS
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: CaptainS
Version: 1.0.3
Release: 0
Summary: Captain 'S' - The Remake
License: GPL-3.0+
Group: Amusements/Games/Action/Arcade
Url: http://computeremuzone.com/ficha.php?id=754
Source0: http://computeremuzone.com/cezgs/remakes/Capitan.tar.bz2
Patch0: %{name}-%{version}-Makefile.patch
Patch1: %{name}-%{version}-dir.patch
Patch2: %{name}-%{version}-desktop_file.patch
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libalfont-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(allegro)
BuildRequires: pkgconfig(allegroOGG)
BuildRequires: pkgconfig(libpng)
%description
A calm day begins in Seville. Mariano López goes to his job as sausage delivery
man. Meanwhile, at Santiponce's interestratospheric devices centre, everybody is
getting ready to the first fully spanish rocket launch, designed by famous
Dr. Torrebruno, an eminent nuclear physicist who had to leave the project
prematurely, due to a strange mental disease.
But nobody expected the rocket to suffer a sudden variation on its path, and
falls right on the truck that Mariano López uses to transport a blood sausages
cargo.
Mariano, unconscious, lies on the floor besides his sausages and the truck's
wreckage, spread all around. Some hours later, he wakes up really hungry, and
eats an entire box of the radiated blood sausages.
But... what the hell is happening!? Mariano is becoming different: Every muscle
grows, he becomes taller, his ugly face becomes a pretty superhero's,
Captain 'S', who discovers that everything was part of the evil Torrebruno's
plan, with the true intention of ruling the World, starting by Seville.
%prep
%setup -q -n capitan-%{version}
%patch0
%patch1
%patch2
%build
make prefix=%{_prefix} docdir=%{_docdir}/%{name} \
CXXFLAGS='%{optflags}' %{?_smp_mflags}
%install
make prefix=%{_prefix} docdir=%{_docdir}/%{name} \
DESTDIR=%{buildroot} install
%post
%icon_theme_cache_post
%postun
%icon_theme_cache_postun
%files
%defattr(0644, root, root, 0755)
%doc %{_docdir}/%{name}
%attr(0755,-,-) %{_bindir}/capitan
%{_datadir}/CaptainS/
%{_datadir}/applications/CaptainS.desktop
%{_datadir}/icons/hicolor/64x64/apps/CaptainS.png
%changelog