[sugar-locosugar] Initial import (#836708).

Kalpa Welivitigoda callkalpa at fedoraproject.org
Tue May 21 12:10:36 UTC 2013


commit d5e285f1a4e684593a965311735a9c0e68f9266a
Author: Kalpa Welivitigoda <callkalpa at gmail.com>
Date:   Tue May 21 17:41:22 2013 +0530

    Initial import (#836708).

 .gitignore           |    1 +
 sources              |    1 +
 sugar-locosugar.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c55b87f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/LocoSugar-9.tar.bz2
diff --git a/sources b/sources
index e69de29..f92f2ad 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b970f759604c7f5e5297c5e4aef4b389  LocoSugar-9.tar.bz2
diff --git a/sugar-locosugar.spec b/sugar-locosugar.spec
new file mode 100644
index 0000000..0ce0c76
--- /dev/null
+++ b/sugar-locosugar.spec
@@ -0,0 +1,49 @@
+Name:           sugar-locosugar
+Version:        9
+Release:        1%{?dist}
+Summary:        A game for discovering how to use the mouse and keyboard
+
+Group:          Sugar/Activities
+License:        GPLv3+ and LGPLv2+ and MIT
+URL:            http://wiki.sugarlabs.org/go/Activities/LocoSugar
+Source0:        http://download.sugarlabs.org/sources/honey/LocoSugar/LocoSugar-%{version}.tar.bz2
+
+BuildRequires:  python-devel sugar-toolkit-gtk3 gettext
+BuildArch:      noarch
+Requires:       sugar >= 0.97.0
+
+%description
+LocoSugar is a simple game for discovering how to use the mouse 
+and keyboard. The game is inspired by CucoXO which walks the user 
+through a series of games. The first game is simply to track a moving 
+object with the mouse, game 2 and 3 involve clicking. Game 4 involves 
+dragging while game 5,6 and 7 involve typing.
+
+%prep
+%setup -q -n LocoSugar-%{version}
+
+
+%build
+%{__python} ./setup.py build
+
+%install
+%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}
+
+%find_lang org.sugarlabs.LocoSugar
+
+%files -f org.sugarlabs.LocoSugar.lang
+%doc COPYING NEWS CREDITS
+%{sugaractivitydir}/LocoSugar.activity/
+
+%changelog
+* Fri May 17 2013 Kalpa Welivitigoda <callkalpa at gmail.com> - 9-1
+- release of version 9
+
+* Fri Jul 13 2012 Kalpa Welivitigoda <callkalpa at gmail.com> - 3-3
+- fixed license typo
+
+* Thu Jul 12 2012 Kalpa Welivitigoda <callkalpa at gmail.com> - 3-2
+- removed defattar in files section, removed comments and fixed license issue
+
+* Sat Jun 30 2012 Kalpa Welivitigoda <callkalpa at gmail.com> - 3-1
+- initial packaging


More information about the scm-commits mailing list