Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 703421 Details for
Bug 867958
Create Python 3 package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[PATCH 2/5] Rename the Python 2 package to python-speechd
0002-Rename-the-Python-2-package-to-python-speechd.patch (text/plain), 2.19 KB, created by
Kalev Lember
on 2013-02-27 12:55:34 UTC
(
hide
)
Description:
[PATCH 2/5] Rename the Python 2 package to python-speechd
Filename:
MIME Type:
Creator:
Kalev Lember
Created:
2013-02-27 12:55:34 UTC
Size:
2.19 KB
patch
obsolete
>From 27ecaf61671d6785e617b54610a62100a37a37de Mon Sep 17 00:00:00 2001 >From: Kalev Lember <kalevlember@gmail.com> >Date: Wed, 27 Feb 2013 12:37:03 +0100 >Subject: [PATCH 2/5] Rename the Python 2 package to python-speechd > >This makes the Python module naming consistent with other distros; >I've checked Debian, openSUSE, and Mageia and they all use >python-speechd for the Python subpackage name. > >Having less differences between distros makes it easier for upstream >projects that use this (Orca) specify the deps in their documentation. > >The new naming is also blessed by the Fedora Packaging Naming Guidelines >(http://fedoraproject.org/wiki/Packaging:NamingGuidelines). >--- > speech-dispatcher.spec | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > >diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec >index de6dc28..595df23 100644 >--- a/speech-dispatcher.spec >+++ b/speech-dispatcher.spec >@@ -1,6 +1,6 @@ > Name: speech-dispatcher > Version: 0.7.1 >-Release: 10%{?dist} >+Release: 11%{?dist} > Summary: To provide a high-level device independent layer for speech synthesis > Group: System Environment/Libraries > >@@ -73,13 +73,15 @@ Requires(preun):/sbin/install-info > %description doc > speechd documentation > >-%package python >+%package -n python-speechd > Summary: Python Client API for speech-dispatcher > License: GPLv2+ > Group: Development/Libraries > Requires: speech-dispatcher = %{version}-%{release} >+Obsoletes: speech-dispatcher-python < 0.7.1-11 >+Provides: speech-dispatcher-python = %{version}-%{release} > >-%description python >+%description -n python-speechd > speechd python module > > %prep >@@ -195,10 +197,14 @@ if [ $1 = 0 ]; then > /sbin/install-info --delete %{_infodir}/%{name}-cs.info %{_infodir}/dir || : > fi > >-%files python >+%files -n python-speechd > %{python_sitearch}/speechd* > > %changelog >+* Wed Feb 27 2013 Kalev Lember <kalevlember@gmail.com> - 0.7.1-11 >+- Rename the Python 2 package to python-speechd, for consistency with other >+ distros >+ > * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-10 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 867958
:
703420
| 703421 |
703422
|
703424
|
703425
|
703882