From 59be9135a8723564849f6f4da9284b52da5bb8de Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Mar 09 2009 18:35:37 +0000 Subject: - new upstream release - update patch0 - drop installing uneeded theme files - drop vendor from desktop file; fix icon entry --- diff --git a/.cvsignore b/.cvsignore index 08e0e9c..aec0808 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -scummvm-0.12.0.tar.bz2 +scummvm-0.13.0.tar.bz2 scummvm-icons.tar.gz diff --git a/scummvm.spec b/scummvm.spec index 49b116c..b478632 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -1,6 +1,6 @@ Name: scummvm -Version: 0.12.0 -Release: 3%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: Interpreter for several adventure games Group: Applications/Emulators License: GPLv2+ @@ -8,7 +8,7 @@ URL: http://scummvm.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 ####### Icons extracted from icons/scummvm.ico with the gimp Source1: scummvm-icons.tar.gz -Patch0: scummvm-0.11.0-nostrip.patch +Patch0: scummvm-0.13.0-nostrip.patch Patch1: scummvm-0.12.0-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel libvorbis-devel flac-devel zlib-devel @@ -33,7 +33,7 @@ Also ScummVM is capable of playing several non-SCUMM games. %setup -q -a 1 %patch0 -p1 -b .nostrip %patch1 -p1 -b .gcc44 -sed -i 's/%{name}.xpm/%{name}.png/' dists/%{name}.desktop +sed -i 's/%{name}.xpm/%{name}/' dists/%{name}.desktop sed -i 's/Application;Game;AdventureGame;/Game;Emulator;/' \ dists/%{name}.desktop @@ -52,16 +52,12 @@ make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -install -D -p -m 0644 gui/themes/modern.ini \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/modern.ini -install -D -p -m 0644 gui/themes/modern.zip \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/modern.zip # Remove doc files we want to include with %%doc rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}/ # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --vendor fedora \ +desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ dists/%{name}.desktop @@ -99,11 +95,17 @@ fi %{_bindir}/%{name} %{_datadir}/%{name}/ %{_mandir}/man6/%{name}.6* -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Mon Mar 09 2009 Lucian Langa - 0.13.0-1 +- new upstream release +- update patch0 +- drop installing uneeded theme files +- drop vendor from desktop file; fix icon entry + * Thu Feb 26 2009 Lucian Langa - 0.12.0-3 - add patch1 for gcc44 fixes diff --git a/sources b/sources index a38cc08..02c09f9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -cd5620c57645948c8da0d4d9c9fcffb3 scummvm-0.12.0.tar.bz2 +85225f7b7d6d2ce9147f76743ba7ca68 scummvm-0.13.0.tar.bz2 b20d750de2c88e8aefea364afae1776c scummvm-icons.tar.gz