rpms/chess/devel .cvsignore, 1.2, 1.3 chess.spec, 1.6, 1.7 sources, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Jul 1 20:29:46 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/chess/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15518

Modified Files:
	.cvsignore chess.spec sources 
Log Message:
* Sun Jul  1 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-6
- Port to Ogre 1.4.x + OIS



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/chess/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jul 2006 08:23:58 -0000	1.2
+++ .cvsignore	1 Jul 2007 20:29:10 -0000	1.3
@@ -1 +1,2 @@
 chess_src.zip
+cegui-0.5-windowslook.tar.gz


Index: chess.spec
===================================================================
RCS file: /cvs/extras/rpms/chess/devel/chess.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- chess.spec	16 Feb 2007 13:54:28 -0000	1.6
+++ chess.spec	1 Jul 2007 20:29:10 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           chess
 Version:        1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        3D chess game
 Group:          Amusements/Games
 License:        GPL
@@ -10,9 +10,11 @@
 Source0:        chess_src.zip
 Source1:        chess.desktop
 Source2:        chess.png
+Source3:        cegui-0.5-windowslook.tar.gz
 Patch0:         chess-ogre12+gcc41+fixes.patch
+Patch1:         chess-ogre14.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  ogre-devel cegui-devel coldet-devel boost-devel
+BuildRequires:  ogre-devel ois-devel cegui-devel coldet-devel boost-devel
 BuildRequires:  desktop-file-utils
 # This is used as Tahoma replacement
 Requires:       /usr/share/fonts/bitstream-vera/Vera.ttf
@@ -24,11 +26,18 @@
 
 
 %prep
-%setup -q -c
-%patch0 -p1 -z .fixes
+%setup -q -c -a 3
+%patch0 -p1
+%patch1 -p1 -z .ogre14
 sed -i 's/\r//' Readme.txt License/gpl.txt
+# remove patch backup file to stop it from getting installed
+rm media/gui/tahoma-12.font.ogre14
 # fixup plugins.cfg on 64 bit systems
 sed -i 's!/usr/lib!%{_libdir}!' plugins.cfg
+# convert models to latest format
+for i in media/models/*.mesh; do
+  OgreMeshUpgrade $i
+done
 
 
 %build
@@ -77,6 +86,9 @@
 
 
 %changelog
+* Sun Jul  1 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-6
+- Port to Ogre 1.4.x + OIS
+
 * Fri Feb 16 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-5
 - Rebuild for new ogre
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/chess/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jul 2006 08:23:58 -0000	1.2
+++ sources	1 Jul 2007 20:29:10 -0000	1.3
@@ -1 +1,2 @@
 10f7c2429823b07902ebda3e4a22994f  chess_src.zip
+07b648db56dcb5712ecaa1cc4ef6d86c  cegui-0.5-windowslook.tar.gz




More information about the fedora-extras-commits mailing list