Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201801-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-jav
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/xml-commons-external-1.4.01-src.tar.gz
|
||||
xml-commons-external-1.3.04-src.tar.gz
|
||||
xml-commons-external-1.4.01-src.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
2e769f68fd3d3ab8be1539fafc8e0bf704098b3d SOURCES/xml-commons-external-1.4.01-src.tar.gz
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (xml-commons-external-1.4.01-src.tar.gz) = de7eb480f42915a7875c4ac6046e05df0d34039818c81c0ce80970113d72e37b42162e535a676b0ab283016837fca124414431b0a633daa22bb4d55b3da87cef
|
@ -1,6 +1,6 @@
|
||||
Name: xml-commons-apis
|
||||
Version: 1.4.01
|
||||
Release: 27%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Summary: APIs for DOM, SAX, and JAXP
|
||||
License: ASL 2.0 and W3C and Public Domain
|
||||
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
|
||||
|
||||
%build
|
||||
ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc
|
||||
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc
|
||||
|
||||
# inject OSGi manifests
|
||||
jar ufm build/xml-apis.jar %{SOURCE1}
|
||||
@ -82,19 +82,15 @@ 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 -f .mfiles-javadoc
|
||||
%files javadoc
|
||||
%{_javadocdir}/*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user