rpms/tclsoap/devel tclsoap.spec,1.3,1.4

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Feb 16 22:13:39 UTC 2007


Author: wart

Update of /cvs/extras/rpms/tclsoap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16973

Modified Files:
	tclsoap.spec 
Log Message:
Rebuild for reversion back to tcl8.4



Index: tclsoap.spec
===================================================================
RCS file: /cvs/extras/rpms/tclsoap/devel/tclsoap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tclsoap.spec	2 Feb 2007 21:34:12 -0000	1.3
+++ tclsoap.spec	16 Feb 2007 22:13:07 -0000	1.4
@@ -1,9 +1,10 @@
-%{!?tcl_sitelib: %define tcl_sitelib %{_datadir}/tcl%(echo 'puts $tcl_version' | tclsh)}
+%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
+%{!?tcl_sitelib: %define tcl_sitelib %{_datadir}/tcl%{tcl_version}}
 
 Summary:  Tcl commands for SOAP remote procedure calls
 Name: tclsoap
 Version: 1.6.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 URL: http://tclsoap.sourceforge.net/
 Group: Development/Libraries
@@ -45,6 +46,9 @@
 %doc doc/*
 
 %changelog
+* Fri Feb 16 2007 Wart <wart at kobold.org> - 1.6.7-4
+- Rebuild for reversion back to tcl8.4
+
 * Fri Feb 2 2007 Wart <wart at kobold.org> - 1.6.7-3
 - Add patch to fix version mismatch
 - Move package to tcl-specific directory




More information about the scm-commits mailing list