diff --git a/sources b/sources index da68411..69eaca5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfce20df4df9b7cd97b1d6f626b84d88 xml-commons-external-1.4.01-src.tar.gz +SHA512 (xml-commons-external-1.4.01-src.tar.gz) = de7eb480f42915a7875c4ac6046e05df0d34039818c81c0ce80970113d72e37b42162e535a676b0ab283016837fca124414431b0a633daa22bb4d55b3da87cef diff --git a/xml-commons-apis.spec b/xml-commons-apis.spec index b3ecc98..d4bdca5 100644 --- a/xml-commons-apis.spec +++ b/xml-commons-apis.spec @@ -1,6 +1,6 @@ Name: xml-commons-apis Version: 1.4.01 -Release: 33%{?dist} +Release: 34%{?dist} Summary: APIs for DOM, SAX, and JAXP License: ASL 2.0 and W3C and Public Domain URL: http://xml.apache.org/commons/ @@ -21,9 +21,6 @@ BuildRequires: apache-parent Provides: xml-commons = %{version}-%{release} -# TODO: Ugh, this next line should be dropped since it actually provides JAXP 1.4 now... -Provides: xml-commons-jaxp-1.3-apis = %{version}-%{release} - %description xml-commons-apis is designed to organize and have common packaging for the various externally-defined standard interfaces for XML. This @@ -53,14 +50,6 @@ iconv -f iso8859-1 -t utf-8 LICENSE.dom-documentation.txt > \ iconv -f iso8859-1 -t utf-8 LICENSE.dom-software.txt > \ LICENSE.dom-sof.temp && mv -f LICENSE.dom-sof.temp LICENSE.dom-software.txt -# disable javadoc linting -sed -i -e '/javadoc packagenames/aadditionalparam="-Xdoclint:none"' build.xml - -# in Java 9+ a single underscore is no longer a valid identifier -sed -i -e 's/\(Throwable\|Exception\) _/\1 ex/' \ - src/javax/xml/validation/SchemaFactoryFinder.java \ - src/javax/xml/xpath/XPathFactoryFinder.java - # remove bogus section from poms cp %{SOURCE3} %{SOURCE4} . sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom @@ -70,7 +59,7 @@ sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom %mvn_alias :xml-apis-ext xerces:dom3-xml-apis %build -ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 jar javadoc +ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc # inject OSGi manifests jar ufm build/xml-apis.jar %{SOURCE1} @@ -90,15 +79,16 @@ rm -rf build/docs/javadoc %doc LICENSE.dom-documentation.txt README.dom.txt %doc LICENSE.dom-software.txt LICENSE.sac.html %doc LICENSE.sax.txt README-sax README.sax.txt -%{_javadir}/* %files manual %doc build/docs/* -%files javadoc -%{_javadocdir}/* +%files javadoc -f .mfiles-javadoc %changelog +* Mon Jun 28 2021 Mikolaj Izdebski - 1.4.01-34 +- Remove bogus provides on xml-commons-jaxp-1.3-apis + * Thu Jan 28 2021 Fedora Release Engineering - 1.4.01-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild @@ -114,9 +104,15 @@ rm -rf build/docs/javadoc * Fri Jan 31 2020 Fedora Release Engineering - 1.4.01-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild +* Tue Nov 05 2019 Mikolaj Izdebski - 1.4.01-27 +- Mass rebuild for javapackages-tools 201902 + * Sat Jul 27 2019 Fedora Release Engineering - 1.4.01-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild +* Fri May 24 2019 Mikolaj Izdebski - 1.4.01-26 +- Mass rebuild for javapackages-tools 201901 + * Sun Feb 03 2019 Fedora Release Engineering - 1.4.01-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild