rpms/xemacs-sumo/devel xemacs-sumo-20051208-trax.patch, NONE, 1.1 xemacs-sumo.spec, 1.15, 1.16

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Feb 14 21:52:24 UTC 2006


Author: scop

Update of /cvs/extras/rpms/xemacs-sumo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28307

Modified Files:
	xemacs-sumo.spec 
Added Files:
	xemacs-sumo-20051208-trax.patch 
Log Message:
* Sun Feb 12 2006 Ville Skyttä <ville.skytta at iki.fi>
- Build xslt.jar ourselves (TrAX only), use TrAX by default in xslt-process.


xemacs-sumo-20051208-trax.patch:

--- NEW FILE xemacs-sumo-20051208-trax.patch ---
--- xemacs-packages/lisp/xslt-process/xslt-process.el~	2001-05-01 08:41:45.000000000 +0300
+++ xemacs-packages/lisp/xslt-process/xslt-process.el	2006-02-12 23:57:32.000000000 +0200
@@ -49,3 +49,3 @@
 
-(defcustom xslt-process-default-processor (list 'Saxon)
+(defcustom xslt-process-default-processor (list 'TrAX)
   "*The default XSLT processor to be applied to an XML document."


Index: xemacs-sumo.spec
===================================================================
RCS file: /cvs/extras/rpms/xemacs-sumo/devel/xemacs-sumo.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xemacs-sumo.spec	12 Feb 2006 15:16:39 -0000	1.15
+++ xemacs-sumo.spec	14 Feb 2006 21:52:24 -0000	1.16
@@ -24,6 +24,7 @@
 Patch0:         %{name}-20051208-hypb-posix.patch
 Patch1:         %{name}-20051208-pydoc-path.patch
 Patch2:         %{name}-20051208-latin-unity-kludge.patch
+Patch3:         %{name}-20051208-trax.patch
 Patch6:         auctex-texsite-jlatex-detect-69129.patch
 Patch7:         auctex-texjp-platex.patch
 Patch8:         egg-wnn-host-unix-79826.patch
@@ -40,6 +41,7 @@
 BuildRequires:  /sbin/install-info
 BuildRequires:  %{__python}
 BuildRequires:  %{__perl}
+BuildRequires:  java-devel
 Requires:       xemacs-common
 # Fake release in this provision in order to avoid self-obsoletion (for now).
 Provides:       apel-xemacs = 10.6-6
@@ -95,6 +97,8 @@
 mv xemacs-packages/{lisp/python-modes/pydoc_lisp.py,etc/python-modes}
 # support write-region's kludge in latin-unity
 %patch2 -p0
+# use TrAX by default in xslt-process
+%patch3 -p0
 # fix jlatex autodetection
 %patch6 -p0
 # use ptex rather jtex by default for Japanese
@@ -131,6 +135,8 @@
 rm -rf tli_rbl src
 cd -
 
+rm xemacs-packages/etc/xslt-process/java/{xslt.jar,xslt/*.class}
+
 
 %build
 export xemacs_batch="xemacs-nox -batch -vanilla"
@@ -149,6 +155,10 @@
 $xemacs_batch -f batch-byte-recompile-directory \
   xemacs-packages/lisp mule-packages/lisp
 
+cd xemacs-packages/etc/xslt-process/java
+javac xslt/TrAX.java && jar cvf xslt.jar xslt/*.class && rm xslt/*.class
+cd -
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -227,6 +237,9 @@
 
 
 %changelog
+* Sun Feb 12 2006 Ville Skyttä <ville.skytta at iki.fi>
+- Build xslt.jar ourselves (TrAX only), use TrAX by default in xslt-process.
+
 * Sat Feb 11 2006 Ville Skyttä <ville.skytta at iki.fi>
 - Bundle upstream gnus package version 1.89 to fix #181011.
 - Get rid of tli_rbl binary only applet jar in jde's docs (first step




More information about the fedora-extras-commits mailing list