Compare commits
No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.
c8-stream-
...
c8-stream-
@ -1,6 +1,6 @@
|
|||||||
Name: jdom2
|
Name: jdom2
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 14%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Java manipulation of XML made easy
|
Summary: Java manipulation of XML made easy
|
||||||
License: Saxpath
|
License: Saxpath
|
||||||
URL: http://www.jdom.org/
|
URL: http://www.jdom.org/
|
||||||
@ -27,7 +27,7 @@ BuildRequires: xalan-j2
|
|||||||
BuildRequires: xerces-j2
|
BuildRequires: xerces-j2
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
BuildRequires: log4j12
|
BuildRequires: log4j12
|
||||||
#BuildRequires: aqute-bnd
|
BuildRequires: aqute-bnd
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -61,16 +61,16 @@ sed -i 's/\r//' LICENSE.txt README.txt
|
|||||||
# Unable to run coverage: use log4j12 but switch to log4j 2.x
|
# Unable to run coverage: use log4j12 but switch to log4j 2.x
|
||||||
sed -i.coverage "s|coverage, jars|jars|" build.xml
|
sed -i.coverage "s|coverage, jars|jars|" build.xml
|
||||||
|
|
||||||
%build
|
|
||||||
mkdir lib
|
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 isorelax xalan-j2 xalan-j2-serializer
|
||||||
ant -Dversion=%{version} -Dcompile.source=1.6 -Dcompile.target=1.6 -Dj2se.apidoc=%{_javadocdir}/java maven
|
|
||||||
|
%build
|
||||||
|
ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven
|
||||||
|
|
||||||
# Make jar into an OSGi bundle
|
# Make jar into an OSGi bundle
|
||||||
# XXX disabled until BND is fixed
|
bnd wrap --output build/package/jdom-%{version}.bar --properties %{SOURCE3} \
|
||||||
#bnd wrap --output build/package/jdom-%{version}.bar --properties %{SOURCE3} \
|
--version %{version} build/package/jdom-%{version}.jar
|
||||||
# --version %{version} build/package/jdom-%{version}.jar
|
mv build/package/jdom-%{version}.bar build/package/jdom-%{version}.jar
|
||||||
#mv build/package/jdom-%{version}.bar build/package/jdom-%{version}.jar
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_artifact build/maven/core/%{name}-%{version}.pom build/package/jdom-%{version}.jar
|
%mvn_artifact build/maven/core/%{name}-%{version}.pom build/package/jdom-%{version}.jar
|
||||||
@ -86,12 +86,6 @@ ant -Dversion=%{version} -Dcompile.source=1.6 -Dcompile.target=1.6 -Dj2se.apidoc
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.6-14
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.6-13
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Mon Jul 23 2018 Michael Simacek <msimacek@redhat.com> - 2.0.6-12
|
* Mon Jul 23 2018 Michael Simacek <msimacek@redhat.com> - 2.0.6-12
|
||||||
- Repack tarball without bundled jars
|
- Repack tarball without bundled jars
|
||||||
- The repacked jar contains slightly different source (force push by upstream?)
|
- The repacked jar contains slightly different source (force push by upstream?)
|
||||||
|
Loading…
Reference in New Issue
Block a user