From e6b39b997e2f0a2750837bdea49602a0f1fc8d49 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jun 27 2009 15:02:02 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..69ee374 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +FlipSticks-2.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..b1a662f --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +sugar-flipsticks-2-1_fc11:F-10:sugar-flipsticks-2-1.fc11.src.rpm:1246114892 diff --git a/sources b/sources index e69de29..7a76a3d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4d1f6f984a4f5798eaf8b93d66b0fdf9 FlipSticks-2.tar.bz2 diff --git a/sugar-flipsticks.spec b/sugar-flipsticks.spec new file mode 100644 index 0000000..b63ff81 --- /dev/null +++ b/sugar-flipsticks.spec @@ -0,0 +1,53 @@ +Name: sugar-flipsticks +Version: 2 +Release: 1%{?dist} +Summary: A keyframe animation activity for Sugar + +Group: Sugar/Activities +License: GPLv2+ +URL: http://wiki.sugarlabs.org/go/Activities/Flip_Sticks +Source0: http://download.sugarlabs.org/sources/honey/FlipSticks/FlipSticks-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: python +BuildRequires: sugar-toolkit + +Requires: sugar + + +%description +Flipsticks is a keyframe animation activity that lets you pose and program +a stick figure to walk, run, rotate, twist, tumble and dance. You can save +your animations to the journal and will soon be able to share them via the +mesh. Flipsticks can be used to explore concepts in geometry, computer +programming and animation; it helps develop spatial and analytical thinking +skills. + + +%prep +%setup -q -n FlipSticks-%{version} + + +%build +python setup.py build + + +%install +rm -rf %{buildroot} +python setup.py install --prefix=%{buildroot}/%{_prefix} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS TODO +%{sugaractivitydir}/FlipSticks.activity/ + + +%changelog +* Mon Apr 20 2009 Fabian Affolter - 2-1 +- Initial package for Fedora