Name: sugar-dimensions Version: 56 Release: 2%{?dist} Summary: A visual matching game Group: Sugar/Activities # namingalert.py is licensed as LGPLv2+ # sprites.py is licensed under the MIT license # other files are licensed as GPLv3+ License: GPLv3+ and LGPLv2+ and MIT URL: http://wiki.sugarlabs.org/go/Activities/VisualMatch Source0: http://download.sugarlabs.org/sources/honey/Visualmatch/Dimensions-%{version}.tar.bz2 BuildRequires: gettext BuildRequires: gobject-introspection-devel BuildRequires: sugar-toolkit-gtk3-devel BuildArch: noarch Requires: sugar %description The object is to find sets of three cards where each attribute—color, shape, number of elements, and shading—either match on all three cards or are different on all three cards. The current version doesn't yet support sharing with multiple players or saving to the Journal, but it can be played by a single player. %prep %setup -q -n Dimensions-%{version} %build python ./setup.py build %install python ./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix} chmod 0644 $RPM_BUILD_ROOT/%{sugaractivitydir}/Dimensions.activity/gencards.py %find_lang org.sugarlabs.VisualMatchActivity %files -f org.sugarlabs.VisualMatchActivity.lang %defattr(-,root,root,-) %doc COPYING NEWS %{sugaractivitydir}/Dimensions.activity/ %changelog * Thu Sep 18 2014 Kalpa Welivitigoda - 56-2 - Removed python-devel * Thu Sep 11 2014 Kalpa Welivitigoda - 56-1 - New 56 release * Sun Jun 08 2014 Fedora Release Engineering - 49-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 49-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun May 26 2013 Peter Robinson 49-1 - Release 49 * Sat Jan 26 2013 Kalpa Welivitigoda - 47-1 - New 47 release * Sun Oct 14 2012 Peter Robinson 45-1 - New 45 release * Sat Oct 13 2012 Peter Robinson 43-1 - New 43 release * Sat Jul 21 2012 Fedora Release Engineering - 38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Apr 30 2012 Kalpa Welivitigoda - 38-1 - New 38 release * Sat Apr 21 2012 Kalpa Welivitigoda - 37-1 - New 37 release * Fri Apr 20 2012 Kalpa Welivitigoda - 36-1 - New 36 release * Wed Feb 29 2012 Kalpa Welivitigoda - 35-1 - New 35 release * Sun Jan 08 2012 Kalpa Welivitigoda - 34-1 - New 34 release * Tue Dec 20 2011 Kalpa Welivitigoda - 33-1 - New 33 release * Fri Nov 18 2011 Kalpa Welivitigoda - 32-1 - New 32 release * Sun Oct 2 2011 Peter Robinson - 30-1 - New 30 release * Wed Feb 09 2011 Fedora Release Engineering - 27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Jan 29 2011 Peter Robinson - 27-1 - New 27 release * Wed Aug 11 2010 David Malcolm - 23-2 - recompiling .py files against Python 2.7 (rhbz#623391) * Thu Jul 08 2010 Sebastian Dziallas - 23-1 - new upstream release * Sat Feb 27 2010 Sebastian Dziallas - 21-1 - new upstream release * Mon Feb 15 2010 Sebastian Dziallas - 20-3 - make sure to grab locale files now * Mon Feb 15 2010 Sebastian Dziallas - 20-2 - add gettext build requirement * Mon Feb 15 2010 Sebastian Dziallas - 20-1 - new upstream release * Tue Jan 12 2010 Sebastian Dziallas - 17-1 - new upstream release - switch to GPLv3+ * Tue Dec 29 2009 Sebastian Dziallas - 13-1 - new upstream release - fix license tag * Sun Dec 06 2009 Sebastian Dziallas - 8-1 - initial packaging