-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aopalliance: Updating javac source and javac target from 1.6 to 1.8. (#…
…10671) Co-authored-by: dj_palli <[email protected]>
- Loading branch information
1 parent
e16dd5f
commit db45e0a
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,16 @@ Distribution: Azure Linux | |
|
||
Name: aopalliance | ||
Version: 1.0 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
Summary: Java/J2EE AOP standards | ||
License: Public Domain | ||
Group: Development/Libraries/Java | ||
URL: http://aopalliance.sourceforge.net/ | ||
URL: https://aopalliance.sourceforge.net/ | ||
# cvs -d:pserver:[email protected]:/cvsroot/aopalliance login | ||
# password empty | ||
# cvs -z3 -d:pserver:[email protected]:/cvsroot/aopalliance export -r HEAD aopalliance | ||
Source0: %{_distro_sources_url}/aopalliance-src.tar.gz | ||
Source1: http://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom | ||
Source1: https://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom | ||
Source2: %{name}-MANIFEST.MF | ||
Source3: %{name}-LICENSE.txt | ||
BuildRequires: ant | ||
|
@@ -61,7 +61,7 @@ cp %{SOURCE3} ./LICENSE.txt | |
export CLASSPATH= | ||
export OPT_JAR_LIST=: | ||
%{ant} \ | ||
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \ | ||
-Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \ | ||
-Dbuild.sysclasspath=only jar javadoc | ||
|
||
# Inject OSGi manifest required by Eclipse. | ||
|
@@ -87,6 +87,11 @@ cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}/ | |
%{_javadocdir}/%{name} | ||
|
||
%changelog | ||
* Tue 08 2024 Durga Jagadeesh Palli <[email protected]> - 1.0-5 | ||
- Updating javac source and javac target from 1.6 to 1.8. | ||
- change URL and source from http to https | ||
- License verified. | ||
|
||
* Thu Feb 22 2024 Pawel Winogrodzki <[email protected]> - 1.0-4 | ||
- Updating naming for 3.0 version of Azure Linux. | ||
|
||
|