rpms/sugar-typing-turtle/F-12 import.log, NONE, 1.1 sugar-typing-turtle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Feb 27 17:09:18 UTC 2010


Author: sdz

Update of /cvs/pkgs/rpms/sugar-typing-turtle/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13527/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log sugar-typing-turtle.spec 
Log Message:
initial import



--- NEW FILE import.log ---
sugar-typing-turtle-26-2_fc12:F-12:sugar-typing-turtle-26-2.fc12.src.rpm:1267290482


--- NEW FILE sugar-typing-turtle.spec ---
Name:           sugar-typing-turtle
Version:        26
Release:        2%{?dist}
Summary:        A multilingual animated touch typing trainer

Group:          Sugar/Activities
License:        GPLv3+
URL:            http://wiki.sugarlabs.org/go/Activities/Typing_Turtle
Source0:        http://activities.sugarlabs.org/sugar/downloads/file/26483/typing_turtle-%{version}.xo
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
This Sugar activity features a sequence of lessons designed to gradually
introduce students to touch typing, teaching them a few keys at a time
until they have mastered the entire keyboard.

Fun graphics, sounds and characters aim for an entertaining experience.
An on-screen keyboard with overlaid hand positions shows the correct way
to press each key, encouraging good typing habits.


%prep
%setup -q -n TypingTurtle.activity

# remove unnecessary libs and files
rm -rf .pydevproject .project port strace.sh

# calm rpmlint down and fix permissions
sed -i -e '1d;2i#!/usr/bin/python' typingturtle.py
sed -i -e '/^#!\//, 1d' editlessonscreen.py editlessonlistscreen.py

%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python ./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix}

%find_lang org.laptop.community.TypingTurtle


%clean
rm -rf $RPM_BUILD_ROOT


%files -f org.laptop.community.TypingTurtle.lang
%defattr(-,root,root,-)
%doc COPYING NEWS
%{sugaractivitydir}/TypingTurtle.activity


%changelog
* Wed Jan 27 2010 Sebastian Dziallas <sebastian at when.com> - 26-2
- remove hidden files

* Wed Jan 27 2010 Sebastian Dziallas <sebastian at when.com> - 26-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-typing-turtle/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 Feb 2010 17:52:05 -0000	1.1
+++ .cvsignore	27 Feb 2010 17:09:17 -0000	1.2
@@ -0,0 +1 @@
+typing_turtle-26.xo


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-typing-turtle/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 Feb 2010 17:52:05 -0000	1.1
+++ sources	27 Feb 2010 17:09:18 -0000	1.2
@@ -0,0 +1 @@
+93c7c18de6d81a18dbf47279ee5e9c69  typing_turtle-26.xo



More information about the scm-commits mailing list