Compare commits
No commits in common. "c8-beta-stream-201801" and "c8-stream-201902" have entirely different histories.
c8-beta-st
...
c8-stream-
@ -1,7 +1,6 @@
|
|||||||
Name: bsf
|
Name: bsf
|
||||||
Epoch: 0
|
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 30%{?dist}
|
Release: 32%{?dist}
|
||||||
Summary: Bean Scripting Framework
|
Summary: Bean Scripting Framework
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/bsf/
|
URL: http://commons.apache.org/bsf/
|
||||||
@ -45,12 +44,6 @@ engines:
|
|||||||
* JRuby
|
* JRuby
|
||||||
* JudoScript
|
* JudoScript
|
||||||
|
|
||||||
%package javadoc
|
|
||||||
Summary: Javadoc for %{name}
|
|
||||||
|
|
||||||
%description javadoc
|
|
||||||
Javadoc for %{name}.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -62,21 +55,24 @@ find -name \*.jar -delete
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2)
|
export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2)
|
||||||
ant jar javadocs
|
ant -Dsource.level=1.6 jar
|
||||||
|
|
||||||
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
|
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install -J build/javadocs
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt
|
%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
|
||||||
%license LICENSE.txt NOTICE.txt
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-32
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-31
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
* Tue Jul 17 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4.0-30
|
* Tue Jul 17 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4.0-30
|
||||||
- Remove bulid dependency on rhino
|
- Remove bulid dependency on rhino
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user