[mingw32-tcl/f14/master] move reg and dde

sailer sailer at fedoraproject.org
Thu Feb 10 14:46:53 UTC 2011


commit 7e361f54e3cb83bd3d0db67493938efb16205b90
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Thu Feb 10 15:46:09 2011 +0100

    move reg and dde

 mingw32-tcl.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-tcl.spec b/mingw32-tcl.spec
index 683cb68..090c17b 100644
--- a/mingw32-tcl.spec
+++ b/mingw32-tcl.spec
@@ -15,7 +15,7 @@
 Summary: MinGW Windows Tool Command Language, pronounced tickle
 Name: mingw32-%{name1}
 Version: %{vers}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -106,6 +106,10 @@ sed -i -e "s|$PWD/win|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" $RPM_
 rm -rf $RPM_BUILD_ROOT/%{_mingw32_datadir}/%{name1}%{majorver}/tclAppInit.c
 rm -rf $RPM_BUILD_ROOT/%{_mingw32_datadir}/%{name1}%{majorver}/ldAix
 
+# move windows packages to where tcl85.dll will find them
+mv $RPM_BUILD_ROOT/%{_mingw32_libdir}/dde* $RPM_BUILD_ROOT/%{_mingw32_libdir}/%{name1}%{majorver}/
+mv $RPM_BUILD_ROOT/%{_mingw32_libdir}/reg* $RPM_BUILD_ROOT/%{_mingw32_libdir}/%{name1}%{majorver}/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -123,14 +127,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_datadir}/%{name1}%{majorver1}
 %{_mingw32_includedir}/*
 %{_mingw32_libdir}/%{name1}%{majorver}/
-%{_mingw32_libdir}/dde*/
-%{_mingw32_libdir}/reg*/
 %doc README changes 
 %doc license.terms
 
 %changelog
+* Thu Feb 10 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.9-3
+- put the reg and dde libraries where tcl85.dll searches for it
+
 * Wed Feb  2 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.9-2
-- put the tcl library where tclsh.exe searches for it
+- put the tcl library where tcl85.dll searches for it
 
 * Thu Dec 23 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.9-1
 - update to 8.5.9


More information about the scm-commits mailing list