Set javac source and target to 1.8
This commit is contained in:
parent
f089d9a2dc
commit
ca3f0886fd
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
Name: jakarta-oro
|
Name: jakarta-oro
|
||||||
Version: 2.0.8
|
Version: 2.0.8
|
||||||
Release: 33%{?dist}
|
Release: 34%{?dist}
|
||||||
Summary: Full regular expressions API
|
Summary: Full regular expressions API
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Source0: http://archive.apache.org/dist/jakarta/oro/%{name}-%{version}.tar.gz
|
Source0: http://archive.apache.org/dist/jakarta/oro/%{name}-%{version}.tar.gz
|
||||||
@ -75,7 +75,7 @@ for file in `find . -type f -name .cvsignore`; do rm -rf $file; done
|
|||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant -Dfinal.name=%{base_name} jar javadocs
|
ant -Dfinal.name=%{base_name} jar javadocs -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_file : %{name} %{base_name}
|
%mvn_file : %{name} %{base_name}
|
||||||
@ -91,6 +91,9 @@ ant -Dfinal.name=%{base_name} jar javadocs
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 01 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 2.0.8-34
|
||||||
|
- Set javac source and target to 1.8
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-33
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-33
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user