rpms/tcl-mysqltcl/devel import.log, 1.3, 1.4 tcl-mysqltcl.spec, 1.3, 1.4

Rene Ploetz renep at fedoraproject.org
Wed Oct 7 02:37:35 UTC 2009


Author: renep

Update of /cvs/pkgs/rpms/tcl-mysqltcl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4454/devel

Modified Files:
	import.log tcl-mysqltcl.spec 
Log Message:



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-mysqltcl/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	7 Oct 2009 02:31:19 -0000	1.3
+++ import.log	7 Oct 2009 02:37:34 -0000	1.4
@@ -1,3 +1,4 @@
 tcl-mysqltcl-3_05-4_fc11:HEAD:tcl-mysqltcl-3.05-4.fc11.src.rpm:1254861572
 tcl-mysqltcl-3_05-5_fc11:HEAD:tcl-mysqltcl-3.05-5.fc11.src.rpm:1254880027
 tcl-mysqltcl-3_05-4_fc11:HEAD:tcl-mysqltcl-3.05-4.fc11.src.rpm:1254882645
+tcl-mysqltcl-3_05-5_fc11:HEAD:tcl-mysqltcl-3.05-5.fc11.src.rpm:1254883030


Index: tcl-mysqltcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-mysqltcl/devel/tcl-mysqltcl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tcl-mysqltcl.spec	7 Oct 2009 02:31:19 -0000	1.3
+++ tcl-mysqltcl.spec	7 Oct 2009 02:37:34 -0000	1.4
@@ -1,3 +1,13 @@
+#needed for building on RHEL-4
+%if 0%{?rhel}
+  %if "%rhel" <= "4"
+    %define with() %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
+    %define without() %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
+    %define bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
+    %define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}} 
+  %endif
+%endif 
+
 %bcond_without abi
 
 %{!?tcl_version: %define tcl_version 8.5}
@@ -8,7 +18,7 @@
 Summary:        MySQL interface for Tcl
 Name:           tcl-mysqltcl
 Version:        3.05
-Release:        4%{?dist}
+Release:        5%{?dist}
 
 License:        MIT
 Group:          Development/Tools
@@ -61,6 +71,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 07 2009 Rene Ploetz <RenePloetz at gmx.de> 3.05-5
+- Fix build on EL-4
+
 * Sat Oct 03 2009 Rene Ploetz <RenePloetz at gmx.de> 3.05-4
 - Removed unnecessary Obsoletes tag
 




More information about the scm-commits mailing list