Skip to content

Commit

Permalink
aopalliance: Updating javac source and javac target from 1.6 to 1.8. (#…
Browse files Browse the repository at this point in the history
…10671)

Co-authored-by: dj_palli <[email protected]>
  • Loading branch information
durgajagadeesh and dj_palli authored Feb 6, 2025
1 parent e16dd5f commit db45e0a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions SPECS-EXTENDED/aopalliance/aopalliance.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit db45e0a

Please sign in to comment.