e6b39b9
Name:           sugar-flipsticks
e6b39b9
Version:        2
e6b39b9
Release:        1%{?dist}
e6b39b9
Summary:        A keyframe animation activity for Sugar
e6b39b9
e6b39b9
Group:          Sugar/Activities
e6b39b9
License:        GPLv2+
e6b39b9
URL:            http://wiki.sugarlabs.org/go/Activities/Flip_Sticks
e6b39b9
Source0:        http://download.sugarlabs.org/sources/honey/FlipSticks/FlipSticks-%{version}.tar.bz2
e6b39b9
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e6b39b9
BuildArch:      noarch
e6b39b9
e6b39b9
BuildRequires:  python
e6b39b9
BuildRequires:  sugar-toolkit
e6b39b9
e6b39b9
Requires:       sugar
e6b39b9
e6b39b9
e6b39b9
%description
e6b39b9
Flipsticks is a keyframe animation activity that lets you pose and program
e6b39b9
a stick figure to walk, run, rotate, twist, tumble and dance. You can save
e6b39b9
your animations to the journal and will soon be able to share them via the
e6b39b9
mesh. Flipsticks can be used to explore concepts in geometry, computer
e6b39b9
programming and animation; it helps develop spatial and analytical thinking
e6b39b9
skills. 
e6b39b9
e6b39b9
e6b39b9
%prep
e6b39b9
%setup -q -n FlipSticks-%{version}
e6b39b9
e6b39b9
e6b39b9
%build
e6b39b9
python setup.py build
e6b39b9
e6b39b9
e6b39b9
%install
e6b39b9
rm -rf  %{buildroot}
e6b39b9
python setup.py install --prefix=%{buildroot}/%{_prefix}
e6b39b9
e6b39b9
e6b39b9
%clean
e6b39b9
rm -rf  %{buildroot}
e6b39b9
e6b39b9
e6b39b9
%files
e6b39b9
%defattr(-,root,root,-)
e6b39b9
%doc AUTHORS COPYING NEWS TODO
e6b39b9
%{sugaractivitydir}/FlipSticks.activity/
e6b39b9
e6b39b9
e6b39b9
%changelog
e6b39b9
* Mon Apr 20 2009 Fabian Affolter <fabian@bernewireless.net> - 2-1
e6b39b9
- Initial package for Fedora