From 40ddc2d76af81e12526daf791b32f0f93382b14e Mon Sep 17 00:00:00 2001 From: Kalpa Welivitigoda Date: Jan 15 2013 19:36:16 +0000 Subject: Initial import (#749812) --- diff --git a/sugar-fractionbounce.spec b/sugar-fractionbounce.spec new file mode 100644 index 0000000..99f2bf1 --- /dev/null +++ b/sugar-fractionbounce.spec @@ -0,0 +1,45 @@ +Name: sugar-fractionbounce +Version: 15 +Release: 2%{?dist} +Summary: A game which teaches fractions and estimations + +Group: Sugar/Activities +License: GPLv3+ +URL: http://wiki.sugarlabs.org/go/Activities/FractionBounce +Source0: http://download.sugarlabs.org/sources/honey/FractionBounce/FractionBounce-%{version}.tar.bz2 + +BuildRequires: sugar-toolkit-gtk3 gettext python2-devel +BuildArch: noarch +Requires: sugar >= 0.97.0 + +%description +FractionBounce is a game that prompts the player to nudge a bouncing +ball to land at a point on the bottom of the screen that is an estimate +of a given fraction. e.g. if 1/3 is displayed, then the ball must land +1/3 the distance along the bottom. + +%prep +%setup -q -n FractionBounce-%{version} + +%build +%{__python} ./setup.py build + +%install +%{__python} ./setup.py install --prefix=%{buildroot}%{_prefix} + +%find_lang org.sugarlabs.FractionBounceActivity + +%files -f org.sugarlabs.FractionBounceActivity.lang +%doc COPYING NEWS +%{sugaractivitydir}/FractionBounce.activity/ + +%changelog +* Sun Jan 13 2013 Kalpa Welivitigoda - 15-1 +- version 15 release +- gtk 3 port + +* Wed Mar 07 2012 Kalpa Welivitigoda - 14-1 +- initial packaging