[sugar-story] Addedd sugar-story-9-6.fc18.src.rpm file

Danishka Navin snavin at fedoraproject.org
Fri Jun 7 07:27:38 UTC 2013


commit f421c142a1ddb9b0790bd5447597aaa5bd26b5a5
Author: Danishka Navin <danishka at thecellcity.com>
Date:   Fri Jun 7 15:27:15 2013 +0800

    Addedd sugar-story-9-6.fc18.src.rpm file

 .gitignore       |    1 +
 sources          |    1 +
 sugar-story.spec |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..87c5ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Story-9.tar.bz2
diff --git a/sources b/sources
index e69de29..3e0bb8b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+579f2632f5206eceac1a0b324f2aaa5e  Story-9.tar.bz2
diff --git a/sugar-story.spec b/sugar-story.spec
new file mode 100644
index 0000000..ff9e86e
--- /dev/null
+++ b/sugar-story.spec
@@ -0,0 +1,59 @@
+Name:		sugar-story
+Version:	9
+Release:	6%{?dist}
+Summary:	An activity that uses images to prompt the learner to tell stories
+
+# grecord.py and sprites.py is in MIT and all other files in GPLv3+
+License:	GPLv3+ and MIT
+URL:		http://wiki.sugarlabs.org/go/Activities/Story
+Source0:	http://download.sugarlabs.org/sources/honey/Story/Story-%{version}.tar.bz2
+
+BuildRequires:	python2-devel sugar-toolkit-gtk3 gettext
+BuildArch:	noarch
+Requires:	sugar
+
+
+%description
+An activity that uses images to prompt the learner to tell stories.
+
+%prep
+%setup -q -n Story-%{version}
+
+%build
+%{__python} ./setup.py build
+
+%install
+%{__python} ./setup.py install --prefix=%{buildroot}%{_prefix}
+%find_lang org.sugarlabs.StoryActivity
+
+
+%files -f org.sugarlabs.StoryActivity.lang
+%doc CREDITS COPYING NEWS
+%{sugaractivitydir}/Story.activity/
+
+
+%changelog
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-6
+- Updated the license tag with GPLv3+ and MIT
+
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-5
+- removed the rm po/nah.po entry, removed backslash between %%{buildroot} and %%{_prefix}
+
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-4
+- correct the license
+
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-3
+- correct the license
+
+* Tue Jun 04 2013 Danishka Navin <danishka at gmail.com> - 9-2
+- added COPYING
+- removed duplicate CREDITS
+- added entry to remove po/nah.po
+- changed python2-devel to python under BuildRequires
+- added sugar-toolkit-gtk3
+
+* Tue Jun 04 2013 Danishka Navin <danishka at gmail.com> - 9-1
+- updated to the version 9
+
+* Wed Jul 18 2012 Danishka Navin <danishka at gmail.com> - 5-1
+- initial packaging


More information about the scm-commits mailing list