rpms/scummvm/devel .cvsignore, 1.7, 1.8 scummvm.spec, 1.15, 1.16 sources, 1.7, 1.8

Lucian Langa lucilanga at fedoraproject.org
Mon Mar 9 18:35:37 UTC 2009


Author: lucilanga

Update of /cvs/pkgs/rpms/scummvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6085

Modified Files:
	.cvsignore scummvm.spec sources 
Log Message:
* Mon Mar 09 2009 Lucian Langa <cooly at gnome.eu.org> - 0.13.0-1
- new upstream release
- update patch0
- drop installing uneeded theme files
- drop vendor from desktop file; fix icon entry


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scummvm/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	2 Sep 2008 09:51:12 -0000	1.7
+++ .cvsignore	9 Mar 2009 18:35:36 -0000	1.8
@@ -1,2 +1,2 @@
-scummvm-0.12.0.tar.bz2
+scummvm-0.13.0.tar.bz2
 scummvm-icons.tar.gz


Index: scummvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scummvm/devel/scummvm.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- scummvm.spec	26 Feb 2009 17:27:16 -0000	1.15
+++ scummvm.spec	9 Mar 2009 18:35:37 -0000	1.16
@@ -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 @@
 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 @@
 %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 @@
 %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 @@
 %{_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 <cooly at gnome.eu.org> - 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 <cooly at gnome.eu.org> - 0.12.0-3
 - add patch1 for gcc44 fixes
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scummvm/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	2 Sep 2008 09:51:12 -0000	1.7
+++ sources	9 Mar 2009 18:35:37 -0000	1.8
@@ -1,2 +1,2 @@
-cd5620c57645948c8da0d4d9c9fcffb3  scummvm-0.12.0.tar.bz2
+85225f7b7d6d2ce9147f76743ba7ca68  scummvm-0.13.0.tar.bz2
 b20d750de2c88e8aefea364afae1776c  scummvm-icons.tar.gz




More information about the fedora-extras-commits mailing list