[sugar-deducto] added sugar-deducto.spec sugar-deducto-9-3.fc20.src.rpm and Deducto-9.tar.bz2

Danishka Navin snavin at fedoraproject.org
Wed Jun 12 04:49:58 UTC 2013


commit 9006cf887c8cb0446e6d8721f5ccb1cfee4f3eae
Author: Danishka Navin <danishka at thecellcity.com>
Date:   Wed Jun 12 12:38:32 2013 +0800

    added sugar-deducto.spec sugar-deducto-9-3.fc20.src.rpm and Deducto-9.tar.bz2

 Deducto-9.tar.bz2              |  Bin 0 -> 34952 bytes
 sources                        |    1 +
 sugar-deducto-9-3.fc20.src.rpm |  Bin 0 -> 38089 bytes
 sugar-deducto.spec             |   46 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/Deducto-9.tar.bz2 b/Deducto-9.tar.bz2
new file mode 100644
index 0000000..0b823df
Binary files /dev/null and b/Deducto-9.tar.bz2 differ
diff --git a/sources b/sources
index e69de29..75c4470 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+217ebcab4087ab9e54d177ec5e75e4a4  Deducto-9.tar.bz2
diff --git a/sugar-deducto-9-3.fc20.src.rpm b/sugar-deducto-9-3.fc20.src.rpm
new file mode 100644
index 0000000..13fdd93
Binary files /dev/null and b/sugar-deducto-9-3.fc20.src.rpm differ
diff --git a/sugar-deducto.spec b/sugar-deducto.spec
new file mode 100644
index 0000000..998fce1
--- /dev/null
+++ b/sugar-deducto.spec
@@ -0,0 +1,46 @@
+Name:		sugar-deducto
+Version:	9
+Release:	3%{?dist}
+Summary:	A learning activity aimed towards improving children’s skills to deducing logic
+
+# sprites.py is in MIT and all other files in GPLv3+
+License:	GPLv3+ and MIT
+URL:		http://activities.sugarlabs.org/en-US/sugar/addon/4220
+Source0:	http://download.sugarlabs.org/sources/honey/Deducto/Deducto-%{version}.tar.bz2
+
+BuildRequires:	python2-devel sugar-toolkit-gtk3 gettext
+Requires:	sugar
+BuildArch:	noarch
+
+%description
+A learning activity aimed towards improving children's skills 
+to deducing logic through pattern recognition.
+
+%prep
+%setup -q -n Deducto-%{version}
+rm po/aym.po
+sed -i "s|\r||g" README.txt
+
+%build
+%{__python} ./setup.py build
+
+%install
+%{__python} ./setup.py install --prefix=%{buildroot}%{_prefix}
+%find_lang  in.seeta.Deducto
+
+
+%files -f in.seeta.Deducto.lang
+%doc README.txt COPYING NEWS
+%{sugaractivitydir}/Deducto.activity/
+
+
+%changelog
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-3
+- Updated the license tag with GPLv3+ and MIT
+
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-2
+- add a comment above the license tag
+- removed backslash between %%{buildroot} and %%{_prefix}
+
+* Thu Jun 06 2013 Danishka Navin <danishka at gmail.com> - 9-1
+- initial packaging


More information about the scm-commits mailing list