Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > d47a87d177c5d5b230b62886deddead6 > files > 2

sugar-fractionbounce-21-1.fc18.src.rpm

Name:           sugar-fractionbounce
Version:        21
Release:        1%{?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
* Wed Oct 09 2013 Kalpa Welivitigoda <callkalpa@gmail.com> - 21-1
- version 21 release

* Fri Aug 30 2013 Kalpa Welivitigoda <callkalpa@gmail.com> - 19-1
- version 19 release

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Mon May 27 2013 Kalpa Welivitigoda <callkalpa@gmail.com> - 17-1
- version 17 release

* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Sun Jan 13 2013 Kalpa Welivitigoda <callkalpa@gmail.com< - 15-2
- replaced python-devel with python2-devel in BuildRequires

* Sun Jan 13 2013 Kalpa Welivitigoda <callkalpa@gmail.com> - 15-1
- version 15 release
- gtk 3 port

* Wed Mar 07 2012 Kalpa Welivitigoda <callkalpa@gmail.com> - 14-1
- initial packaging