rpms/tclsoap/devel tclsoap-1.6.7-version.patch, NONE, 1.1 tclsoap.spec, 1.2, 1.3

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Feb 2 21:34:45 UTC 2007


Author: wart

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

Modified Files:
	tclsoap.spec 
Added Files:
	tclsoap-1.6.7-version.patch 
Log Message:
Fix version mismatch in pkgIndex.tcl; move to a tcl-specific directory.



tclsoap-1.6.7-version.patch:

--- NEW FILE tclsoap-1.6.7-version.patch ---
--- pkgIndex.tcl.orig	2007-02-02 11:43:13.000000000 -0800
+++ pkgIndex.tcl	2007-02-02 11:43:22.000000000 -0800
@@ -12,7 +12,7 @@
 package ifneeded SOAP::CGI 1.0 [list source [file join $dir SOAP-CGI.tcl]]
 package ifneeded SOAP::Domain 1.4 [list source [file join $dir SOAP-domain.tcl]]
 package ifneeded SOAP::Service 0.4 [list source [file join $dir SOAP-service.tcl]]
-package ifneeded SOAP::Utils 1.0 [list source [file join $dir utils.tcl]]
+package ifneeded SOAP::Utils 1.0.1 [list source [file join $dir utils.tcl]]
 package ifneeded SOAP::ftp 1.0 [list source [file join $dir ftp.tcl]]
 package ifneeded SOAP::http 1.0 [list source [file join $dir http.tcl]]
 package ifneeded SOAP::https 1.0 [list source [file join $dir https.tcl]]


Index: tclsoap.spec
===================================================================
RCS file: /cvs/extras/rpms/tclsoap/devel/tclsoap.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tclsoap.spec	29 Aug 2006 02:39:55 -0000	1.2
+++ tclsoap.spec	2 Feb 2007 21:34:12 -0000	1.3
@@ -1,12 +1,15 @@
+%{!?tcl_sitelib: %define tcl_sitelib %{_datadir}/tcl%(echo 'puts $tcl_version' | tclsh)}
+
 Summary:  Tcl commands for SOAP remote procedure calls
 Name: tclsoap
 Version: 1.6.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 URL: http://tclsoap.sourceforge.net/
 Group: Development/Libraries
 Source0:        http://download.sourceforge.net/tclsoap/TclSOAP-1.6.7.tar.gz
 Patch0: tclsoap.patch
+Patch1: tclsoap-1.6.7-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: tcl
@@ -21,10 +24,11 @@
 %prep
 %setup -q -n %{name}%{version}
 %patch0 -p1
+%patch1
 chmod a-x doc/*
 
 %build
-%configure --libdir=%{_datadir}
+%configure --libdir=%{tcl_sitelib}
 # Nothing to build.  Don't run 'make'
 
 %install
@@ -36,11 +40,15 @@
 
 %files
 %defattr(-,root,root)
-%{_datadir}/%{name}%{version}
+%{tcl_sitelib}/%{name}%{version}
 %doc CHANGES LICENSE DESCRIPTION.txt TclSOAP.ANN
 %doc doc/*
 
 %changelog
+* 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
+
 * Mon Aug 28 2006 Wart <wart at kobold.org> - 1.6.7-2
 - Rebuild for Fedora Extras
 




More information about the fedora-extras-commits mailing list