This commit is contained in:
commit
1bde5f789a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Xerces-J-src.2.8.1.tar.bz2
Normal file
3
Xerces-J-src.2.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ed1cb6b3bb65dfbf7a493dec45dba48673d6a7dd2ef28df5e32de6c0ddfefe0
|
||||||
|
size 1242079
|
3
Xerces-J-tools.2.8.1.tar.bz2
Normal file
3
Xerces-J-tools.2.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b492f78042f5bbbc8cb7e0d9e82d7f7c0d1539b529b882310cdfc720839ce42
|
||||||
|
size 4065452
|
94
java150_build.patch
Normal file
94
java150_build.patch
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
Index: xerces-2_8_1/build.xml
|
||||||
|
===================================================================
|
||||||
|
--- xerces-2_8_1.orig/build.xml
|
||||||
|
+++ xerces-2_8_1/build.xml
|
||||||
|
@@ -240,6 +240,7 @@ Copyright:
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
<xjavac srcdir="${build.src}"
|
||||||
|
+ source="1.4" target="1.4"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}"
|
||||||
|
debug="${debug}"
|
||||||
|
@@ -300,6 +301,7 @@ Copyright:
|
||||||
|
<fileset dir="${samples.dir}"/>
|
||||||
|
</copy>
|
||||||
|
<xjavac srcdir="${build.samples}"
|
||||||
|
+ source="1.4" target="1.4"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
|
||||||
|
debug="${debug}"
|
||||||
|
@@ -317,6 +319,7 @@ Copyright:
|
||||||
|
excludes="dom/rename/**" />
|
||||||
|
</copy>
|
||||||
|
<xjavac srcdir="${build.tests}"
|
||||||
|
+ source="1.4" target="1.4"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:./tools/junit.jar"
|
||||||
|
debug="${debug}"
|
||||||
|
@@ -403,6 +406,7 @@ Copyright:
|
||||||
|
|
||||||
|
<mkdir dir='${build.dir}/docs/javadocs/api'/>
|
||||||
|
<javadoc packagenames='javax.xml.*,org.w3c.*,org.xml.*'
|
||||||
|
+ source="1.4"
|
||||||
|
locale='en_US'
|
||||||
|
sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/api'
|
||||||
|
author='true' version='true'
|
||||||
|
@@ -412,6 +416,7 @@ Copyright:
|
||||||
|
/>
|
||||||
|
<mkdir dir='${build.dir}/docs/javadocs/xni'/>
|
||||||
|
<javadoc packagenames='org.apache.xerces.xni.*'
|
||||||
|
+ source="1.4"
|
||||||
|
locale='en_US'
|
||||||
|
sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/xni'
|
||||||
|
author='true' version='true'
|
||||||
|
@@ -422,6 +427,7 @@ Copyright:
|
||||||
|
/>
|
||||||
|
<mkdir dir='${build.dir}/docs/javadocs/xs'/>
|
||||||
|
<javadoc packagenames='org.apache.xerces.xs, org.apache.xerces.xs.datatypes'
|
||||||
|
+ source="1.4"
|
||||||
|
locale='en_US'
|
||||||
|
sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/xs'
|
||||||
|
author='true' version='true'
|
||||||
|
@@ -441,7 +447,9 @@ Copyright:
|
||||||
|
org.apache.xerces.xpointer'
|
||||||
|
locale='en_US'
|
||||||
|
sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/xerces2'
|
||||||
|
+ source="1.4"
|
||||||
|
classpath='${tools.dir}/${jar.resolver}'
|
||||||
|
+
|
||||||
|
author='true' version='true'
|
||||||
|
windowtitle='Xerces2 Implementation'
|
||||||
|
doctitle='Xerces2 Implementation'
|
||||||
|
@@ -455,6 +463,7 @@ Copyright:
|
||||||
|
locale='en_US'
|
||||||
|
sourcepath='${build.src}' destdir='${build.dir}/docs/javadocs/other'
|
||||||
|
author='true' version='true'
|
||||||
|
+ source="1.4"
|
||||||
|
windowtitle='Other Classes' doctitle='Other Classes'
|
||||||
|
bottom='${copyright}'
|
||||||
|
additionalparam='${additional.param}'
|
||||||
|
@@ -927,6 +936,7 @@ Copyright:
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
<xjavac srcdir="${build.src}"
|
||||||
|
+ source="1.4" target="1.4"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
debug="${debug}"
|
||||||
|
deprecation="${deprecation}"
|
||||||
|
@@ -1213,6 +1223,7 @@ Copyright:
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
<xjavac srcdir="${build.src}"
|
||||||
|
+ source="1.4" target="1.4"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
|
||||||
|
debug="${debug}"
|
||||||
|
@@ -1361,6 +1372,7 @@ Copyright:
|
||||||
|
</copy>
|
||||||
|
|
||||||
|
<xjavac srcdir="${build.src}"
|
||||||
|
+ source="1.4" target="1.4"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}"
|
||||||
|
debug="${debug}"
|
18
xerces-build.patch
Normal file
18
xerces-build.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Index: build.xml
|
||||||
|
===================================================================
|
||||||
|
--- build.xml
|
||||||
|
+++ build.xml
|
||||||
|
@@ -28,11 +28,13 @@ Copyright:
|
||||||
|
<property name="tools.dir" value="./tools"/>
|
||||||
|
|
||||||
|
<!-- enable compilation under JDK 1.4 and above -->
|
||||||
|
+ <!-- commented out by SUSE packager
|
||||||
|
<taskdef name="xjavac" classname="org.apache.xerces.util.XJavac">
|
||||||
|
<classpath>
|
||||||
|
<pathelement location="${tools.dir}/bin/xjavac.jar"/>
|
||||||
|
</classpath>
|
||||||
|
</taskdef>
|
||||||
|
+ -->
|
||||||
|
|
||||||
|
<!-- Allow properties following these statements to be overridden -->
|
||||||
|
<!-- Note that all of these don't have to exist. They've just been defined
|
14
xerces-j2-bootstrap.changes
Normal file
14
xerces-j2-bootstrap.changes
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 14:19:05 CET 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
|
||||||
|
- Changed
|
||||||
|
PreReq: /usr/sbin/update-alternatives
|
||||||
|
to
|
||||||
|
PreReq: update-alternatives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 22 16:39:28 CEST 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
- first version
|
||||||
|
|
175
xerces-j2-bootstrap.spec
Normal file
175
xerces-j2-bootstrap.spec
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
#
|
||||||
|
# spec file for package xerces-j2-bootstrap (Version 2.8.1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: xerces-j2-bootstrap
|
||||||
|
URL: http://xml.apache.org/xerces2-j/
|
||||||
|
BuildRequires: fastjar java-1_4_2-gcj-compat-devel xml-commons-apis-bootstrap xml-commons-resolver-bootstrap xml-commons-which-bootstrap zip
|
||||||
|
%if %{?!suse_version:1}0
|
||||||
|
%if %{?!mandriva_release:1}0
|
||||||
|
BuildRequires: chkconfig
|
||||||
|
%endif
|
||||||
|
%else
|
||||||
|
BuildRequires: update-alternatives
|
||||||
|
%endif
|
||||||
|
%define xerces_version_cvs 2_8_1
|
||||||
|
%define real_name xerces-j2
|
||||||
|
Summary: Java XML parser
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
Version: 2.8.1
|
||||||
|
Release: 17
|
||||||
|
Requires: xml-commons-which-bootstrap
|
||||||
|
Requires: xml-commons-apis-bootstrap
|
||||||
|
Requires: xml-commons-resolver-bootstrap
|
||||||
|
License: The Apache Software License
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
Autoreqprov: on
|
||||||
|
Source0: Xerces-J-src.%{version}.tar.bz2
|
||||||
|
Patch0: xerces-j2-gcj-switch-constants-bug.patch
|
||||||
|
Patch1: xerces-build.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
#BuildArchitectures: noarch
|
||||||
|
#ExclusiveArch: %ix86
|
||||||
|
BuildArch: noarch
|
||||||
|
Provides: xerces-j2
|
||||||
|
|
||||||
|
%description
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
#<<< package descriptions end
|
||||||
|
#>>> %prep
|
||||||
|
%setup -n xerces-%{xerces_version_cvs}
|
||||||
|
%patch0
|
||||||
|
%patch1
|
||||||
|
#<<<
|
||||||
|
#>>> %build
|
||||||
|
|
||||||
|
%build
|
||||||
|
#>>> some useful functions ... used throughout bootstrap packages
|
||||||
|
# variables:
|
||||||
|
TARGET_DIR=`pwd`
|
||||||
|
CLASSPATH_ORIG="$CLASSPATH"
|
||||||
|
LIB_GCJ="`ls %{_javadir}/libgcj-*.jar`"
|
||||||
|
#>>> delete binary file and files not needed
|
||||||
|
function delBinaryFiles() {
|
||||||
|
set +x
|
||||||
|
echo deleting binary files ...
|
||||||
|
for file in `find . -name "*.class" -o -name "*.jar" -o -name "*DELETED-BY-PACKAGER*"`
|
||||||
|
do
|
||||||
|
rm -rf $file
|
||||||
|
done
|
||||||
|
set -x
|
||||||
|
}
|
||||||
|
#<<<
|
||||||
|
#>>> make a string with all jar files found in target folder that can be used for a classpath string
|
||||||
|
# string is saved in JAR_CLASSPATH
|
||||||
|
function mkTargetClasspath() {
|
||||||
|
set +x
|
||||||
|
JAR_CLASSPATH=""
|
||||||
|
for file in `find %{_javadir} -name "*.jar"`
|
||||||
|
do
|
||||||
|
JAR_CLASSPATH=$file:$JAR_CLASSPATH
|
||||||
|
done
|
||||||
|
set -x
|
||||||
|
}
|
||||||
|
#<<<
|
||||||
|
|
||||||
|
#>>> compiles all *.java file in the current directory tree
|
||||||
|
# uses mkTargetClasspath for CLASSPATH variable
|
||||||
|
# uses LIB_GCJ for CLASSPATH
|
||||||
|
function compileFiles() {
|
||||||
|
mkTargetClasspath
|
||||||
|
set +x
|
||||||
|
COMPILE_CLASSPATH_PATH=.:${JAR_CLASSPATH}
|
||||||
|
echo using: $COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $$file
|
||||||
|
for file in `find . -name "*.java"`
|
||||||
|
do
|
||||||
|
echo -e "$COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $file ... \c"
|
||||||
|
$COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $file
|
||||||
|
# check for errors
|
||||||
|
if [ $? != 0 ]
|
||||||
|
then
|
||||||
|
echo ERROR
|
||||||
|
exit 1;
|
||||||
|
fi
|
||||||
|
echo done
|
||||||
|
done
|
||||||
|
set -x
|
||||||
|
}
|
||||||
|
#<<<
|
||||||
|
#>>> make jar archive
|
||||||
|
# PARAM#1: name of jar archive (without .jar suffix)
|
||||||
|
# uses $TARGET_DIR to move created jar to
|
||||||
|
function mkJar() {
|
||||||
|
find -name "version.txt" -or -name "*.class" -or -name "*.properties" -or -name "*.rsc" -or -name "*manifest*" |\
|
||||||
|
xargs /usr/bin/fastjar -m manifest.* -cf ${1}.jar ;
|
||||||
|
mv ${1}.jar $TARGET_DIR
|
||||||
|
}
|
||||||
|
#<<<
|
||||||
|
COMPILER_COMMAND="javac -cp "
|
||||||
|
#<<< end functions
|
||||||
|
delBinaryFiles
|
||||||
|
#>>> xerces-j2
|
||||||
|
pushd src
|
||||||
|
compileFiles
|
||||||
|
mkJar %{name}
|
||||||
|
delBinaryFiles
|
||||||
|
popd
|
||||||
|
#<<< xerces end
|
||||||
|
#<<<
|
||||||
|
#>>> %install
|
||||||
|
|
||||||
|
%install
|
||||||
|
#>>> ant
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
||||||
|
cp %{name}.jar $RPM_BUILD_ROOT/%{_javadir}/
|
||||||
|
#<<<
|
||||||
|
#<<< install end
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
#>>> files
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
#%dir %{_javadir}
|
||||||
|
%{_javadir}/%{name}.jar
|
||||||
|
#<<<
|
||||||
|
# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
|
||||||
|
|
||||||
|
%changelog -n xerces-j2-bootstrap
|
||||||
|
* Wed Nov 15 2006 - dbornkessel@suse.de
|
||||||
|
- Changed
|
||||||
|
PreReq: /usr/sbin/update-alternatives
|
||||||
|
to
|
||||||
|
PreReq: update-alternatives
|
||||||
|
* Fri Sep 22 2006 - dbornkessel@suse.de
|
||||||
|
- first version
|
58
xerces-j2-build.patch
Normal file
58
xerces-j2-build.patch
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
Index: xerces-2_7_1/build.xml
|
||||||
|
===================================================================
|
||||||
|
--- xerces-2_7_1.orig/build.xml
|
||||||
|
+++ xerces-2_7_1/build.xml
|
||||||
|
@@ -19,7 +19,8 @@ Copyright:
|
||||||
|
<project default="usage" basedir=".">
|
||||||
|
|
||||||
|
<!-- enable compilation under IBM JDK 1.4 -->
|
||||||
|
- <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac"/>
|
||||||
|
+ <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac"
|
||||||
|
+ classpath="./tools/bin/xjavac.jar"/>
|
||||||
|
|
||||||
|
<!-- Allow properties following these statements to be overridden -->
|
||||||
|
<!-- Note that all of these don't have to exist. They've just been defined
|
||||||
|
@@ -69,7 +70,7 @@ Copyright:
|
||||||
|
<property name="packages" value="org.*"/>
|
||||||
|
|
||||||
|
<property name="doc.generator" value="org.apache.stylebook.StyleBook"/>
|
||||||
|
- <property name="doc.generator.package" value="${tools.dir}/stylebook-1.0-b2.jar"/>
|
||||||
|
+ <property name="doc.generator.package" value="./tools/stylebook-1.0-b2.jar"/>
|
||||||
|
|
||||||
|
<property name="build.dir" value="./build"/>
|
||||||
|
<property name="build.src" value="${build.dir}/src"/>
|
||||||
|
@@ -83,7 +84,7 @@ Copyright:
|
||||||
|
<property name="distsrc.dir" value="${build.dir}/${parser.shortname}-${parser_version}"/>
|
||||||
|
<property name="disttools.dir" value="${build.dir}/tools"/>
|
||||||
|
<property name="distbin.dir" value="${build.dir}/${parser.shortname}-${parser_version}"/>
|
||||||
|
- <property name='src.apis.zip' value="${tools.dir}/xml-commons-external-src.zip"/>
|
||||||
|
+ <property name='src.apis.zip' value="./tools/xml-commons-external-src.zip"/>
|
||||||
|
|
||||||
|
<filter token="year" value="${year}"/>
|
||||||
|
<filter token="version" value="${parser.Version}"/>
|
||||||
|
@@ -311,7 +312,7 @@ Copyright:
|
||||||
|
</copy>
|
||||||
|
<xjavac srcdir="${build.tests}"
|
||||||
|
destdir="${build.dest}"
|
||||||
|
- classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:./tools/junit.jar"
|
||||||
|
+ classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:${tools.dir}/junit.jar"
|
||||||
|
debug="${debug}"
|
||||||
|
includeAntRuntime="false"
|
||||||
|
includeJavaRuntime="true"/>
|
||||||
|
@@ -354,7 +355,7 @@ Copyright:
|
||||||
|
<target name="docs" depends="prepare, prepare-docs">
|
||||||
|
<echo message="Building docs for ${parser.Name} ${parser.Version} ..." />
|
||||||
|
<java fork="yes"
|
||||||
|
- classpath="${java.class.path}:${doc.generator.package}:./tools/xalan.jar"
|
||||||
|
+ classpath="${java.class.path}:${doc.generator.package}:${tools.dir}/xalan.jar"
|
||||||
|
classname="${doc.generator}"
|
||||||
|
failOnError="yes">
|
||||||
|
<arg value="targetDirectory=${build.docs}"/>
|
||||||
|
@@ -426,6 +427,7 @@ Copyright:
|
||||||
|
|
||||||
|
<mkdir dir='${build.dir}/docs/javadocs/xerces2'/>
|
||||||
|
<javadoc packagenames='org.apache.xerces.dom.*,
|
||||||
|
+ org.apache.xerces.dom3.*,
|
||||||
|
org.apache.xerces.impl.*,
|
||||||
|
org.apache.xerces.jaxp.*,
|
||||||
|
org.apache.xerces.parsers,
|
20
xerces-j2-constants.sh
Normal file
20
xerces-j2-constants.sh
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Xerces-J2 constants script
|
||||||
|
# JPackage Project (http://www.jpackage.org/)
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
# Source functions library
|
||||||
|
. /usr/share/java-utils/java-functions
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
MAIN_CLASS=org.apache.xerces.impl.Constants
|
||||||
|
|
||||||
|
# Set parameters
|
||||||
|
set_jvm
|
||||||
|
export CLASSPATH=$(build-classpath xerces-j2)
|
||||||
|
set_flags $BASE_FLAGS
|
||||||
|
set_options $BASE_OPTIONS
|
||||||
|
|
||||||
|
# Let's start
|
||||||
|
run "$@"
|
79
xerces-j2-gcj-switch-constants-bug.patch
Normal file
79
xerces-j2-gcj-switch-constants-bug.patch
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
Index: src/org/apache/xerces/xpointer/ElementSchemePointer.java
|
||||||
|
===================================================================
|
||||||
|
--- src/org/apache/xerces/xpointer/ElementSchemePointer.java
|
||||||
|
+++ src/org/apache/xerces/xpointer/ElementSchemePointer.java
|
||||||
|
@@ -162,8 +162,7 @@ class ElementSchemePointer implements XP
|
||||||
|
while (tokens.hasMore()) {
|
||||||
|
int token = tokens.nextToken();
|
||||||
|
|
||||||
|
- switch (token) {
|
||||||
|
- case Tokens.XPTRTOKEN_ELEM_NCNAME: {
|
||||||
|
+ if( token == Tokens.XPTRTOKEN_ELEM_NCNAME) {
|
||||||
|
// Note: Only a single ShortHand pointer can be present
|
||||||
|
|
||||||
|
// The shortHand name
|
||||||
|
@@ -175,14 +174,12 @@ class ElementSchemePointer implements XP
|
||||||
|
fShortHandPointer.setSchemeName(fShortHandPointerName);
|
||||||
|
|
||||||
|
break;
|
||||||
|
- }
|
||||||
|
- case Tokens.XPTRTOKEN_ELEM_CHILD: {
|
||||||
|
+ } else if( token == Tokens.XPTRTOKEN_ELEM_CHILD) {
|
||||||
|
tmpChildSequence[i] = tokens.nextToken();
|
||||||
|
i++;
|
||||||
|
|
||||||
|
break;
|
||||||
|
- }
|
||||||
|
- default:
|
||||||
|
+ } else {
|
||||||
|
reportError("InvalidElementSchemeXPointer",
|
||||||
|
new Object[] { xpointer });
|
||||||
|
}
|
||||||
|
@@ -871,4 +868,4 @@ class ElementSchemePointer implements XP
|
||||||
|
|
||||||
|
} // class Scanner
|
||||||
|
|
||||||
|
-}
|
||||||
|
\ No newline at end of file
|
||||||
|
+}
|
||||||
|
Index: src/org/apache/xerces/xpointer/XPointerHandler.java
|
||||||
|
===================================================================
|
||||||
|
--- src/org/apache/xerces/xpointer/XPointerHandler.java
|
||||||
|
+++ src/org/apache/xerces/xpointer/XPointerHandler.java
|
||||||
|
@@ -165,8 +165,7 @@ public final class XPointerHandler exten
|
||||||
|
while (tokens.hasMore()) {
|
||||||
|
int token = tokens.nextToken();
|
||||||
|
|
||||||
|
- switch (token) {
|
||||||
|
- case Tokens.XPTRTOKEN_SHORTHAND: {
|
||||||
|
+ if(token == Tokens.XPTRTOKEN_SHORTHAND) {
|
||||||
|
|
||||||
|
// The shortHand name
|
||||||
|
token = tokens.nextToken();
|
||||||
|
@@ -182,8 +181,7 @@ public final class XPointerHandler exten
|
||||||
|
shortHandPointer.setSchemeName(shortHandPointerName);
|
||||||
|
fXPointerParts.add(shortHandPointer);
|
||||||
|
break;
|
||||||
|
- }
|
||||||
|
- case Tokens.XPTRTOKEN_SCHEMENAME: {
|
||||||
|
+ } else if(token == Tokens.XPTRTOKEN_SCHEMENAME) {
|
||||||
|
|
||||||
|
// Retreive the local name and prefix to form the scheme name
|
||||||
|
token = tokens.nextToken();
|
||||||
|
@@ -273,8 +271,7 @@ public final class XPointerHandler exten
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
- }
|
||||||
|
- default:
|
||||||
|
+ } else {
|
||||||
|
reportError("InvalidXPointerExpression",
|
||||||
|
new Object[] { xpointer });
|
||||||
|
}
|
||||||
|
@@ -1248,4 +1245,4 @@ public final class XPointerHandler exten
|
||||||
|
super.setProperty(propertyId, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
-}
|
||||||
|
\ No newline at end of file
|
||||||
|
+}
|
20
xerces-j2-version.sh
Normal file
20
xerces-j2-version.sh
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Xerces-J2 version script
|
||||||
|
# JPackage Project (http://www.jpackage.org/)
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
# Source functions library
|
||||||
|
. /usr/share/java-utils/java-functions
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
MAIN_CLASS=org.apache.xerces.impl.Version
|
||||||
|
|
||||||
|
# Set parameters
|
||||||
|
set_jvm
|
||||||
|
export CLASSPATH=$(build-classpath xerces-j2)
|
||||||
|
set_flags $BASE_FLAGS
|
||||||
|
set_options $BASE_OPTIONS
|
||||||
|
|
||||||
|
# Let's start
|
||||||
|
run "$@"
|
53
xerces-j2.changes
Normal file
53
xerces-j2.changes
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 14:18:46 CET 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
|
||||||
|
- Changed
|
||||||
|
PreReq: /usr/sbin/update-alternatives
|
||||||
|
to
|
||||||
|
PreReq: update-alternatives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 22 16:39:41 CEST 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
- update to 2.8.1
|
||||||
|
- added source="1.4" target="1.4" to [x]javac & javadoc ant tasks
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 30 14:12:11 CET 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
- changed update alternatives prios
|
||||||
|
- corrected update-alternatives name for 'xml-commons-resolver'
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 01:36:20 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 24 16:42:28 CET 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
- added missing jar file (xml-apis & resolver)
|
||||||
|
- added xml-apis and resolver to alternative system, so they can be
|
||||||
|
interchanged with xml-commons-apis and commons-resolver
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 02:21:51 CET 2006 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.7.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 00:35:27 CEST 2005 - dmueller@suse.de
|
||||||
|
|
||||||
|
- add norootforbuild
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 16 20:01:23 CEST 2004 - skh@suse.de
|
||||||
|
|
||||||
|
- Fix prerequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 2 15:58:07 CEST 2004 - skh@suse.de
|
||||||
|
|
||||||
|
- Initial package created with version 2.6.2 (JPackage 1.5)
|
||||||
|
|
438
xerces-j2.spec
Normal file
438
xerces-j2.spec
Normal file
@ -0,0 +1,438 @@
|
|||||||
|
#
|
||||||
|
# spec file for package xerces-j2 (Version 2.8.1)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: xerces-j2
|
||||||
|
BuildRequires: java2-devel-packages
|
||||||
|
%define name xerces-j2
|
||||||
|
%define version 2.8.1
|
||||||
|
%define cvs_version 2_8_1
|
||||||
|
%define release 3jpp
|
||||||
|
%define section free
|
||||||
|
Version: 2.8.1
|
||||||
|
Release: 14
|
||||||
|
Summary: Java XML parser
|
||||||
|
License: The Apache Software License
|
||||||
|
URL: http://xml.apache.org/xerces2-j/
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
Source0: Xerces-J-src.%{version}.tar.bz2
|
||||||
|
Source1: %{name}-version.sh
|
||||||
|
Source2: %{name}-constants.sh
|
||||||
|
Source3: Xerces-J-tools.%{version}.tar.bz2
|
||||||
|
Patch0: %{name}-build.patch
|
||||||
|
Patch1: java150_build.patch
|
||||||
|
Provides: jaxp_parser_impl
|
||||||
|
Provides: xml-commons-apis
|
||||||
|
Provides: xml-commons-resolver
|
||||||
|
PreReq: update-alternatives, /bin/ln
|
||||||
|
# some build requirements removed to enable jpackage bootstrap. this is
|
||||||
|
# the first package built, and we use the libraries in the tools subdir
|
||||||
|
# for it.
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package javadoc-impl
|
||||||
|
Summary: Javadoc for xerces-j2 implementation
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
|
%description javadoc-impl
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains the javadoc documentation for the Xerces2
|
||||||
|
implementation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package javadoc-apis
|
||||||
|
Summary: Javadoc for xerces-j2 apis
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
|
%description javadoc-apis
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains the javadoc documentation for the Xerces2 APIs.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package javadoc-dom3
|
||||||
|
Summary: Javadoc for xerces-j2 DOM3.
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
|
%description javadoc-dom3
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains the javadoc documentation for Xerces2 DOM3.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package javadoc-xni
|
||||||
|
Summary: Javadoc for xerces-j2 XNI.
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
|
%description javadoc-xni
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains the javadoc documentation for Xerces2 XNI.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package javadoc-other
|
||||||
|
Summary: Javadoc for other xerces-j2 components.
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
PreReq: coreutils
|
||||||
|
|
||||||
|
%description javadoc-other
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains the javadoc documentation for other components of
|
||||||
|
Xerces2.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package demo
|
||||||
|
Summary: Demonstration and sample files for xerces-j2.
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description demo
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains demonstration and sample files for Xerces2.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%package scripts
|
||||||
|
Summary: Additional utility scripts for xerces-j2.
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: jpackage-utils >= 1.5
|
||||||
|
|
||||||
|
%description scripts
|
||||||
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
|
performance, fully compliant XML parsers in the Apache Xerces family.
|
||||||
|
This new version of Xerces introduces the Xerces Native Interface
|
||||||
|
(XNI), a complete framework for building parser components and
|
||||||
|
configurations that is extremely modular and easy to program.
|
||||||
|
|
||||||
|
The Apache Xerces2 parser is the reference implementation of XNI but
|
||||||
|
other parser components, configurations, and parsers can be written
|
||||||
|
using the Xerces Native Interface. For complete design and
|
||||||
|
implementation documents, refer to the XNI Manual.
|
||||||
|
|
||||||
|
Xerces 2 is a fully conforming XML Schema processor. For more
|
||||||
|
information, refer to the XML Schema page.
|
||||||
|
|
||||||
|
Xerces 2 also provides a partial implementation of Document Object
|
||||||
|
Model Level 3 Core, Load and Save and Abstract Schemas [deprecated]
|
||||||
|
Working Drafts. For more information, refer to the DOM Level 3
|
||||||
|
Implementation page.
|
||||||
|
|
||||||
|
This package contains additional utility scripts for Xerces2.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n xerces-%{cvs_version}
|
||||||
|
%setup -q -T -a 3 -D -n xerces-%{cvs_version}
|
||||||
|
%setup -T -D -n xerces-%{cvs_version}
|
||||||
|
#%patch0 -p1 -b .build
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
## this uses the ant.jar provided by the xerces packages. Tough luck,
|
||||||
|
# jpackage bootstrap has to start somewhere. It is not installed,
|
||||||
|
# though.
|
||||||
|
sh build.sh jars
|
||||||
|
sh build.sh javadocs
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
# jars
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
||||||
|
cp -p build/xercesImpl.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
|
||||||
|
cp -p build/resolver.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}-xml-resolver.jar
|
||||||
|
cp -p build/xml-apis.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}-xml-apis.jar
|
||||||
|
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
|
||||||
|
# javadoc
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl-%{version}
|
||||||
|
cp -pr build/docs/javadocs/xerces2/* \
|
||||||
|
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl-%{version}
|
||||||
|
ln -s %{name}-impl-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-impl
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis-%{version}
|
||||||
|
cp -pr build/docs/javadocs/api/* \
|
||||||
|
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis-%{version}
|
||||||
|
ln -s %{name}-apis-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-apis
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni-%{version}
|
||||||
|
cp -pr build/docs/javadocs/xni/* \
|
||||||
|
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni-%{version}
|
||||||
|
ln -s %{name}-xni-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-xni
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-dom-%{version}
|
||||||
|
cp -pr build/docs/javadocs/xerces2/org/apache/xerces/dom/* \
|
||||||
|
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-dom-%{version}
|
||||||
|
ln -s %{name}-dom-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-dom
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-other-%{version}
|
||||||
|
cp -pr build/docs/javadocs/other/* \
|
||||||
|
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-other-%{version}
|
||||||
|
ln -s %{name}-other-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}-other
|
||||||
|
rm -rf build/docs/javadocs
|
||||||
|
# scripts
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||||
|
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name}-version
|
||||||
|
cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}-constants
|
||||||
|
# demo
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||||
|
cp -p build/xercesSamples.jar \
|
||||||
|
$RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}-samples.jar
|
||||||
|
cp -pr data $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||||
|
# jaxp_parser_impl ghost symlink
|
||||||
|
ln -s %{_sysconfdir}/alternatives \
|
||||||
|
$RPM_BUILD_ROOT%{_javadir}/jaxp_parser_impl.jar
|
||||||
|
# xml-apis ghost symlink
|
||||||
|
ln -s %{_sysconfdir}/alternatives \
|
||||||
|
$RPM_BUILD_ROOT%{_javadir}/xml-commons-apis.jar
|
||||||
|
# xml-resolver ghost symlink
|
||||||
|
ln -s %{_sysconfdir}/alternatives \
|
||||||
|
$RPM_BUILD_ROOT%{_javadir}/xml-commons-resolver.jar
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post javadoc-apis
|
||||||
|
rm -f %{_javadocdir}/%{name}-apis
|
||||||
|
ln -s %{name}-apis-%{version} %{_javadocdir}/%{name}-apis
|
||||||
|
|
||||||
|
%post javadoc-dom3
|
||||||
|
rm -f %{_javadocdir}/%{name}-dom3
|
||||||
|
ln -s %{name}-dom3-%{version} %{_javadocdir}/%{name}-dom3
|
||||||
|
|
||||||
|
%post javadoc-impl
|
||||||
|
rm -f %{_javadocdir}/%{name}-impl
|
||||||
|
ln -s %{name}-impl-%{version} %{_javadocdir}/%{name}-impl
|
||||||
|
|
||||||
|
%post javadoc-other
|
||||||
|
rm -f %{_javadocdir}/%{name}-other
|
||||||
|
ln -s %{name}-other-%{version} %{_javadocdir}/%{name}-other
|
||||||
|
|
||||||
|
%post javadoc-xni
|
||||||
|
rm -f %{_javadocdir}/%{name}-xni
|
||||||
|
ln -s %{name}-xni-%{version} %{_javadocdir}/%{name}-xni
|
||||||
|
|
||||||
|
%post
|
||||||
|
/usr/sbin/update-alternatives --install %{_javadir}/jaxp_parser_impl.jar jaxp_parser_impl %{_javadir}/%{name}.jar 23
|
||||||
|
/usr/sbin/update-alternatives --install %{_javadir}/xml-commons-apis.jar xml-commons-apis %{_javadir}/%{name}-xml-apis.jar 1
|
||||||
|
/usr/sbin/update-alternatives --install %{_javadir}/xml-commons-resolver.jar xml-commons-resolver %{_javadir}/%{name}-xml-resolver.jar 1
|
||||||
|
/usr/sbin/update-alternatives --auto jaxp_parser_impl
|
||||||
|
/usr/sbin/update-alternatives --auto xml-commons-apis
|
||||||
|
/usr/sbin/update-alternatives --auto xml-commons-resolver
|
||||||
|
|
||||||
|
%preun
|
||||||
|
{
|
||||||
|
[ $1 = 0 ] || exit 0
|
||||||
|
/usr/sbin/update-alternatives --remove jaxp_parser_impl %{_javadir}/%{name}.jar
|
||||||
|
/usr/sbin/update-alternatives --remove xml-commons-apis %{_javadir}/%{name}-xml-apis.jar
|
||||||
|
/usr/sbin/update-alternatives --remove xml-commons-resolver %{_javadir}/%{name}-xml-commons-resolver.jar
|
||||||
|
} >/dev/null 2>&1 || :
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc LICENSE README ISSUES STATUS TODO
|
||||||
|
%{_javadir}/%{name}*.jar
|
||||||
|
%ghost %{_javadir}/jaxp_parser_impl.jar
|
||||||
|
%ghost %{_javadir}/xml-commons-apis.jar
|
||||||
|
%ghost %{_javadir}/xml-commons-resolver.jar
|
||||||
|
|
||||||
|
%files javadoc-impl
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc %{_javadocdir}/%{name}-impl-%{version}
|
||||||
|
%ghost %doc %{_javadocdir}/%{name}-impl
|
||||||
|
|
||||||
|
%files javadoc-apis
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc %{_javadocdir}/%{name}-apis-%{version}
|
||||||
|
%ghost %doc %{_javadocdir}/%{name}-apis
|
||||||
|
|
||||||
|
%files javadoc-dom3
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc %{_javadocdir}/%{name}-dom-%{version}
|
||||||
|
%ghost %doc %{_javadocdir}/%{name}-dom
|
||||||
|
|
||||||
|
%files javadoc-other
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc %{_javadocdir}/%{name}-other-%{version}
|
||||||
|
%ghost %doc %{_javadocdir}/%{name}-other
|
||||||
|
|
||||||
|
%files javadoc-xni
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc %{_javadocdir}/%{name}-xni-%{version}
|
||||||
|
%ghost %doc %{_javadocdir}/%{name}-xni
|
||||||
|
|
||||||
|
%files demo
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
|
%files scripts
|
||||||
|
%defattr(0755,root,root,0755)
|
||||||
|
%{_bindir}/*
|
||||||
|
|
||||||
|
%changelog -n xerces-j2
|
||||||
|
* Wed Nov 15 2006 - dbornkessel@suse.de
|
||||||
|
- Changed
|
||||||
|
PreReq: /usr/sbin/update-alternatives
|
||||||
|
to
|
||||||
|
PreReq: update-alternatives
|
||||||
|
* Fri Sep 22 2006 - dbornkessel@suse.de
|
||||||
|
- update to 2.8.1
|
||||||
|
- added source="1.4" target="1.4" to [x]javac & javadoc ant tasks
|
||||||
|
* Mon Jan 30 2006 - dbornkessel@suse.de
|
||||||
|
- changed update alternatives prios
|
||||||
|
- corrected update-alternatives name for 'xml-commons-resolver'
|
||||||
|
* Fri Jan 27 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Tue Jan 24 2006 - dbornkessel@suse.de
|
||||||
|
- added missing jar file (xml-apis & resolver)
|
||||||
|
- added xml-apis and resolver to alternative system, so they can be
|
||||||
|
interchanged with xml-commons-apis and commons-resolver
|
||||||
|
* Wed Jan 18 2006 - dbornkessel@suse.de
|
||||||
|
- Update to version 2.7.1
|
||||||
|
* Thu Sep 29 2005 - dmueller@suse.de
|
||||||
|
- add norootforbuild
|
||||||
|
* Thu Sep 16 2004 - skh@suse.de
|
||||||
|
- Fix prerequires
|
||||||
|
* Thu Sep 02 2004 - skh@suse.de
|
||||||
|
- Initial package created with version 2.6.2 (JPackage 1.5)
|
Loading…
Reference in New Issue
Block a user