Compare commits

...
Sign in to create a new pull request.

23 commits

Author SHA1 Message Date
Mat Booth
f67ea03752 This project was merged upstream into Eclipse ee4j's JAXB project (see: https://github.com/eclipse-ee4j/jaxb-ri ) and so is now a subpackage of the jaxb package in Fedora (see: https://src.fedoraproject.org/rpms/jaxb ) 2020-08-17 01:30:41 +01:00
Fedora Release Engineering
a94d008e8a - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 15:06:43 +00:00
Fabio Valentini
1117794ef4
set javac source and target to 1.8 to fix Java 11 builds 2020-07-18 17:34:57 +02:00
Jiri
096141a62a Rebuilt for JDK-11 2020-07-11 09:06:00 +02:00
Fedora Release Engineering
47b5422415 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 04:56:59 +00:00
Fabio Valentini
651b0388c6
regenerate sources during build 2019-11-07 01:01:12 +01:00
Fabio Valentini
699532754e
update to version 20140514 2019-10-24 12:44:06 +02:00
Fedora Release Engineering
2213ecebbd - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:40:15 +00:00
Mohan Boddu
422b941d80 Revert "Orphaned for 6+ weeks"
Unretirement for https://pagure.io/releng/issue/8287

This reverts commit 615498c0fe.
2019-04-15 14:19:07 -04:00
Miro Hrončok
615498c0fe Orphaned for 6+ weeks 2019-04-01 23:21:37 +02:00
Fedora Release Engineering
3ee956adcb - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 12:50:43 +00:00
Fedora Release Engineering
f8b90dae59 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:36:07 +00:00
Fedora Release Engineering
7dc1287a68 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:07:21 +00:00
Michael Simacek
c132e28160 Specify CDDL license version 2017-11-09 16:33:39 +02:00
Fedora Release Engineering
26f5348bf5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:27:53 +00:00
Fedora Release Engineering
5e2b15f992 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:10:18 +00:00
Fedora Release Engineering
355832e6ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:51:11 +00:00
Michal Srb
6205c0be6b Fix BR 2015-06-19 09:13:22 +02:00
Michal Srb
3c7f70b046 Fix FTBFS 2015-06-19 08:59:06 +02:00
Dennis Gilmore
17a1d2d105 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:28:28 +00:00
Yaakov Selkowitz
a34726f484 Fix junit BRs, XMvn changes (#1107359) 2014-08-04 01:30:35 -05:00
Dennis Gilmore
357746ff3d - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:53:42 -05:00
Dennis Gilmore
83f10dfe54 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:17:40 -05:00
6 changed files with 1 additions and 331 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/xsom-20110809svn.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
This project was merged upstream into Eclipse ee4j's JAXB project (see: https://github.com/eclipse-ee4j/jaxb-ri ) and so is now a subpackage of the jaxb package in Fedora (see: https://src.fedoraproject.org/rpms/jaxb )

145
lcm.xsd
View file

@ -1,145 +0,0 @@
<?xml version = "1.0" encoding = "UTF-8"?>
<!-- $Header: /cvsroot/ebxmlrr/ebxmlrr-spec/misc/3.0/schema/lcm.xsd,v 1.5 2005/01/31 22:28:18 farrukh_najmi Exp $ -->
<schema targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"
xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
xmlns:tns="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
>
<annotation>
<documentation xml:lang="en">The schema for OASIS ebXML Registry Services</documentation>
</annotation>
<!-- Import the rim.xsd file with XML schema mappaing from RIM -->
<import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" schemaLocation="rim.xsd"/>
<!-- Import the rs.xsd file with XML schema for base rs related schema -->
<import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" schemaLocation="rs.xsd"/>
<element name="SubmitObjectsRequest">
<annotation>
<documentation xml:lang="en">The SubmitObjectsRequest allows one to submit a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element ref="rim:RegistryObjectList"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="UpdateObjectsRequest">
<annotation>
<documentation xml:lang="en">The UpdateObjectsRequest allows one to update a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element ref="rim:RegistryObjectList"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="ApproveObjectsRequest">
<annotation>
<documentation xml:lang="en">
The ObjectRefList and AdhocQuery identify the list of
objects being approved.
</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="DeprecateObjectsRequest">
<annotation>
<documentation xml:lang="en">
The ObjectRefList and AdhocQuery identify the list of
objects being deprecated.
</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="UndeprecateObjectsRequest">
<annotation>
<documentation xml:lang="en">
The ObjectRefList is the list of
refs to the registry entrys being un-deprecated.
</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="RemoveObjectsRequest">
<annotation>
<documentation xml:lang="en">
The ObjectRefList is the list of
refs to the registry entrys being removed
</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
</sequence>
<attribute name="deletionScope" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" type="rim:referenceURI" use="optional"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="RelocateObjectsRequest">
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<sequence>
<element maxOccurs="1" minOccurs="1" ref="rim:AdhocQuery" />
<element maxOccurs="1" minOccurs="1" name="SourceRegistry" type="rim:ObjectRefType"/>
<element maxOccurs="1" minOccurs="1" name="DestinationRegistry" type="rim:ObjectRefType"/>
<element maxOccurs="1" minOccurs="1" name="OwnerAtSource" type="rim:ObjectRefType"/>
<element maxOccurs="1" minOccurs="1" name="OwnerAtDestination" type="rim:ObjectRefType"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="AcceptObjectsRequest">
<!-- The ObjectRefList must only contain local ObjectRefs such that they do not specify home attribute -->
<complexType>
<complexContent>
<extension base="rs:RegistryRequestType">
<attribute name="correlationId" type="anyURI" use="required"/>
</extension>
</complexContent>
</complexType>
</element>
</schema>

View file

@ -1 +0,0 @@
6fc6b6c3b247adc124b7e7cbc96b8f77 xsom-20110809svn.tar.gz

View file

@ -1,38 +0,0 @@
diff -Naur xsom-20110809/pom.xml xsom-20110809-work/pom.xml
--- xsom-20110809/pom.xml 2011-08-09 09:26:44.000000000 -0400
+++ xsom-20110809-work/pom.xml 2012-01-19 10:26:49.613983857 -0500
@@ -49,11 +49,6 @@
<url>http://xsom.java.net/</url>
<version>20110809</version>
<packaging>jar</packaging>
- <parent>
- <groupId>net.java</groupId>
- <artifactId>jvnet-parent</artifactId>
- <version>1</version>
- </parent>
<licenses>
<license>
<name>CDDL v1.1 / GPL v2 dual license</name>
@@ -146,12 +141,6 @@
<phase>generate-sources</phase>
<configuration>
<tasks>
- <taskdef name="licence" classname="com.sun.tools.LicenceTask">
- <classpath>
- <pathelement path="lib/lic.jar" />
- </classpath>
- </taskdef>
-
<mkdir dir="build/automata" />
<!-- delete old files to avoid corruption -->
@@ -164,9 +153,6 @@
<arg path="build/src/com/sun/xml/xsom/impl/parser/state" />
<arg path="src/xmlschema.rng" />
</java>
- <licence licence="licenceheader.txt">
- <fileset dir="build/src/" includes="com/sun/xml/xsom/impl/parser/state/*.java" />
- </licence>
</tasks>
</configuration>
<goals>

146
xsom.spec
View file

@ -1,146 +0,0 @@
%global checkout 20110809
Name: xsom
Version: 0
Release: 9.%{checkout}svn%{?dist}
Summary: XML Schema Object Model (XSOM)
Group: Development/Libraries
License: CDDL or GPLv2 with exceptions
URL: http://xsom.java.net
# svn export https://svn.java.net/svn/xsom~sources/tags/xsom-20110809 xsom-20110809svn
# find xsom-20110809svn/ -name '*.class' -delete
# find xsom-20110809svn/ -name '*.class' -delete
# tar czf xsom-20110809svn.tar.gz xsom-20110809svn
Source0: %{name}-%{checkout}svn.tar.gz
# We need this because one of the original tests tries to download
# it from the website, but that doesn't work in Koji:
Source1: http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd
Patch0: %{name}-%{checkout}svn-pom.patch
BuildRequires: jpackage-utils
BuildRequires: junit4
BuildRequires: maven-local
BuildRequires: maven-antrun-plugin
BuildRequires: maven-plugin-build-helper
BuildRequires: maven-compiler-plugin
BuildRequires: maven-enforcer
BuildRequires: maven-enforcer-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-jar-plugin
BuildRequires: maven-javadoc-plugin
BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit4
BuildRequires: maven-shared
BuildRequires: relaxngDatatype
BuildRequires: relaxngcc
BuildRequires: sonatype-oss-parent
BuildRequires: forge-parent
Requires: jpackage-utils
Requires: relaxngDatatype
BuildArch: noarch
%description
XML Schema Object Model (XSOM) is a Java library that allows applications to
easily parse XML Schema documents and inspect information in them. It is
expected to be useful for applications that need to take XML Schema as an
input. The library is a straight-forward implement of "schema components" as
defined in the XML Schema spec part 1. Refer to this specification of how this
object model works.
%package javadoc
Group: Development/Libraries
Summary: Javadoc for %{name}
Requires: jpackage-utils
%description javadoc
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{checkout}svn
%patch0 -p1
# Replace the URL of the XSD file used by the tests with its
# absolute filesystem location:
sed -i \
's|http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd|file://%{SOURCE1}|' \
test/XSOMParserTest.java
pushd lib
ln -sf $(build-classpath relaxngcc) relaxngcc.jar
popd
%build
mvn-rpmbuild \
-Dproject.build.sourceEncoding=UTF-8 \
install \
javadoc:aggregate
%install
# Jar files:
install -d -m 755 %{buildroot}%{_javadir}
cp -p target/xsom-%{checkout}.jar %{buildroot}%{_javadir}/%{name}.jar
# POM files:
install -d -m 755 %{buildroot}%{_mavenpomdir}
cp -p pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# Javadoc files:
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
# Dependencies map:
%add_maven_depmap JPP-%{name}.pom %{name}.jar
%files
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%doc license.txt
%files javadoc
%{_javadocdir}/*
%doc license.txt
%changelog
* Fri Feb 22 2013 Juan Hernandez <juan.hernandez@redhat.com> - 0-9.20110809svn
- Add build dependency on maven-shared (rhbz 914590)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-8.20110809svn
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0-7.20110809svn
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-6.20110809svn
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Feb 23 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-5.20110809svn
- Update the release tag
* Thu Feb 23 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-4.20110809svn
- Avoid downloading XSD files during the build process
* Wed Feb 22 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-3.20110809svn
- Put the date tag in the release instead of in the version
* Tue Feb 14 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-2.20110809svn
- Cleanup of the spec file
* Sat Jan 21 2012 Marek Goldmann <mgoldman@redhat.com> 0-1.20110809svn
- Initial packaging