import CS bsf-2.4.0-48.el9
This commit is contained in:
parent
f7ccad922f
commit
8c399f9375
@ -1,10 +1,11 @@
|
|||||||
Name: bsf
|
Name: bsf
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 43%{?dist}
|
Release: 48%{?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/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
|
||||||
|
|
||||||
Source0: http://apache.mirror.anlx.net//commons/%{name}/source/%{name}-src-%{version}.tar.gz
|
Source0: http://apache.mirror.anlx.net//commons/%{name}/source/%{name}-src-%{version}.tar.gz
|
||||||
Source1: %{name}-pom.xml
|
Source1: %{name}-pom.xml
|
||||||
@ -46,8 +47,8 @@ engines:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
find -name \*.jar -delete
|
find -name \*.jar -delete
|
||||||
|
|
||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
@ -55,7 +56,7 @@ 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 -Dsource.level=1.6 jar
|
ant -Dsource.level=1.6 -Dant.build.javac.target=1.6 jar
|
||||||
|
|
||||||
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
|
%mvn_artifact %{SOURCE1} build/lib/%{name}.jar
|
||||||
|
|
||||||
@ -67,6 +68,21 @@ ant -Dsource.level=1.6 jar
|
|||||||
%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt
|
%doc AUTHORS.txt CHANGES.txt README.txt TODO.txt RELEASE-NOTE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4.0-48
|
||||||
|
- Explicitly specify JVM target version
|
||||||
|
|
||||||
|
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-47
|
||||||
|
- Add noarch to ExclusiveArch
|
||||||
|
|
||||||
|
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-46
|
||||||
|
- Disable building on i686
|
||||||
|
|
||||||
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-45
|
||||||
|
- Fix patch usage
|
||||||
|
|
||||||
|
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.4.0-44
|
||||||
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.0-43
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.0-43
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user