[sugar-colordeducto/f19] added sugar-colordeducto spec and srpm

Danishka Navin snavin at fedoraproject.org
Sat Jun 8 15:39:00 UTC 2013


commit 4f1c0480b5ca5ce0e458c3314aee8dbf969e5a23
Author: Danishka Navin <danishka at thecellcity.com>
Date:   Sat Jun 8 23:38:53 2013 +0800

    added sugar-colordeducto spec and srpm

 .gitignore                          |    1 +
 sources                             |    1 +
 sugar-colordeducto-7-3.fc19.src.rpm |  Bin 0 -> 32114 bytes
 sugar-colordeducto.spec             |   54 +++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..38cd3f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ColorDeducto-7.tar.bz2
diff --git a/sources b/sources
index e69de29..4dc796c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ff047c6eb33d206885920b26fc623d2f  ColorDeducto-7.tar.bz2
diff --git a/sugar-colordeducto-7-3.fc19.src.rpm b/sugar-colordeducto-7-3.fc19.src.rpm
new file mode 100644
index 0000000..c96790f
Binary files /dev/null and b/sugar-colordeducto-7-3.fc19.src.rpm differ
diff --git a/sugar-colordeducto.spec b/sugar-colordeducto.spec
new file mode 100644
index 0000000..2a6fab3
--- /dev/null
+++ b/sugar-colordeducto.spec
@@ -0,0 +1,54 @@
+Name:		sugar-colordeducto
+Version:	7
+Release:	3%{?dist}
+Summary:	To improve students skills to deducing logic and learning colors & schemes
+
+License:	GPLv3 and MIT
+URL:		http://activities.sugarlabs.org/en-US/sugar/addon/4221
+Source0:	http://download.sugarlabs.org/sources/honey/ColorDeducto/ColorDeducto-%{version}.tar.bz2
+
+BuildRequires:	sugar-toolkit-gtk3 gettext python2-devel
+BuildArch:	noarch
+Requires:	sugar
+
+%description
+To improve students skills to deducing logic and learning colors & schemes.
+
+%prep
+%setup -q -n ColorDeducto-%{version}
+chmod +x  mun.py
+sed -i 's/\r//' README.txt
+
+%build
+%{__python} ./setup.py build
+
+%install
+%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}
+
+
+%files
+%doc COPYING NEWS README.txt
+%{sugaractivitydir}/ColorDeducto.activity/
+
+%changelog
+* Tue Jun 04 2013 Danishka Navin <danishka at gmail.com> - 7-3
+- removed python from  BuildRequires and removed newline after %changelog
+
+* Tue Jun 04 2013 Danishka Navin <danishka at gmail.com> - 7-2
+- fixed new BuildRequires for python2-devel and sugar-toolkit-gtk3 added
+
+* Tue Jun 04 2013 Danishka Navin <danishka at gmail.com> - 7-1
+- updated to the version 7
+
+* Tue Jul 17 2012 Danishka Navin <danishka at gmail.com> - 5-4
+- droped %%defattr(-,root,root,-)
+
+* Tue Jul 17 2012 Danishka Navin <danishka at gmail.com> - 5-3
+- fixed both executable bit and wrong-file-end-of-line-encoding of README.txt
+
+* Tue Jul 17 2012 Danishka Navin <danishka at gmail.com> - 5-2
+- removed %%defattr(-,root,root,-) and fixed the versining issue in the changelog
+
+* Mon Jul 16 2012 Danishka Navin <danishka at gmail.com> - 5-1
+- initial packaging
+


More information about the scm-commits mailing list