[mingw-tk] Fix the sed magic after mingw32-tcl -> mingw-tcl rename

Kalev Lember kalev at fedoraproject.org
Fri Mar 9 17:55:51 UTC 2012


commit 4ccc1addd9331fced1c65a82bb3a588771bdd7be
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Mar 9 19:54:49 2012 +0200

    Fix the sed magic after mingw32-tcl -> mingw-tcl rename

 mingw-tk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw-tk.spec b/mingw-tk.spec
index ac28837..8329b85 100644
--- a/mingw-tk.spec
+++ b/mingw-tk.spec
@@ -11,7 +11,7 @@
 Summary:   MinGW Windows graphical toolkit for the Tcl scripting language
 Name:      mingw-%{name1}
 Version:   %{vers}
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   TCL
 Group:     Development/Languages
 URL:       http://tcl.sourceforge.net/
@@ -64,7 +64,7 @@ autoconf
 MINGW32_CFLAGS="%{mingw32_cflags} -D_WIN32_IE=0x0501"
 %{mingw32_configure} --with-tcl=%{mingw32_libdir}/tcl%{majorver}
 # builds fail sometimes with %%{?_smp_mflags}, so don't use
-sed -i -e 's,mingw32-tcl,tcl,g' Makefile
+sed -i -e 's,mingw-tcl,tcl,g' Makefile
 sed -i -e 's,/usr/include,%{mingw32_includedir},g' Makefile
 sed -i -e 's,libtclstub85.a,libtclstub85.dll.a,g' Makefile
 sed -i -e 's,tcl8.5/libtclstub85,libtclstub85,g' Makefile
@@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT/%{mingw32_datadir}/%{name1}%{majorver}/ldAix
 %doc license.terms
 
 %changelog
+* Fri Mar 09 2012 Kalev Lember <kalevlember at gmail.com> - 8.5.9-6
+- Fix the sed magic after mingw32-tcl -> mingw-tcl rename
+
 * Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 8.5.9-5
 - Renamed the source package to mingw-tk (#801037)
 - Modernize the spec file


More information about the scm-commits mailing list