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 913644 Details for
Bug 1114819
"package require Mk4tcl" fails due to wrong installation path
[?]
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]
A spec patch to fix install path problem
metakit-libpath.patch (text/plain), 1.77 KB, created by
hkoba
on 2014-07-01 05:43:35 UTC
(
hide
)
Description:
A spec patch to fix install path problem
Filename:
MIME Type:
Creator:
hkoba
Created:
2014-07-01 05:43:35 UTC
Size:
1.77 KB
patch
obsolete
>diff --git a/metakit.spec b/metakit.spec >index 257fecf..98d7b5e 100644 >--- a/metakit.spec >+++ b/metakit.spec >@@ -1,9 +1,11 @@ > %define python_version %(python -c 'import sys; print sys.version[:3]') >+%{!?tcl_version: %global tcl_version 8.5} >+%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}} > > Summary: Embeddable database > Name: metakit > Version: 2.4.9.7 >-Release: 14%{?dist} >+Release: 15%{?dist} > License: MIT > Group: System Environment/Libraries > URL: http://www.equi4.com/metakit/ >@@ -41,7 +43,7 @@ chmod +x unix/configure unix/scripts/* > pushd unix > %configure \ > --with-python="%{_includedir}/python%{python_version},%{_libdir}/python%{python_version}" \ >- --with-tcl=%{_includedir},%{_libdir} >+ --with-tcl=%{_includedir},%{tcl_sitearch} > %{__make} %{?_smp_mflags} > popd > >@@ -72,7 +74,7 @@ popd > %{_libdir}/python%{python_version}/site-packages/Mk4py.so > %{_libdir}/python%{python_version}/site-packages/metakit.py* > #{_prefix}/lib/tcl*/Mk4tcl/ >-%{_libdir}/Mk4tcl/ >+%{tcl_sitearch}/Mk4tcl/ > > > %files devel >@@ -153,7 +155,7 @@ popd > * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.4.9.3-6 > - rebuild on all arches > >-* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.9.3-5 >+* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.9.3-5 > - rebuilt > > * Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 2.4.9.3-4 >@@ -163,7 +165,7 @@ popd > - Add explicit dependency on tcl, as the bindings are in a directory created by > this package, whereas the tcl package creates symlinks instead (clash). > >-* Mon Jul 18 2004 Dag Wieers <dag@wieers.com> - 2.4.9.3-2 >+* Sun Jul 18 2004 Dag Wieers <dag@wieers.com> - 2.4.9.3-2 > - Added tcl and python libraries. > > * Thu May 20 2004 Matthias Saou <http://freshrpms.net/> 2.4.9.3-2
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1114819
: 913644