[sugar-speak] v25

Peter Robinson pbrobinson at fedoraproject.org
Sat May 7 14:41:22 UTC 2011


commit b7656eeb9d0f941359b94913ed008358412afa46
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat May 7 15:41:10 2011 +0100

    v25

 .gitignore              |    1 +
 sources                 |    2 +-
 sugar-speak-checkout.sh |   11 -----------
 sugar-speak.spec        |   23 +++++++----------------
 4 files changed, 9 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8ecaf8..aa01ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 speak-14.xo
 /Speak-20.tar.bz2
+/speak-25.xo
diff --git a/sources b/sources
index de6c1ac..450bd39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e74402649aec13e9afd2ac47eb3c0e59  Speak-20.tar.bz2
+caaaf54e4129963707f190920f1f728d  speak-25.xo
diff --git a/sugar-speak.spec b/sugar-speak.spec
index 74e56dd..a8644d5 100644
--- a/sugar-speak.spec
+++ b/sugar-speak.spec
@@ -1,23 +1,21 @@
 Name:           sugar-speak
-Version:        20
-Release:        2%{?dist}
+Version:        25
+Release:        1%{?dist}
 Summary:        Speak for Sugar
 
 Group:          Sugar/Activities
 License:        GPLv2+ and GPLv3+
 URL:            http://wiki.laptop.org/go/Speak
-Source0:        http://download.sugarlabs.org/sources/honey/Speak/Speak-%{version}.tar.bz2
+Source0:        http://download.sugarlabs.org/activities/4038/speak-%{version}.xo
 BuildArch:      noarch
 
 BuildRequires:  python
 BuildRequires:  gettext
 BuildRequires:  sugar-toolkit
-
 Requires:       sugar
 Requires:       numpy
 Requires:       espeak
 
-
 %description
 Speak is a talking face for the XO laptop. Anything you type will be spoken
 aloud using the XO's speech synthesizer, espeak. You can adjust the accent,
@@ -25,34 +23,27 @@ rate and pitch of the voice as well as the shape of the eyes and mouth. This
 is a great way to experiment with the speech synthesizer, learn to type or 
 just have fun making a funny face for your XO.  
 
-
 %prep
-%setup -q -n Speak-%{version}
+%setup -q -n Speak.activity
 rm -rf .0sugar bot
 
-
 %build
 %{__python} setup.py build
 
-
 %install
-rm -rf  %{buildroot}
 %{__python} setup.py install --prefix=%{buildroot}%{_prefix}
 find  %{buildroot}%{sugaractivitydir}Speak.activity/activity.py  -type f -name \* -exec chmod 644 {} \;
 %find_lang vu.lux.olpc.Speak
 
-
-%clean
-rm -rf  %{buildroot}
-
-
 %files -f vu.lux.olpc.Speak.lang
 %defattr(-,root,root,-)
 %doc NEWS COPYING
 %{sugaractivitydir}/Speak.activity/
 
-
 %changelog
+* Sat May  7 2011 Peter Robinson <pbrobinson at gmail.com> - 25-1
+- New 25 release
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list