[sugar-xoeditor/f19] added sugar-xoeditor spec and srpm files

Danishka Navin snavin at fedoraproject.org
Sat Jun 8 14:55:19 UTC 2013


commit e937f8efb12c79165fc9d74fef4a23a3ba05f510
Author: Danishka Navin <danishka at thecellcity.com>
Date:   Sat Jun 8 22:55:21 2013 +0800

    added sugar-xoeditor spec and srpm files

 .gitignore                       |    1 +
 sources                          |    1 +
 sugar-xoeditor-11-2.fc19.src.rpm |  Bin 0 -> 28653 bytes
 sugar-xoeditor.spec              |   43 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b61ad4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/xoEditor-11.tar.bz2
diff --git a/sources b/sources
index e69de29..5bd7602 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+406722d11567df6d2351dc6e09c08234  xoEditor-11.tar.bz2
diff --git a/sugar-xoeditor-11-2.fc19.src.rpm b/sugar-xoeditor-11-2.fc19.src.rpm
new file mode 100644
index 0000000..67110b6
Binary files /dev/null and b/sugar-xoeditor-11-2.fc19.src.rpm differ
diff --git a/sugar-xoeditor.spec b/sugar-xoeditor.spec
new file mode 100644
index 0000000..4fbc226
--- /dev/null
+++ b/sugar-xoeditor.spec
@@ -0,0 +1,43 @@
+Name:		sugar-xoeditor
+Version:	11
+Release:	2%{?dist}
+Summary:	Editor for XO icon colors
+
+License:	GPLv3+ and MIT
+URL:		http://wiki.sugarlabs.org/go/Activities/XoEditor
+Source0:	http://download.sugarlabs.org/sources/honey/xoEditor/xoEditor-%{version}.tar.bz2
+
+BuildRequires:	python2-devel sugar-toolkit-gtk3 gettext
+BuildArch:	noarch
+Requires:	sugar
+
+
+%description
+Editor for XO icon colors; Lets you explore different color patterns.
+
+%prep
+%setup -q -n xoEditor-%{version}
+
+%build
+%{__python} ./setup.py build
+
+%install
+%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}
+
+%find_lang org.laptop.xoEditorActivity
+
+
+%files -f org.laptop.xoEditorActivity.lang
+%doc COPYING NEWS 
+%{sugaractivitydir}/xoEditor.activity/
+
+%changelog
+* Wed Jun 05 2013 Danishka Navin <danishka at gmail.com> - 11-2
+- fixed the licence and droped defattr
+
+* Tue Jun 04 2013 Danishka Navin <danishka at gmail.com> - 11-1
+- updated to version 11
+
+* Mon Jul 16 2012 Danishka Navin <danishka at gmail.com> - 6-1
+- initial packaging
+


More information about the scm-commits mailing list