Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 44693a68cfa14d5b67d28e85aafc9232 > files > 4

sugar-pippy-activity-25-alt2.M41.1.src.rpm

# NOTE: Do not edit, file was generated by jhconvert

Name: sugar-pippy-activity
Version: 25
Release: alt2.M41.1
Summary: Python programming activity for Sugar
License: GPL
Group: Graphical desktop/Other
Url: http://sugarlabs.org/
Packager: Sugar Development Team <sugar@packages.altlinux.org>
BuildArch: noarch

Source: http://dev.laptop.org/pub/sugar/sources/Pippy/Pippy-25.tar.bz2

Patch: sugar-pippy-activity-25-sugar-pippy-metrics.patch
Patch1: sugar-pippy-activity-25-sugar-pippy-activity-po.patch

Requires: sugar-toolkit >= 0.82
Requires: python-module-pygtksourceview  
Requires: python  

BuildPreReq: sugar-toolkit >= 0.82
BuildPreReq: python-devel  

%description
Teaches Python programming by providing access to Python code samples
and a fully interactive Python interpreter.
The user can type and execute simple Python expressions. For example,
it would be possible for a user to write Python statements to calculate
expressions, play sounds, or make simple text animation.
The initial build ships with about twenty short Python examples covering
various aspects of the language.

%prep
%setup -v -n Pippy-%version
%patch -p1
%patch1 -p1

%build
%__python setup.py build

%install
%__python setup.py  \
	install \
	--prefix=%buildroot/%prefix

%files
%_datadir/sugar/activities/*
%_datadir/locale/*/*/*

%changelog
* Mon Dec 08 2008 Aleksey Lim <alsroot@altlinux.org> 25-alt2.M41.1
- port to M41
- update i18n

* Sun Nov 23 2008 Aleksey Lim <alsroot@altlinux.org> 25-alt2
- change group tag to "Graphical desktop/Sugar"

* Tue Nov 18 2008 Aleksey Lim <alsroot@altlinux.org> 25-alt1
- first build for ALT Linux Sisyphus