SPECS: scummvm.spec - updated to 0.9.0 snap (with support to legen...

adamg adamg at pld-linux.org
Mon May 22 22:57:23 CEST 2006


Author: adamg                        Date: Mon May 22 20:57:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.0 snap (with support to legend of kyrandia)
- dropped -copyright.patch (I believe it's not needed anymore)
- todo: include modern theme

---- Files affected:
SPECS:
   scummvm.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/scummvm.spec
diff -u SPECS/scummvm.spec:1.36 SPECS/scummvm.spec:1.37
--- SPECS/scummvm.spec:1.36	Thu Nov  3 19:27:21 2005
+++ SPECS/scummvm.spec	Mon May 22 22:57:17 2006
@@ -1,19 +1,24 @@
 # $Revision$, $Date$
+# TODO:
+#  - include gui/themes/modern* and teach scummvm to search
+#    for it in some system paths, not current dir
+#
 %define		version_tools	0.8.0
+%define		_snap	20060522
 Summary:	SCUMM graphic adventure game interpreter
 Summary(pl):	Interpreter przygodówek opartych na SCUMM
 Name:		scummvm
-Version:	0.8.0
-Release:	1
+Version:	0.9.0
+Release:	0.%{_snap}
 License:	GPL
 Group:		X11/Applications/Games
-Source0:	http://dl.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
-# Source0-md5:	56bfbcfbe5adde42a2a9e3d6dc3d9068
+#Source0:	http://dl.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
+Source0:	http://www.scummvm.org/daily/%{name}-%{_snap}.tar.bz2
+# Source0-md5:	05999b9b57f8b1aad720dcf797589318
 Source1:	http://dl.sourceforge.net/scummvm/%{name}-tools-%{version_tools}.tar.bz2
 # Source1-md5:	cc7e13ea10acf692c10e90b9507074ed
 Source2:	%{name}.desktop
 Source3:	%{name}.png
-Patch0:		%{name}-copyprotection.patch
 URL:		http://scummvm.sourceforge.net/
 BuildRequires:	SDL-devel >= 1.2.2
 BuildRequires:	fluidsynth-devel
@@ -72,8 +77,7 @@
 Zestaw narzędzi mogących być użytecznymi w połączeniu ze ScummVM.
 
 %prep
-%setup -q -a 1
-%patch0 -p1
+%setup -q -n %{name} -a 1
 
 sed -i -e 's:"plugins/":"%{_libdir}/scummvm/":' base/plugins.cpp
 
@@ -83,7 +87,8 @@
 %ifnarch %{ix86}
 	--disable-nasm \
 %endif
-	--enable-kyra \
+	--enable-lure \
+	--enable-cine \
 	--enable-plugins
 
 %{__make} \
@@ -102,7 +107,7 @@
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_desktopdir},%{_libdir}/scummvm}
 
 install scummvm $RPM_BUILD_ROOT%{_bindir}
-install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
+#install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
 install plugins/lib*.so $RPM_BUILD_ROOT%{_libdir}/scummvm
 
@@ -138,7 +143,7 @@
 %doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/scummvm
 %{_libdir}/scummvm
-%{_mandir}/man6/*
+#%{_mandir}/man6/*
 %{_pixmapsdir}/*
 %{_desktopdir}/*
 
@@ -154,6 +159,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2006/05/22 20:57:17  adamg
+- updated to 0.9.0 snap (with support to legend of kyrandia)
+- dropped -copyright.patch (I believe it's not needed anymore)
+- todo: include modern theme
+
 Revision 1.36  2005/11/03 18:27:21  qboosh
 - puzzle.dl is not browsable
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scummvm.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list