[sugar-pukllanapac] Initial import (#741494)

Kalpa Welivitigoda callkalpa at fedoraproject.org
Tue Dec 20 17:45:40 UTC 2011


commit 36f495c4b7b5fa88174bc075b579869377d97eed
Author: Kalpa Pathum Welivitigoda <callkalpa at gmail.com>
Date:   Tue Dec 20 23:14:16 2011 +0530

    Initial import (#741494)

 .gitignore             |    1 +
 sources                |    1 +
 sugar-pukllanapac.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..042fe9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Pukllanapac-8.tar.bz2
diff --git a/sources b/sources
index e69de29..0aeeb6e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+572ed300805386a6035016e8977c8fdc  Pukllanapac-8.tar.bz2
diff --git a/sugar-pukllanapac.spec b/sugar-pukllanapac.spec
new file mode 100644
index 0000000..9114b48
--- /dev/null
+++ b/sugar-pukllanapac.spec
@@ -0,0 +1,42 @@
+Name:           sugar-pukllanapac
+Version:        8
+Release:        2%{?dist}
+Summary:        A sliding puzzle game
+
+Group:          Sugar/Activities
+License:        GPLv3+
+URL:            http://wiki.sugarlabs.org/go/Activities/Pukllanapac
+Source0:        http://download.sugarlabs.org/sources/honey/Pukllanapac/Pukllanapac-%{version}.tar.bz2
+
+BuildRequires:  python sugar-toolkit gettext
+BuildArch:      noarch
+Requires:       sugar
+
+%description
+Pukllanapac is a sliding puzzle game; the objective is to rearrange 
+tiles so that all of the circles (and semicircles) are composed 
+of sectors of the same color. There are three different patterns: 
+circles, triangles and hexagons. Drag tiles to swap their position; 
+click on tiles to rotate them.
+
+%prep
+%setup -q -n Pukllanapac-%{version}
+
+%build
+python ./setup.py build
+
+%install
+python ./setup.py install --prefix=%{buildroot}/%{_prefix}
+
+
+%files 
+%doc COPYING NEWS
+%{sugaractivitydir}/Pukllanapac.activity/
+
+%changelog
+
+* Tue Dec 20 2011 Kalpa Welivitigoda <callkalpa at gmail.com> - 8-2
+- removed %{__python} macro
+
+* Thu Dec 15 2011 Kalpa Welivitigoda <callkalpa at gmail.com> - 8-1
+- initial packaging


More information about the scm-commits mailing list