rpms/mingw32-tcl/F-10 tcl-nativetclsh.patch, NONE, 1.1 mingw32-tcl.spec, 1.2, 1.3

Thomas M. Sailer sailer at fedoraproject.org
Sat May 23 12:53:46 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/mingw32-tcl/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7843

Modified Files:
	mingw32-tcl.spec 
Added Files:
	tcl-nativetclsh.patch 
Log Message:
bump and rebuild


tcl-nativetclsh.patch:

--- NEW FILE tcl-nativetclsh.patch ---
--- win/Makefile.in.orig	2009-05-23 14:03:18.000000000 +0200
+++ win/Makefile.in	2009-05-23 14:05:10.000000000 +0200
@@ -385,7 +385,7 @@
 
 winhelp: $(ROOT_DIR)/tools/man2help.tcl $(MAN2TCL)
 	TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
-	./$(TCLSH) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS)
+	tclsh$(DOTVER) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS)
 	hcw /c /e tcl.hpj
 
 $(MAN2TCL): $(ROOT_DIR)/tools/man2tcl.c
@@ -658,13 +658,13 @@
 install-tzdata:
 	@echo "Installing time zone data"
 	@TCL_LIBRARY="${LIBRARY_DIR}"; export TCL_LIBRARY; \
-	./$(TCLSH) "$(ROOT_DIR)/tools/installData.tcl" \
+	tclsh$(DOTVER) "$(ROOT_DIR)/tools/installData.tcl" \
 	    "$(ROOT_DIR)/library/tzdata" "$(SCRIPT_INSTALL_DIR)/tzdata"
 
 install-msgs:
 	@echo "Installing message catalogs"
 	@TCL_LIBRARY="${LIBRARY_DIR}"; export TCL_LIBRARY; \
-	./$(TCLSH) "$(ROOT_DIR)/tools/installData.tcl" \
+	tclsh$(DOTVER) "$(ROOT_DIR)/tools/installData.tcl" \
 	    "$(ROOT_DIR)/library/msgs" "$(SCRIPT_INSTALL_DIR)/msgs"
 
 install-doc: doc


Index: mingw32-tcl.spec
===================================================================
RCS file: /cvs/extras/rpms/mingw32-tcl/F-10/mingw32-tcl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mingw32-tcl.spec	23 May 2009 12:36:23 -0000	1.2
+++ mingw32-tcl.spec	23 May 2009 12:53:16 -0000	1.3
@@ -14,7 +14,7 @@
 Summary: MinGW Windows Tool Command Language, pronounced tickle
 Name: mingw32-%{name1}
 Version: %{vers}
-Release: 5%{?dist}
+Release: 5%{?dist}.1
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -123,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.terms
 
 %changelog
+* Sat May 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.7-5.1
+- rebuilt
+
 * Sat May 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.7-5
 - rebuilt
 




More information about the fedora-extras-commits mailing list