Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 171773ee075a2aa0822b6456dd7a2703 > files > 2

sugar-fototoon-13-2.fc16.src.rpm

Name:           sugar-fototoon
Version:        13
Release:        2%{?dist}
Summary:        An activity used to create cartoons

Group:          Sugar/Activities
License:        GPLv3+
URL:            http://activities.sugarlabs.org/en-US/sugar/addon/4253
Source0:        http://mirrors.rit.edu/sugarlabs/activities/4253/fototoon-%{version}.xo

BuildRequires:  python2-devel sugar-toolkit gettext
BuildArch:      noarch
Requires:       sugar

%description
Fototoon is a sugar activity used to create cartoons using photos 
or drawings. After selecting the images, the user can select globes 
and write text to tell a story.

%prep
%setup -q -n FotoToon.activity
rm po/aym.po
rm po/cpp.po
rm po/nah.po
rm po/son.po

%build
%{__python} ./setup.py build

%install
rm -rf ${buildroot}
%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}

%find_lang org.eq.FotoToon

%files -f org.eq.FotoToon.lang
%doc TODO.txt
%{sugaractivitydir}/FotoToon.activity/

%changelog
* Wed Jan 11 2012 Kalpa Welivitigoda <callkalpa@gmail.com> - 13-2
- modified all to use macros
- replaced python with python2-devel in BuildRequires

* Mon Jan 07 2012 Kalpa Welivitigoda <callkalpa@gmail.com> - 13-1
- initial packaging