[Bug 432259] Review Request: speech-dispatcher - Required for speech synthesis on OLPC XO

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 6 18:14:30 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: speech-dispatcher - Required for speech synthesis on OLPC XO


https://bugzilla.redhat.com/show_bug.cgi?id=432259





------- Additional Comments From kylev at kylev.com  2008-06-06 14:14 EST -------
Note, your %files section for the python package could be as simple as this:

%{python_sitelib}/speechd*

This gets the directory ownership right and also grabs the auto-created egg info
on F-9 and later.

Minor nit: when creating directories hierarchies, use mkdir -p.  If you move
your init script to "Source1:", you could simply do this:

mkdir -p %{_initrddir}
cp -p $SOURCE1 %{_initrddir}

You can also use the mkdir -p trick in your "build the python libs" section.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list