Compare commits

..

6 commits

Author SHA1 Message Date
Jiri Vanek
27822741e3 Rebuilt for java-25-openjdk as preffered jdk
https://fedoraproject.org/wiki/Changes/Java25AndNoMoreSystemJdk
Note, that since f43, you should be always explicit on what jdk to use.
This commit should do exactly that.
2025-07-30 00:47:05 +02:00
Fedora Release Engineering
cb41d9294e Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 22:28:00 +00:00
Mikolaj Izdebski
464c0242e8 Build with OpenJDK 25 2025-07-13 09:22:52 +02:00
Mikolaj Izdebski
3eba56b68f Switch javapackages test plan to f43 ref 2025-05-22 13:35:32 +02:00
Mikolaj Izdebski
f688858bda Switch to javapackages tests from CentOS Stream GitLab 2025-03-26 08:43:19 +01:00
Mikolaj Izdebski
9154eadca9 Remove javadoc subpackage 2025-03-03 12:54:05 +01:00
2 changed files with 6 additions and 13 deletions

View file

@ -24,12 +24,14 @@ Source1: generate-tarball.sh
Patch: 0001-Disable-Apache-XercesImpl.patch
BuildRequires: maven-local
BuildRequires: maven-local-openjdk25
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
BuildRequires: mvn(org.jdom:jdom2)
BuildRequires: mvn(relaxngDatatype:relaxngDatatype)
# TODO Remove in Fedora 46
Obsoletes: %{name}-javadoc < 2022.7-15
%description
The Multi Schema Validation toolkit is a Java based toolkit consisting of 8
@ -38,12 +40,6 @@ for the validation of XML documents against several kinds of XML schemata The
core supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a
subset of XML Schema Part 1.
%package javadoc
Summary: API documentation for %{name}
%description javadoc
API documentation for %{name}.
%package xsdlib
Summary: Java implementation of W3Cs XML Schema Part 2
@ -72,14 +68,11 @@ rm xsdlib/src/main/java/com/sun/msv/datatype/xsd/regex/XercesImpl.java
%mvn_package net.java.dev.msv:msv __noinstall
%build
%mvn_build -s
%mvn_build -j -s
%install
%mvn_install
%files javadoc -f .mfiles-javadoc
%license Apache-LICENSE-1.1.txt license.txt
%files xsdlib -f .mfiles-xsdlib
%doc README.md README-xsdlib.md
%license Apache-LICENSE-1.1.txt license.txt

View file

@ -1,7 +1,7 @@
summary: Run javapackages-specific tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/javapackages
ref: f42
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
ref: f43
execute:
how: tmt