From 83f10dfe5495929057aacacb6e2370601dc0b4d4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:17:40 -0500 Subject: [PATCH 01/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 5adeb65..05c4250 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 9.%{checkout}svn%{?dist} +Release: 10.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) Group: Development/Libraries License: CDDL or GPLv2 with exceptions @@ -117,6 +117,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0-10.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 22 2013 Juan Hernandez - 0-9.20110809svn - Add build dependency on maven-shared (rhbz 914590) From 357746ff3d7d052c31055bccef687c5447f53e9a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 01:53:42 -0500 Subject: [PATCH 02/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 05c4250..a153a61 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 10.%{checkout}svn%{?dist} +Release: 11.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) Group: Development/Libraries License: CDDL or GPLv2 with exceptions @@ -117,6 +117,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0-11.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0-10.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From a34726f484424096b7ece0dd083cbbd0fbf19971 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 4 Aug 2014 01:30:35 -0500 Subject: [PATCH 03/23] Fix junit BRs, XMvn changes (#1107359) --- xsom.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/xsom.spec b/xsom.spec index a153a61..5795d80 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 11.%{checkout}svn%{?dist} +Release: 12.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) Group: Development/Libraries License: CDDL or GPLv2 with exceptions @@ -21,7 +21,7 @@ Source1: http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd Patch0: %{name}-%{checkout}svn-pom.patch BuildRequires: jpackage-utils -BuildRequires: junit4 +BuildRequires: junit BuildRequires: maven-local BuildRequires: maven-antrun-plugin BuildRequires: maven-plugin-build-helper @@ -32,7 +32,7 @@ BuildRequires: maven-install-plugin BuildRequires: maven-jar-plugin BuildRequires: maven-javadoc-plugin BuildRequires: maven-surefire-plugin -BuildRequires: maven-surefire-provider-junit4 +BuildRequires: maven-surefire-provider-junit BuildRequires: maven-shared BuildRequires: relaxngDatatype BuildRequires: relaxngcc @@ -104,10 +104,7 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %add_maven_depmap JPP-%{name}.pom %{name}.jar -%files -%{_javadir}/* -%{_mavenpomdir}/* -%{_mavendepmapfragdir}/* +%files -f .mfiles %doc license.txt @@ -117,6 +114,10 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Mon Aug 04 2014 Yaakov Selkowitz - 0-12.20110809svn +- Fix junit BRs (#1107359) +- Fix FTBFS due to F21 XMvn changes + * Sun Jun 08 2014 Fedora Release Engineering - 0-11.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 17a1d2d105dc3291f98534aca6be33cfca6941a5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:28:28 +0000 Subject: [PATCH 04/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 5795d80..026baf9 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 12.%{checkout}svn%{?dist} +Release: 13.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) Group: Development/Libraries License: CDDL or GPLv2 with exceptions @@ -114,6 +114,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0-13.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 04 2014 Yaakov Selkowitz - 0-12.20110809svn - Fix junit BRs (#1107359) - Fix FTBFS due to F21 XMvn changes From 3c7f70b046eca48c87b12cee1d1aef83ce18bb07 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 19 Jun 2015 08:59:06 +0200 Subject: [PATCH 05/23] Fix FTBFS --- xsom.spec | 67 ++++++++++--------------------------------------------- 1 file changed, 12 insertions(+), 55 deletions(-) diff --git a/xsom.spec b/xsom.spec index 026baf9..9315310 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,9 +2,8 @@ Name: xsom Version: 0 -Release: 13.%{checkout}svn%{?dist} +Release: 14.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) -Group: Development/Libraries License: CDDL or GPLv2 with exceptions URL: http://xsom.java.net @@ -20,30 +19,14 @@ Source1: http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd Patch0: %{name}-%{checkout}svn-pom.patch -BuildRequires: jpackage-utils -BuildRequires: junit -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-junit -BuildRequires: maven-shared -BuildRequires: relaxngDatatype -BuildRequires: relaxngcc -BuildRequires: sonatype-oss-parent -BuildRequires: forge-parent +BuildRequires: maven-local +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) +BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) +BuildRequires: mvn(relaxngDatatype:relaxngDatatype) -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 @@ -52,17 +35,12 @@ 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 @@ -77,43 +55,22 @@ pushd lib ln -sf $(build-classpath relaxngcc) relaxngcc.jar popd - %build - -mvn-rpmbuild \ - -Dproject.build.sourceEncoding=UTF-8 \ - install \ - javadoc:aggregate - +%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 %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 - +%mvn_install %files -f .mfiles %doc license.txt - -%files javadoc -%{_javadocdir}/* +%files javadoc -f .mfiles-javadoc %doc license.txt - %changelog +* Fri Jun 19 2015 Michal Srb - 0-14.20110809svn +- Fix FTBFS + * Fri Jun 19 2015 Fedora Release Engineering - 0-13.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 6205c0be6b9acdd87fedcde91513a81956d43fdb Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 19 Jun 2015 09:13:22 +0200 Subject: [PATCH 06/23] Fix BR --- xsom.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 9315310..5d0ff80 100644 --- a/xsom.spec +++ b/xsom.spec @@ -24,6 +24,7 @@ BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(relaxngDatatype:relaxngDatatype) +BuildRequires: relaxngcc BuildArch: noarch @@ -52,7 +53,7 @@ sed -i \ test/XSOMParserTest.java pushd lib - ln -sf $(build-classpath relaxngcc) relaxngcc.jar + ln -sf `build-classpath relaxngcc` relaxngcc.jar popd %build From 355832e6caa7cd040dc776f81a41b5389f22869b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:51:11 +0000 Subject: [PATCH 07/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 5d0ff80..b8ed7b5 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 14.%{checkout}svn%{?dist} +Release: 15.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0-15.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Michal Srb - 0-14.20110809svn - Fix FTBFS From 5e2b15f992824ef614a0625296fa357319a2df80 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:10:18 +0000 Subject: [PATCH 08/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index b8ed7b5..1137504 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 15.%{checkout}svn%{?dist} +Release: 16.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0-16.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 0-15.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 26f5348bf5dd3a674275becb7e8d407e46c0909c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:27:53 +0000 Subject: [PATCH 09/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 1137504..8d3c412 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 16.%{checkout}svn%{?dist} +Release: 17.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0-17.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0-16.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From c132e28160496e47d10d7151568d81e720373951 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 9 Nov 2017 16:33:39 +0200 Subject: [PATCH 10/23] Specify CDDL license version --- xsom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xsom.spec b/xsom.spec index 8d3c412..b1643a9 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,9 +2,9 @@ Name: xsom Version: 0 -Release: 17.%{checkout}svn%{?dist} +Release: 18.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) -License: CDDL or GPLv2 with exceptions +License: CDDL-1.1 or GPLv2 with exceptions URL: http://xsom.java.net # svn export https://svn.java.net/svn/xsom~sources/tags/xsom-20110809 xsom-20110809svn @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Thu Nov 09 2017 Michael Simacek - 0-18.20110809svn +- Specify CDDL license version + * Thu Jul 27 2017 Fedora Release Engineering - 0-17.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 7dc1287a682b3a25bae6b4f91abc4ced6571df39 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:07:21 +0000 Subject: [PATCH 11/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index b1643a9..f93a101 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 18.%{checkout}svn%{?dist} +Release: 19.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL-1.1 or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0-19.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Nov 09 2017 Michael Simacek - 0-18.20110809svn - Specify CDDL license version From f8b90dae5976613bc66b1e847ab1d9abd9f760dc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:36:07 +0000 Subject: [PATCH 12/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index f93a101..8b26c43 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 19.%{checkout}svn%{?dist} +Release: 20.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL-1.1 or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0-20.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0-19.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 3ee956adcb0bf99a28af2e5b5a44e06f5ca79369 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:50:43 +0000 Subject: [PATCH 13/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 8b26c43..48d6402 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 20.%{checkout}svn%{?dist} +Release: 21.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL-1.1 or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0-21.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0-20.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 615498c0fe404126d32bceeab5a68c9217950ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 1 Apr 2019 23:21:37 +0200 Subject: [PATCH 14/23] Orphaned for 6+ weeks --- .gitignore | 1 - dead.package | 1 + lcm.xsd | 145 ------------------------------------- sources | 1 - xsom-20110809svn-pom.patch | 38 ---------- xsom.spec | 135 ---------------------------------- 6 files changed, 1 insertion(+), 320 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 lcm.xsd delete mode 100644 sources delete mode 100644 xsom-20110809svn-pom.patch delete mode 100644 xsom.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4128edb..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/xsom-20110809svn.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/lcm.xsd b/lcm.xsd deleted file mode 100644 index cef09a7..0000000 --- a/lcm.xsd +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - The schema for OASIS ebXML Registry Services - - - - - - - - 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. - - - - - - - - - - - - - - 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. - - - - - - - - - - - - - - - The ObjectRefList and AdhocQuery identify the list of - objects being approved. - - - - - - - - - - - - - - - - - The ObjectRefList and AdhocQuery identify the list of - objects being deprecated. - - - - - - - - - - - - - - - - - The ObjectRefList is the list of - refs to the registry entrys being un-deprecated. - - - - - - - - - - - - - - - - - The ObjectRefList is the list of - refs to the registry entrys being removed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources b/sources deleted file mode 100644 index 39e033c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -6fc6b6c3b247adc124b7e7cbc96b8f77 xsom-20110809svn.tar.gz diff --git a/xsom-20110809svn-pom.patch b/xsom-20110809svn-pom.patch deleted file mode 100644 index 47057cb..0000000 --- a/xsom-20110809svn-pom.patch +++ /dev/null @@ -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 @@ - http://xsom.java.net/ - 20110809 - jar -- -- net.java -- jvnet-parent -- 1 -- - - - CDDL v1.1 / GPL v2 dual license -@@ -146,12 +141,6 @@ - generate-sources - - -- -- -- -- -- -- - - - -@@ -164,9 +153,6 @@ - - - -- -- -- - - - diff --git a/xsom.spec b/xsom.spec deleted file mode 100644 index 48d6402..0000000 --- a/xsom.spec +++ /dev/null @@ -1,135 +0,0 @@ -%global checkout 20110809 - -Name: xsom -Version: 0 -Release: 21.%{checkout}svn%{?dist} -Summary: XML Schema Object Model (XSOM) -License: CDDL-1.1 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: maven-local -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) -BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) -BuildRequires: mvn(relaxngDatatype:relaxngDatatype) -BuildRequires: relaxngcc - -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 -Summary: Javadoc for %{name} - -%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_build -- -Dproject.build.sourceEncoding=UTF-8 - -%install -%mvn_install - -%files -f .mfiles -%doc license.txt - -%files javadoc -f .mfiles-javadoc -%doc license.txt - -%changelog -* Sun Feb 03 2019 Fedora Release Engineering - 0-21.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0-20.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0-19.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Nov 09 2017 Michael Simacek - 0-18.20110809svn -- Specify CDDL license version - -* Thu Jul 27 2017 Fedora Release Engineering - 0-17.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0-16.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0-15.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Michal Srb - 0-14.20110809svn -- Fix FTBFS - -* Fri Jun 19 2015 Fedora Release Engineering - 0-13.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 04 2014 Yaakov Selkowitz - 0-12.20110809svn -- Fix junit BRs (#1107359) -- Fix FTBFS due to F21 XMvn changes - -* Sun Jun 08 2014 Fedora Release Engineering - 0-11.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0-10.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 22 2013 Juan Hernandez - 0-9.20110809svn -- Add build dependency on maven-shared (rhbz 914590) - -* Fri Feb 15 2013 Fedora Release Engineering - 0-8.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Feb 06 2013 Java SIG - 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 - 0-6.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Feb 23 2012 Juan Hernandez 0-5.20110809svn -- Update the release tag - -* Thu Feb 23 2012 Juan Hernandez 0-4.20110809svn -- Avoid downloading XSD files during the build process - -* Wed Feb 22 2012 Juan Hernandez 0-3.20110809svn -- Put the date tag in the release instead of in the version - -* Tue Feb 14 2012 Juan Hernandez 0-2.20110809svn -- Cleanup of the spec file - -* Sat Jan 21 2012 Marek Goldmann 0-1.20110809svn -- Initial packaging From 422b941d80d7fcd4ea4027dd28960b4b8c970c7e Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 15 Apr 2019 14:19:07 -0400 Subject: [PATCH 15/23] Revert "Orphaned for 6+ weeks" Unretirement for https://pagure.io/releng/issue/8287 This reverts commit 615498c0fe404126d32bceeab5a68c9217950ebd. --- .gitignore | 1 + dead.package | 1 - lcm.xsd | 145 +++++++++++++++++++++++++++++++++++++ sources | 1 + xsom-20110809svn-pom.patch | 38 ++++++++++ xsom.spec | 135 ++++++++++++++++++++++++++++++++++ 6 files changed, 320 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 dead.package create mode 100644 lcm.xsd create mode 100644 sources create mode 100644 xsom-20110809svn-pom.patch create mode 100644 xsom.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4128edb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/xsom-20110809svn.tar.gz diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/lcm.xsd b/lcm.xsd new file mode 100644 index 0000000..cef09a7 --- /dev/null +++ b/lcm.xsd @@ -0,0 +1,145 @@ + + + + + + The schema for OASIS ebXML Registry Services + + + + + + + + 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. + + + + + + + + + + + + + + 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. + + + + + + + + + + + + + + + The ObjectRefList and AdhocQuery identify the list of + objects being approved. + + + + + + + + + + + + + + + + + The ObjectRefList and AdhocQuery identify the list of + objects being deprecated. + + + + + + + + + + + + + + + + + The ObjectRefList is the list of + refs to the registry entrys being un-deprecated. + + + + + + + + + + + + + + + + + The ObjectRefList is the list of + refs to the registry entrys being removed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources b/sources new file mode 100644 index 0000000..39e033c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +6fc6b6c3b247adc124b7e7cbc96b8f77 xsom-20110809svn.tar.gz diff --git a/xsom-20110809svn-pom.patch b/xsom-20110809svn-pom.patch new file mode 100644 index 0000000..47057cb --- /dev/null +++ b/xsom-20110809svn-pom.patch @@ -0,0 +1,38 @@ +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 @@ + http://xsom.java.net/ + 20110809 + jar +- +- net.java +- jvnet-parent +- 1 +- + + + CDDL v1.1 / GPL v2 dual license +@@ -146,12 +141,6 @@ + generate-sources + + +- +- +- +- +- +- + + + +@@ -164,9 +153,6 @@ + + + +- +- +- + + + diff --git a/xsom.spec b/xsom.spec new file mode 100644 index 0000000..48d6402 --- /dev/null +++ b/xsom.spec @@ -0,0 +1,135 @@ +%global checkout 20110809 + +Name: xsom +Version: 0 +Release: 21.%{checkout}svn%{?dist} +Summary: XML Schema Object Model (XSOM) +License: CDDL-1.1 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: maven-local +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) +BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) +BuildRequires: mvn(relaxngDatatype:relaxngDatatype) +BuildRequires: relaxngcc + +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 +Summary: Javadoc for %{name} + +%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_build -- -Dproject.build.sourceEncoding=UTF-8 + +%install +%mvn_install + +%files -f .mfiles +%doc license.txt + +%files javadoc -f .mfiles-javadoc +%doc license.txt + +%changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0-21.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0-20.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0-19.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Nov 09 2017 Michael Simacek - 0-18.20110809svn +- Specify CDDL license version + +* Thu Jul 27 2017 Fedora Release Engineering - 0-17.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0-16.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 0-15.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Michal Srb - 0-14.20110809svn +- Fix FTBFS + +* Fri Jun 19 2015 Fedora Release Engineering - 0-13.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Aug 04 2014 Yaakov Selkowitz - 0-12.20110809svn +- Fix junit BRs (#1107359) +- Fix FTBFS due to F21 XMvn changes + +* Sun Jun 08 2014 Fedora Release Engineering - 0-11.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0-10.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Feb 22 2013 Juan Hernandez - 0-9.20110809svn +- Add build dependency on maven-shared (rhbz 914590) + +* Fri Feb 15 2013 Fedora Release Engineering - 0-8.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 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 - 0-6.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Feb 23 2012 Juan Hernandez 0-5.20110809svn +- Update the release tag + +* Thu Feb 23 2012 Juan Hernandez 0-4.20110809svn +- Avoid downloading XSD files during the build process + +* Wed Feb 22 2012 Juan Hernandez 0-3.20110809svn +- Put the date tag in the release instead of in the version + +* Tue Feb 14 2012 Juan Hernandez 0-2.20110809svn +- Cleanup of the spec file + +* Sat Jan 21 2012 Marek Goldmann 0-1.20110809svn +- Initial packaging From 2213ecebbdab129cb4b187053d0f0172165d4687 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:40:15 +0000 Subject: [PATCH 16/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 48d6402..67f9da8 100644 --- a/xsom.spec +++ b/xsom.spec @@ -2,7 +2,7 @@ Name: xsom Version: 0 -Release: 21.%{checkout}svn%{?dist} +Release: 22.%{checkout}svn%{?dist} Summary: XML Schema Object Model (XSOM) License: CDDL-1.1 or GPLv2 with exceptions URL: http://xsom.java.net @@ -69,6 +69,9 @@ popd %doc license.txt %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0-22.20110809svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0-21.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 699532754eebad5363ac1639fd61631f94622fb3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 24 Oct 2019 11:35:50 +0200 Subject: [PATCH 17/23] update to version 20140514 --- .gitignore | 4 ++++ 00-pom-changes.patch | 27 +++++++++++++++++++++ sources | 2 +- xsom-20110809svn-pom.patch | 38 ----------------------------- xsom.spec | 49 +++++++++++++++++++------------------- 5 files changed, 56 insertions(+), 64 deletions(-) create mode 100644 00-pom-changes.patch delete mode 100644 xsom-20110809svn-pom.patch diff --git a/.gitignore b/.gitignore index 4128edb..916af51 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +/results_* +/*.src.rpm + /xsom-20110809svn.tar.gz +/xsom-20140514.tar.gz diff --git a/00-pom-changes.patch b/00-pom-changes.patch new file mode 100644 index 0000000..ea6f25d --- /dev/null +++ b/00-pom-changes.patch @@ -0,0 +1,27 @@ +diff --git a/pom.xml b/pom.xml +index f972462..a542ee5 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -231,12 +231,6 @@ + generate-sources + + +- +- +- +- +- +- + + + +@@ -249,9 +243,6 @@ + + + +- +- +- + + + diff --git a/sources b/sources index 39e033c..2c006b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6fc6b6c3b247adc124b7e7cbc96b8f77 xsom-20110809svn.tar.gz +SHA512 (xsom-20140514.tar.gz) = b934eaabd6f39b0244d46eb9880874fac69ffc12e2e3c9595a0d5fb64619fdbb032f2722b07ea85e792ed9a4f02744c2f2672317b47fe359c9e67cd038b6cdf6 diff --git a/xsom-20110809svn-pom.patch b/xsom-20110809svn-pom.patch deleted file mode 100644 index 47057cb..0000000 --- a/xsom-20110809svn-pom.patch +++ /dev/null @@ -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 @@ - http://xsom.java.net/ - 20110809 - jar -- -- net.java -- jvnet-parent -- 1 -- - - - CDDL v1.1 / GPL v2 dual license -@@ -146,12 +141,6 @@ - generate-sources - - -- -- -- -- -- -- - - - -@@ -164,9 +153,6 @@ - - - -- -- -- - - - diff --git a/xsom.spec b/xsom.spec index 67f9da8..2f7db06 100644 --- a/xsom.spec +++ b/xsom.spec @@ -1,32 +1,26 @@ -%global checkout 20110809 +Name: xsom +Summary: XML Schema Object Model (XSOM) +Version: 20140514 +Release: 1%{?dist} +License: CDDL-1.1 or GPLv2 with exceptions -Name: xsom -Version: 0 -Release: 22.%{checkout}svn%{?dist} -Summary: XML Schema Object Model (XSOM) -License: CDDL-1.1 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 +# java.net is dead; upstream sources have been imported to GitHub though +URL: https://github.com/kohsuke/xsom +Source0: %{url}/archive/%{name}-%{version}.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 +# patch POM to drop tasks that rely on bundled JARs +Patch0: 00-pom-changes.patch BuildRequires: maven-local BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(relaxngDatatype:relaxngDatatype) -BuildRequires: relaxngcc -BuildArch: noarch +BuildArch: noarch %description XML Schema Object Model (XSOM) is a Java library that allows applications to @@ -37,25 +31,27 @@ defined in the XML Schema spec part 1. Refer to this specification of how this object model works. %package javadoc -Summary: Javadoc for %{name} +Summary: Javadoc for %{name} %description javadoc This package contains javadoc for %{name}. %prep -%setup -q -n %{name}-%{checkout}svn +%setup -q -n %{name}-%{name}-%{version} %patch0 -p1 +find -name "*.class" -print -delete +find -name "*.jar" -print -delete + +# parent POM is not necessary +%pom_remove_parent + # 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_build -- -Dproject.build.sourceEncoding=UTF-8 @@ -63,12 +59,15 @@ popd %mvn_install %files -f .mfiles -%doc license.txt +%license license.txt copyright.txt %files javadoc -f .mfiles-javadoc -%doc license.txt +%license license.txt copyright.txt %changelog +* Thu Oct 24 2019 Fabio Valentini - 20140514-1 +- Update to version 20140514. + * Sat Jul 27 2019 Fedora Release Engineering - 0-22.20110809svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 651b0388c654b0c8d09a6e8feb006bbe24755463 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 7 Nov 2019 01:01:12 +0100 Subject: [PATCH 18/23] regenerate sources during build --- xsom.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/xsom.spec b/xsom.spec index 2f7db06..5a796fd 100644 --- a/xsom.spec +++ b/xsom.spec @@ -1,7 +1,7 @@ Name: xsom Summary: XML Schema Object Model (XSOM) Version: 20140514 -Release: 1%{?dist} +Release: 2%{?dist} License: CDDL-1.1 or GPLv2 with exceptions # java.net is dead; upstream sources have been imported to GitHub though @@ -15,8 +15,10 @@ Source1: http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd # patch POM to drop tasks that rely on bundled JARs Patch0: 00-pom-changes.patch +BuildRequires: relaxngcc BuildRequires: maven-local BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(relaxngDatatype:relaxngDatatype) @@ -52,8 +54,12 @@ 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_build -- -Dproject.build.sourceEncoding=UTF-8 +%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 -P regenerate-sources %install %mvn_install @@ -65,6 +71,9 @@ sed -i \ %license license.txt copyright.txt %changelog +* Wed Nov 06 2019 Fabio Valentini - 20140514-2 +- Regenerate sources during build. + * Thu Oct 24 2019 Fabio Valentini - 20140514-1 - Update to version 20140514. From 47b542241577d0d515e0622c4cf1426cf5911915 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:56:59 +0000 Subject: [PATCH 19/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 5a796fd..9a197b2 100644 --- a/xsom.spec +++ b/xsom.spec @@ -1,7 +1,7 @@ Name: xsom Summary: XML Schema Object Model (XSOM) Version: 20140514 -Release: 2%{?dist} +Release: 3%{?dist} License: CDDL-1.1 or GPLv2 with exceptions # java.net is dead; upstream sources have been imported to GitHub though @@ -71,6 +71,9 @@ popd %license license.txt copyright.txt %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 20140514-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Nov 06 2019 Fabio Valentini - 20140514-2 - Regenerate sources during build. From 096141a62ac920addd0f8f261fe7d421f0b62e13 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 11 Jul 2020 09:06:00 +0200 Subject: [PATCH 20/23] Rebuilt for JDK-11 --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 9a197b2..d600b9c 100644 --- a/xsom.spec +++ b/xsom.spec @@ -1,7 +1,7 @@ Name: xsom Summary: XML Schema Object Model (XSOM) Version: 20140514 -Release: 3%{?dist} +Release: 4%{?dist} License: CDDL-1.1 or GPLv2 with exceptions # java.net is dead; upstream sources have been imported to GitHub though @@ -71,6 +71,9 @@ popd %license license.txt copyright.txt %changelog +* Sat Jul 11 2020 Jiri Vanek - 20140514-4 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jan 31 2020 Fedora Release Engineering - 20140514-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 1117794ef492463e2bd253b0a73dc5cb390b4400 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 18 Jul 2020 17:34:57 +0200 Subject: [PATCH 21/23] set javac source and target to 1.8 to fix Java 11 builds --- xsom.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/xsom.spec b/xsom.spec index d600b9c..972543e 100644 --- a/xsom.spec +++ b/xsom.spec @@ -1,7 +1,7 @@ Name: xsom Summary: XML Schema Object Model (XSOM) Version: 20140514 -Release: 4%{?dist} +Release: 5%{?dist} License: CDDL-1.1 or GPLv2 with exceptions # java.net is dead; upstream sources have been imported to GitHub though @@ -48,6 +48,9 @@ find -name "*.jar" -print -delete # parent POM is not necessary %pom_remove_parent +# remove maven-compiler-plugin configuration that is broken with Java 11 +%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration' + # Replace the URL of the XSD file used by the tests with its # absolute filesystem location: sed -i \ @@ -59,7 +62,7 @@ ln -sf `build-classpath relaxngcc` relaxngcc.jar popd %build -%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 -P regenerate-sources +%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 -P regenerate-sources -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 %install %mvn_install @@ -71,6 +74,9 @@ popd %license license.txt copyright.txt %changelog +* Sat Jul 18 2020 Fabio Valentini - 20140514-5 +- Set javac source and target to 1.8 to fix Java 11 builds. + * Sat Jul 11 2020 Jiri Vanek - 20140514-4 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 From a94d008e8a4a505707e581d852a9250fff19eb87 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:06:43 +0000 Subject: [PATCH 22/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsom.spec b/xsom.spec index 972543e..76d9340 100644 --- a/xsom.spec +++ b/xsom.spec @@ -1,7 +1,7 @@ Name: xsom Summary: XML Schema Object Model (XSOM) Version: 20140514 -Release: 5%{?dist} +Release: 6%{?dist} License: CDDL-1.1 or GPLv2 with exceptions # java.net is dead; upstream sources have been imported to GitHub though @@ -74,6 +74,9 @@ popd %license license.txt copyright.txt %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 20140514-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Sat Jul 18 2020 Fabio Valentini - 20140514-5 - Set javac source and target to 1.8 to fix Java 11 builds. From f67ea03752079c1f04a8729dbbceb0ebfb06efd5 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mon, 17 Aug 2020 01:30:41 +0100 Subject: [PATCH 23/23] 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 ) --- .gitignore | 5 -- 00-pom-changes.patch | 27 -------- dead.package | 1 + lcm.xsd | 145 -------------------------------------- sources | 1 - xsom.spec | 161 ------------------------------------------- 6 files changed, 1 insertion(+), 339 deletions(-) delete mode 100644 .gitignore delete mode 100644 00-pom-changes.patch create mode 100644 dead.package delete mode 100644 lcm.xsd delete mode 100644 sources delete mode 100644 xsom.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 916af51..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/results_* -/*.src.rpm - -/xsom-20110809svn.tar.gz -/xsom-20140514.tar.gz diff --git a/00-pom-changes.patch b/00-pom-changes.patch deleted file mode 100644 index ea6f25d..0000000 --- a/00-pom-changes.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/pom.xml b/pom.xml -index f972462..a542ee5 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -231,12 +231,6 @@ - generate-sources - - -- -- -- -- -- -- - - - -@@ -249,9 +243,6 @@ - - - -- -- -- - - - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2b347a3 --- /dev/null +++ b/dead.package @@ -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 ) diff --git a/lcm.xsd b/lcm.xsd deleted file mode 100644 index cef09a7..0000000 --- a/lcm.xsd +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - The schema for OASIS ebXML Registry Services - - - - - - - - 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. - - - - - - - - - - - - - - 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. - - - - - - - - - - - - - - - The ObjectRefList and AdhocQuery identify the list of - objects being approved. - - - - - - - - - - - - - - - - - The ObjectRefList and AdhocQuery identify the list of - objects being deprecated. - - - - - - - - - - - - - - - - - The ObjectRefList is the list of - refs to the registry entrys being un-deprecated. - - - - - - - - - - - - - - - - - The ObjectRefList is the list of - refs to the registry entrys being removed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources b/sources deleted file mode 100644 index 2c006b8..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xsom-20140514.tar.gz) = b934eaabd6f39b0244d46eb9880874fac69ffc12e2e3c9595a0d5fb64619fdbb032f2722b07ea85e792ed9a4f02744c2f2672317b47fe359c9e67cd038b6cdf6 diff --git a/xsom.spec b/xsom.spec deleted file mode 100644 index 76d9340..0000000 --- a/xsom.spec +++ /dev/null @@ -1,161 +0,0 @@ -Name: xsom -Summary: XML Schema Object Model (XSOM) -Version: 20140514 -Release: 6%{?dist} -License: CDDL-1.1 or GPLv2 with exceptions - -# java.net is dead; upstream sources have been imported to GitHub though -URL: https://github.com/kohsuke/xsom -Source0: %{url}/archive/%{name}-%{version}.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 - -# patch POM to drop tasks that rely on bundled JARs -Patch0: 00-pom-changes.patch - -BuildRequires: relaxngcc -BuildRequires: maven-local -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) -BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) -BuildRequires: mvn(relaxngDatatype: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 -Summary: Javadoc for %{name} - -%description javadoc -This package contains javadoc for %{name}. - -%prep -%setup -q -n %{name}-%{name}-%{version} -%patch0 -p1 - -find -name "*.class" -print -delete -find -name "*.jar" -print -delete - -# parent POM is not necessary -%pom_remove_parent - -# remove maven-compiler-plugin configuration that is broken with Java 11 -%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration' - -# 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_build -- -Dproject.build.sourceEncoding=UTF-8 -P regenerate-sources -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 - -%install -%mvn_install - -%files -f .mfiles -%license license.txt copyright.txt - -%files javadoc -f .mfiles-javadoc -%license license.txt copyright.txt - -%changelog -* Wed Jul 29 2020 Fedora Release Engineering - 20140514-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jul 18 2020 Fabio Valentini - 20140514-5 -- Set javac source and target to 1.8 to fix Java 11 builds. - -* Sat Jul 11 2020 Jiri Vanek - 20140514-4 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Fri Jan 31 2020 Fedora Release Engineering - 20140514-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Nov 06 2019 Fabio Valentini - 20140514-2 -- Regenerate sources during build. - -* Thu Oct 24 2019 Fabio Valentini - 20140514-1 -- Update to version 20140514. - -* Sat Jul 27 2019 Fedora Release Engineering - 0-22.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0-21.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0-20.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0-19.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Nov 09 2017 Michael Simacek - 0-18.20110809svn -- Specify CDDL license version - -* Thu Jul 27 2017 Fedora Release Engineering - 0-17.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0-16.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0-15.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Michal Srb - 0-14.20110809svn -- Fix FTBFS - -* Fri Jun 19 2015 Fedora Release Engineering - 0-13.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 04 2014 Yaakov Selkowitz - 0-12.20110809svn -- Fix junit BRs (#1107359) -- Fix FTBFS due to F21 XMvn changes - -* Sun Jun 08 2014 Fedora Release Engineering - 0-11.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0-10.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 22 2013 Juan Hernandez - 0-9.20110809svn -- Add build dependency on maven-shared (rhbz 914590) - -* Fri Feb 15 2013 Fedora Release Engineering - 0-8.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Feb 06 2013 Java SIG - 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 - 0-6.20110809svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Feb 23 2012 Juan Hernandez 0-5.20110809svn -- Update the release tag - -* Thu Feb 23 2012 Juan Hernandez 0-4.20110809svn -- Avoid downloading XSD files during the build process - -* Wed Feb 22 2012 Juan Hernandez 0-3.20110809svn -- Put the date tag in the release instead of in the version - -* Tue Feb 14 2012 Juan Hernandez 0-2.20110809svn -- Cleanup of the spec file - -* Sat Jan 21 2012 Marek Goldmann 0-1.20110809svn -- Initial packaging