Blob Blame History Raw
Name:           flight-of-the-amazon-queen-cd
Version:        1.0
Release:        3%{?dist}
Summary:        Flight of the Amazon Queen - Adventure Game - CD version
Group:          Amusements/Games
# For further discussion on distribution rights see:
# http://www.redhat.com/archives/fedora-extras-list/2006-November/msg00030.html
License:        Freely redistributable without restriction
URL:            http://www.scummvm.org/downloads.php
# This is an ogg compressed sfx/speech variant. It has been rebuilded 
# from the original data using queenrebuild (scummvm tools).
#
# queenrebuild --ogg -Q -b 16 queen.1
Source0:        ftp://ftp.suse.com/pub/suse/i386/supplementary/X/FOTAQ/queen.1c.bz2
Source1:        %{name}.desktop
Source2:        ftp://ftp.suse.com/pub/suse/i386/supplementary/X/FOTAQ/readme.txt
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  desktop-file-utils
BuildArch:      noarch
Requires:       scummvm >= 0.9.1

%description
It is 1949 and you play Joe King, pilot for hire with his small private plane
the 'Amazon Queen'. The game is a spoof of old timey radio adventure serials,
and as it begins we find Joe in one of those typical situations. It is 11:58
and 36 seconds and counting, Joe and his date are tied up in an abandoned
warehouse ("you really know how to show a girl a good time, Joe!"), and a bomb
is set to go off at midnight!

Of course they escape, in the nick of time, and immediately set us up for the
next 'adventure'. Joe suddenly remembers that he is scheduled to fly the famous
movie star, Faye Russell, to a photo shoot in the Amazon jungle the next
morning.

This package contains the CD version, which contains additional / longer
cutscenes and voice acting, but also is much larger: 37 MB where as the also
available floppy version (package flight-of-the-amazon-queen) is only 7 MB.


%prep
%setup -q -c -T
bzip2 -dc %{SOURCE0} > queen.1c
install -p -m 644 %{SOURCE2} .


%build
# Nothing to build data only


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
install -p -m 644 queen.1c $RPM_BUILD_ROOT%{_datadir}/%{name}

mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor fedora            \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc readme.txt
%{_datadir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Aug  6 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-2 
- Update License tag for new Licensing Guidelines compliance

* Sun Nov  5 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-1
- Initial FE package