[mingw-tcl: 16/25] move dde and reg

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:56:40 UTC 2012


commit 2dfa5602e9ee81d49a0c5bdd35c8d50c97d86ef8
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Thu Feb 10 15:49:36 2011 +0100

    move dde and reg

 mingw32-tcl.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-tcl.spec b/mingw32-tcl.spec
index b15d141..e2546f9 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: 3%{?dist}
+Release: 4%{?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,12 +127,13 @@ 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-4
+- put the reg and dde libraries where tcl85.dll searches for it
+ 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.5.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list