[sugar-recall] Initial import (#823236).

Kalpa Welivitigoda callkalpa at fedoraproject.org
Wed Jul 18 15:07:03 UTC 2012


commit 6445d5e4bfb4471f9e5be9a6a2b9469be3ca7644
Author: Kalpa Welivitigoda <callkalpa at gmail.com>
Date:   Wed Jul 18 20:35:54 2012 +0530

    Initial import (#823236).

 .gitignore        |    1 +
 sources           |    1 +
 sugar-recall.spec |   38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9b87308 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Recall-2.tar.bz2
diff --git a/sources b/sources
index e69de29..05c7f69 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+63ac31f65f5b78d1c48ffc21ddc11925  Recall-2.tar.bz2
diff --git a/sugar-recall.spec b/sugar-recall.spec
new file mode 100644
index 0000000..6bd5a0a
--- /dev/null
+++ b/sugar-recall.spec
@@ -0,0 +1,38 @@
+Name:           sugar-recall
+Version:        2
+Release:        2%{?dist}
+Summary:        A series of memory games
+
+Group:          Sugar/Activities
+License:        GPLv3+ and MIT
+URL:            http://wiki.sugarlabs.org/go/Activities/Recall
+Source0:        http://download.sugarlabs.org/sources/honey/Recall/Recall-%{version}.tar.bz2
+
+BuildRequires:  python sugar-toolkit gettext
+BuildArch:      noarch
+Requires:       sugar
+
+%description
+Recall is a series of memory games for sugar. The game becomes 
+difficult as the user keeps on playing. This helps to increase 
+the memorizing ability of children.
+
+%prep
+%setup -q -n Recall-%{version}
+
+%build
+%{__python} ./setup.py build
+
+%install
+%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}
+
+%files 
+%doc COPYING NEWS CREDITS
+%{sugaractivitydir}/Recall.activity/
+
+%changelog
+* Tue Jul 10 2012 Kalpa Welivitigoda <callkalpa at gmail.com> - 2-2
+- fixed license, removed defattr in files section and fixed a typo in description
+
+* Sun May 20 2012 Kalpa Welivitigoda <callkalpa at gmail.com> - 2-1
+- initial packaging


More information about the scm-commits mailing list