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 703420 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 1/5] Minor spec file cleanup
0001-Minor-spec-file-cleanup.patch (text/plain), 1.66 KB, created by
Kalev Lember
on 2013-02-27 12:54:31 UTC
(
hide
)
Description:
[PATCH 1/5] Minor spec file cleanup
Filename:
MIME Type:
Creator:
Kalev Lember
Created:
2013-02-27 12:54:31 UTC
Size:
1.66 KB
patch
obsolete
>From e3d6ebf8d257a3ac2d3878cbfcf3c52c2d9a0018 Mon Sep 17 00:00:00 2001 >From: Kalev Lember <kalevlember@gmail.com> >Date: Wed, 27 Feb 2013 12:34:58 +0100 >Subject: [PATCH 1/5] Minor spec file cleanup > >Remove sections that are no longer needed with current rpmbuild. >--- > speech-dispatcher.spec | 10 ---------- > 1 file changed, 10 deletions(-) > >diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec >index e8f19b9..de6dc28 100644 >--- a/speech-dispatcher.spec >+++ b/speech-dispatcher.spec >@@ -1,6 +1,3 @@ >-# sitelib for noarch packages, sitearch for others (remove the unneeded one) >-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} >- > Name: speech-dispatcher > Version: 0.7.1 > Release: 10%{?dist} >@@ -122,9 +119,6 @@ mv %{buildroot}%{_datadir}/speech-dispatcher/conf/modules/* %{buildroot}%{_sysco > # Create log dir > %{__mkdir} -p -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/ > >-%clean >-rm -rf %{buildroot} >- > %post > /sbin/ldconfig > if [ $1 -eq 1 ] ; then >@@ -159,7 +153,6 @@ fi > /bin/systemctl try-restart speech-dispatcherd.service >/dev/null 2>&1 || : > > %files >-%defattr(-,root,root,-) > %doc AUTHORS ChangeLog NEWS README COPYING > %dir %{_sysconfdir}/speech-dispatcher/ > %dir %{_sysconfdir}/speech-dispatcher/clients >@@ -182,12 +175,10 @@ fi > %{_unitdir}/speech-dispatcherd.service > > %files devel >-%defattr(-,root,root,-) > %{_includedir}/* > %{_libdir}/lib*.so > > %files doc >-%defattr(-,root,root,-) > %{_infodir}/* > > %post doc >@@ -205,7 +196,6 @@ if [ $1 = 0 ]; then > fi > > %files python >-%defattr(-,root,root,-) > %{python_sitearch}/speechd* > > %changelog >-- >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