Compare commits
No commits in common. "c8s-stream-10.6" and "c8-stream-201902" have entirely different histories.
c8s-stream
...
c8-stream-
@ -1,6 +1,6 @@
|
|||||||
Name: xml-commons-apis
|
Name: xml-commons-apis
|
||||||
Version: 1.4.01
|
Version: 1.4.01
|
||||||
Release: 25%{?dist}
|
Release: 27%{?dist}
|
||||||
Summary: APIs for DOM, SAX, and JAXP
|
Summary: APIs for DOM, SAX, and JAXP
|
||||||
License: ASL 2.0 and W3C and Public Domain
|
License: ASL 2.0 and W3C and Public Domain
|
||||||
URL: http://xml.apache.org/commons/
|
URL: http://xml.apache.org/commons/
|
||||||
@ -62,7 +62,7 @@ sed -i '/distributionManagement/,/\/distributionManagement/ {d}' *.pom
|
|||||||
%mvn_alias :xml-apis-ext xerces:dom3-xml-apis
|
%mvn_alias :xml-apis-ext xerces:dom3-xml-apis
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc
|
ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc
|
||||||
|
|
||||||
# inject OSGi manifests
|
# inject OSGi manifests
|
||||||
jar ufm build/xml-apis.jar %{SOURCE1}
|
jar ufm build/xml-apis.jar %{SOURCE1}
|
||||||
@ -82,15 +82,19 @@ rm -rf build/docs/javadoc
|
|||||||
%doc LICENSE.dom-documentation.txt README.dom.txt
|
%doc LICENSE.dom-documentation.txt README.dom.txt
|
||||||
%doc LICENSE.dom-software.txt LICENSE.sac.html
|
%doc LICENSE.dom-software.txt LICENSE.sac.html
|
||||||
%doc LICENSE.sax.txt README-sax README.sax.txt
|
%doc LICENSE.sax.txt README-sax README.sax.txt
|
||||||
%{_javadir}/*
|
|
||||||
|
|
||||||
%files manual
|
%files manual
|
||||||
%doc build/docs/*
|
%doc build/docs/*
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%{_javadocdir}/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.01-27
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.01-26
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.01-25
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.01-25
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user