rpms/tclxml/EL-5 tclxml-3.1-sgmlversion.patch, NONE, 1.1 tclxml.spec, 1.9, 1.10

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Jun 23 23:40:19 UTC 2008


Author: wart

Update of /cvs/extras/rpms/tclxml/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18240

Modified Files:
	tclxml.spec 
Added Files:
	tclxml-3.1-sgmlversion.patch 
Log Message:
Rebase to F-8


tclxml-3.1-sgmlversion.patch:

--- NEW FILE tclxml-3.1-sgmlversion.patch ---
--- library/sgmlparser.tcl.orig	2007-02-02 09:09:04.000000000 -0800
+++ library/sgmlparser.tcl	2007-02-02 09:09:12.000000000 -0800
@@ -20,7 +20,7 @@
 
 package require uri 1.1
 
-package provide sgmlparser 1.0
+package provide sgmlparser 1.1
 
 namespace eval sgml {
     namespace export tokenise parseEvent


Index: tclxml.spec
===================================================================
RCS file: /cvs/extras/rpms/tclxml/EL-5/tclxml.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tclxml.spec	28 Aug 2006 16:39:14 -0000	1.9
+++ tclxml.spec	23 Jun 2008 23:39:25 -0000	1.10
@@ -1,14 +1,17 @@
+%{!?tcl_sitearch: %define tcl_sitearch %{_libdir}/tcl%(echo 'puts $tcl_version' | tclsh)}
+
 Summary: TclXML is a package that provides XML parsing for the Tcl scripting language
-Name: tclxml
+Name:    tclxml
 Version: 3.1
-Release: 9%{?dist}
+Release: 11%{?dist}
 License: BSD
-Group: Development/Libraries
-URL:	http://tclxml.sourceforge.net/
-Source: http://dl.sf.net/tclxml/tclxml-3.1.tar.gz
-Patch0: tclxml.patch
+Group:   Development/Libraries
+URL:     http://tclxml.sourceforge.net/
+Source:  http://downloads.sourceforge.net/tclxml/tclxml-3.1.tar.gz
+Patch0:  tclxml.patch
+Patch1:  tclxml-3.1-sgmlversion.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: tcl tcl-devel libxml2-devel expat-devel
+BuildRequires: tcl-devel libxml2-devel expat-devel
 Requires: tcl tcllib
 
 %description
@@ -45,6 +48,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 
 # Clean up rpmlint warning about line endings on
 # one of the documentation files.
@@ -117,6 +121,14 @@
 %{_libdir}/Tclxml%{version}/*.a
 
 %changelog
+* Sun Feb 4 2007 Wart <wart at kobold.org> - 3.1-11
+- Move package directory back to %%{_libdir} until %%{tcl_sitearch}
+  is part of the default package search path in Tcl.
+
+* Fri Feb 2 2007 Wart <wart at kobold.org> - 3.1-10
+- Fix sgmlparser version mismatch
+- Move package directories to tcl-specific directories
+
 * Mon Aug 28 2006 Wart <wart at kobold.org> - 3.1-9
 - Rebuild for Fedora Extras
 




More information about the fedora-extras-commits mailing list