From 6445d5e4bfb4471f9e5be9a6a2b9469be3ca7644 Mon Sep 17 00:00:00 2001 From: Kalpa Welivitigoda Date: Jul 18 2012 15:05:54 +0000 Subject: Initial import (#823236). --- 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 - 2-2 +- fixed license, removed defattr in files section and fixed a typo in description + +* Sun May 20 2012 Kalpa Welivitigoda - 2-1 +- initial packaging