rpms/tcl/devel tcl-8.5a5-makefile.patch, NONE, 1.1 tcl.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 25 09:31:34 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/tcl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10748

Modified Files:
	tcl.spec 
Added Files:
	tcl-8.5a5-makefile.patch 
Log Message:
Add


tcl-8.5a5-makefile.patch:
 Makefile.in |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

--- NEW FILE tcl-8.5a5-makefile.patch ---
--- tcl-8.5a5/tcl8.5a5/unix/Makefile.in.patch	2007-01-25 09:20:35.000000000 +0100
+++ tcl-8.5a5/tcl8.5a5/unix/Makefile.in	2007-01-25 09:56:42.000000000 +0100
@@ -813,12 +813,10 @@
 
 install-tzdata:
 	@echo "Installing time zone data"
-	@echo "Creating tzdata";                                                                                              
-	cp -R $(TOP_DIR)/library/tzdata $(SCRIPT_INSTALL_DIR)/tzdata
-##	@@LD_LIBRARY_PATH_VAR@=`pwd`:$${@LD_LIBRARY_PATH_VAR@}; export @LD_LIBRARY_PATH_VAR@; \
-##	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
-##	./tclsh $(TOOL_DIR)/installData.tcl \
-##	    $(TOP_DIR)/library/tzdata $(SCRIPT_INSTALL_DIR)/tzdata
+	@@LD_LIBRARY_PATH_VAR@=`pwd`:$${@LD_LIBRARY_PATH_VAR@}; export @LD_LIBRARY_PATH_VAR@; \
+	TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
+	./tclsh $(TOOL_DIR)/installData.tcl \
+	    $(TOP_DIR)/library/tzdata $(SCRIPT_INSTALL_DIR)/tzdata
 
 install-msgs:
 	@echo "Installing message catalogs"


Index: tcl.spec
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- tcl.spec	18 Jan 2007 15:18:52 -0000	1.34
+++ tcl.spec	25 Jan 2007 09:31:32 -0000	1.35
@@ -5,7 +5,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}a5
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -19,6 +19,7 @@
 Patch4: tcl-8.5a5-no_rpath.patch
 #Patch5: tcl-8.4.13-autoconf.patch
 Patch6: tcl-8.5a5-cflags.patch
+Patch7: tcl-8.5a5-makefile.patch
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
@@ -72,6 +73,7 @@
 pushd ..
 %patch6 -p1 -b .6-cflags
 popd
+%patch7 -p1 -b .7-makefile
 
 # patch1 touches tcl.m4, and patch3 touches configure.in
 cd unix
@@ -156,6 +158,9 @@
 %doc %{name}%{version}/html/*
 
 %changelog
+* Thu Jan 25 2007 Marcela Maslanova <mmaslano at redhat.com> - 8.5a5-5
+- rebuilt
+
 * Mon Dec 18 2006 Marcela Maslanova <mmaslano at redhat.com> - 8.5a5-4
 - change in spec for compatibility with tk, version 8.5a5
 - Resolves: rhbz#160441




More information about the fedora-cvs-commits mailing list