rpms/sugar-maze/F-13 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 sugar-maze.spec, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Thu Mar 18 21:34:45 UTC 2010


Author: sdz

Update of /cvs/pkgs/rpms/sugar-maze/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12775

Modified Files:
	.cvsignore sources sugar-maze.spec 
Log Message:
use xo source file to fix load issues



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-maze/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 Feb 2010 22:18:04 -0000	1.2
+++ .cvsignore	18 Mar 2010 21:34:44 -0000	1.3
@@ -1 +1 @@
-Maze-0.20091227.tar.bz2
+maze-6.xo


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-maze/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 Feb 2010 22:18:04 -0000	1.2
+++ sources	18 Mar 2010 21:34:44 -0000	1.3
@@ -1 +1 @@
-5004b1c5d69bf95bbe9970c575683bec  Maze-0.20091227.tar.bz2
+4f5bbd318ba105d70b5ab650b6f6e1d8  maze-6.xo


Index: sugar-maze.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-maze/F-13/sugar-maze.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sugar-maze.spec	24 Feb 2010 22:18:04 -0000	1.1
+++ sugar-maze.spec	18 Mar 2010 21:34:44 -0000	1.2
@@ -1,18 +1,16 @@
-%global date 20091227
-
 Name:           sugar-maze
-Version:        0
-Release:        0.4.%{date}%{?dist}
+Version:        6
+Release:        1%{?dist}
 Summary:        Maze for Sugar
 
 Group:          Sugar/Activities
 License:        GPLv3+
 URL:            http://wiki.laptop.org/go/Maze
-Source0:        Maze-%{version}.%{date}.tar.bz2
-Source1:        sugar-maze-checkout.sh
+Source0:        http://activities.sugarlabs.org/sugar/downloads/file/25982/maze-%{version}.xo
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
+BuildRequires:  gettext
 BuildRequires:  python
 BuildRequires:  sugar-toolkit
 
@@ -27,8 +25,10 @@ laptop and lots more can play when share
 
 
 %prep
-%setup -q -n Maze-%{version}.%{date}/Maze.activity
+%setup -q -n Maze.activity
 
+# remove olpcgames library
+rm -rf olpcgames
 
 %build
 %{__python} setup.py build
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Mar 18 2010 Sebastian Dziallas <sebastian at when.com> - 6-1
+- use xo source file to fix load issue
+
 * Sun Dec 27 2008 Fabian Affolter <fabian at bernewireless.net> - 0-0.4.20091227
 - Python-olpcgames is needed (Replace pygame)
 - Changed numbering system



More information about the scm-commits mailing list