Compare commits

...

No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.

1 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,7 @@
Name: bsf
Epoch: 0
Version: 2.4.0
Release: 32%{?dist}
Release: 30%{?dist}
Summary: Bean Scripting Framework
License: ASL 2.0
URL: http://commons.apache.org/bsf/
@ -44,6 +45,12 @@ engines:
* JRuby
* JudoScript
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
Javadoc for %{name}.
%prep
%setup -q
%patch0 -p1
@ -55,24 +62,21 @@ find -name \*.jar -delete
%build
export CLASSPATH=$(build-classpath apache-commons-logging xalan-j2)
ant -Dsource.level=1.6 jar
ant jar javadocs
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
%install
%mvn_install
%mvn_install -J build/javadocs
%files -f .mfiles
%license LICENSE.txt NOTICE.txt
%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE.txt NOTICE.txt
%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
- Remove bulid dependency on rhino