drop optional isorelax verifier support from contrib
This commit is contained in:
parent
1b97f5c7bc
commit
bb2ab73b20
11
jdom2.spec
11
jdom2.spec
@ -1,6 +1,6 @@
|
||||
Name: jdom2
|
||||
Version: 2.0.6
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: Java manipulation of XML made easy
|
||||
License: Saxpath
|
||||
URL: http://www.jdom.org/
|
||||
@ -21,7 +21,6 @@ Patch0: 0001-Adapt-build.patch
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: ant
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: isorelax
|
||||
BuildRequires: jaxen
|
||||
BuildRequires: xalan-j2
|
||||
BuildRequires: xerces-j2
|
||||
@ -62,7 +61,10 @@ sed -i 's/\r//' LICENSE.txt README.txt
|
||||
sed -i.coverage "s|coverage, jars|jars|" build.xml
|
||||
|
||||
mkdir lib
|
||||
build-jar-repository lib xerces-j2 xml-commons-apis jaxen junit isorelax xalan-j2 xalan-j2-serializer
|
||||
build-jar-repository lib xerces-j2 xml-commons-apis jaxen junit xalan-j2 xalan-j2-serializer
|
||||
|
||||
# drop optional isorelax verifier support from contrib
|
||||
rm -r contrib/src/java/org/jdom2/contrib/schema
|
||||
|
||||
%build
|
||||
ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven
|
||||
@ -86,6 +88,9 @@ mv build/package/jdom-%{version}.bar build/package/jdom-%{version}.jar
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu May 07 2020 Fabio Valentini <decathorpe@gmail.com> - 2.0.6-16
|
||||
- Drop optional isorelax verifier support from contrib.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user