113 lines
3.3 KiB
RPMSpec
113 lines
3.3 KiB
RPMSpec
Name: alex4
|
|
Version: 1.0
|
|
Release: 9%{?dist}
|
|
Summary: Alex the Allegator 4 - Platform game
|
|
Group: Amusements/Games
|
|
License: GPL+
|
|
URL: http://allegator.sourceforge.net/
|
|
Source0: http://dl.sf.net/sourceforge/allegator/alex4src_data.zip
|
|
Source1: alex4.desktop
|
|
Source2: alex4.png
|
|
Patch0: alex4-unix.patch
|
|
Patch1: alex4-allegro-4.2.patch
|
|
Patch2: alex4-dot-files-endian-clean.patch
|
|
Patch3: alex4-fsf-address.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: allegro-devel dumb-devel desktop-file-utils ImageMagick
|
|
Requires: hicolor-icon-theme
|
|
|
|
%description
|
|
In the latest installment of the series Alex travels through the jungle in
|
|
search of his kidnapped girlfriend. Plenty of classic platforming in four
|
|
nice colors guaranteed!
|
|
|
|
|
|
%prep
|
|
%setup -q -n alex4src
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
sed -i 's/\r//' *.txt
|
|
|
|
|
|
%build
|
|
pushd src
|
|
make %{?_smp_mflags} PREFIX=%{_prefix} \
|
|
CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations"
|
|
popd
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
pushd src
|
|
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}
|
|
popd
|
|
|
|
# below is the desktop file and icon stuff.
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
desktop-file-install --vendor fedora \
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
%{SOURCE1}
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
|
|
install -p -m 644 %{SOURCE2} \
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%post
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
fi
|
|
|
|
%postun
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
fi
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc license.txt readme.txt
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/applications/fedora-%{name}.desktop
|
|
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
|
|
|
|
|
%changelog
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sun Sep 7 2008 Hans de Goede <hdegoede@redhat.com> 1.0-7
|
|
- Fix patch fuzz build failure
|
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0-6
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Wed Jan 30 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-5
|
|
- Several patches from Debian (Thanks Peter De Wachter)
|
|
- endian clean dot-files code
|
|
- fsf address corrected
|
|
- no longer use deprecated allegro functions
|
|
|
|
* Thu Aug 2 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-4
|
|
- Update License tag for new Licensing Guidelines compliance
|
|
|
|
* Sat Mar 10 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-3
|
|
- Fixup .desktop file categories for games-menus usage
|
|
|
|
* Fri Nov 3 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-2
|
|
- Updated alex4-unix.patch to take big endian machines into account when
|
|
loading maps
|
|
|
|
* Thu Nov 2 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0-1
|
|
- Initial Fedora Extras package
|