Compare commits
No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.
c8-stream-
...
c8-stream-
@ -30,7 +30,8 @@
|
|||||||
|
|
||||||
Name: jdom
|
Name: jdom
|
||||||
Version: 1.1.3
|
Version: 1.1.3
|
||||||
Release: 19%{?dist}
|
Release: 17%{?dist}
|
||||||
|
Epoch: 0
|
||||||
Summary: Java alternative to DOM and SAX
|
Summary: Java alternative to DOM and SAX
|
||||||
License: Saxpath
|
License: Saxpath
|
||||||
URL: http://www.jdom.org/
|
URL: http://www.jdom.org/
|
||||||
@ -63,7 +64,7 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
Summary: Demos for %{name}
|
Summary: Demos for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description demo
|
%description demo
|
||||||
Demonstrations and samples for %{name}.
|
Demonstrations and samples for %{name}.
|
||||||
@ -79,7 +80,7 @@ find . -name "*.class" -exec rm -f {} \;
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CLASSPATH=$(build-classpath xerces-j2 jaxen)
|
export CLASSPATH=$(build-classpath xerces-j2 jaxen)
|
||||||
ant -Dcompile.source=1.6 -Dcompile.target=1.6 -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link
|
ant -Dj2se.apidoc=%{_javadocdir}/java package javadoc-link
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
@ -103,12 +104,6 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-19
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-18
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Fri Aug 03 2018 Michael Simacek <msimacek@redhat.com> - 0:1.1.3-17
|
* Fri Aug 03 2018 Michael Simacek <msimacek@redhat.com> - 0:1.1.3-17
|
||||||
- Correct license to Saxpath
|
- Correct license to Saxpath
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user