Name: sugar-hello-world Version: 6 Release: 3%{?dist} Summary: Activity to print "Hello world" on the screen Group: Sugar/Activities License: GPLv2+ URL: http://activities.sugarlabs.org/en-US/sugar/addon/4418 Source0: http://mirrors.rit.edu/sugarlabs/activities/4418/helloworld-%{version}.xo BuildRequires: python2-devel sugar-toolkit-gtk3 gettext BuildArch: noarch Requires: sugar >= 0.97.0 %description Hello World is an activity for sugar and will print out "Hello world" on the screen. This is the simplest activity possible for sugar. This activity can be used as a starting point to examine the activity code and create your own sugar activity. %prep %setup -q -n HelloWorld.activity %build %{__python} ./setup.py build %install %{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix} %files %doc COPYING %{sugaractivitydir}/HelloWorld.activity/ %changelog * Sat Jan 19 2013 Kalpa Welivitigoda - 6-3 - modified spec to support gtk3 * Mon Jan 14 2013 Kalpa Welivitigoda - 6-2 - replaced python with python2 in BuildRequires - removed obsolete stuff * Sat Dec 15 2012 Kalpa Welivitigoda - 6-1 - initial packaging