[sugar-hello-world] Initial import (#887490)

Kalpa Welivitigoda callkalpa at fedoraproject.org
Thu Jan 24 04:34:49 UTC 2013


commit ccb53008ad58b28b31ce6f137247032cba61105a
Author: Kalpa Welivitigoda <callkalpa at gmail.com>
Date:   Thu Jan 24 10:03:19 2013 +0530

    Initial import (#887490)

 helloworld-6.xo        |  Bin 0 -> 10680 bytes
 sugar-hello-world.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/helloworld-6.xo b/helloworld-6.xo
new file mode 100644
index 0000000..6e867a5
Binary files /dev/null and b/helloworld-6.xo differ
diff --git a/sugar-hello-world.spec b/sugar-hello-world.spec
new file mode 100644
index 0000000..1481593
--- /dev/null
+++ b/sugar-hello-world.spec
@@ -0,0 +1,44 @@
+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 <callkalpa at gmail.com> - 6-3
+- modified spec to support gtk3
+
+* Mon Jan 14 2013 Kalpa Welivitigoda <callkalpa at gmail.com> - 6-2
+- replaced python with python2 in BuildRequires
+- removed obsolete stuff
+
+* Sat Dec 15 2012 Kalpa Welivitigoda <callkalpa at gmail.com> - 6-1
+- initial packaging


More information about the scm-commits mailing list