Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:anonymous@aopalliance.cvs.sourceforge.net:/cvsroot/aopalliance login
# password empty
# cvs -z3 -d:pserver:anonymous@aopalliance.cvs.sourceforge.net:/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 <v-dpalli@microsoft.com> - 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 <pawelwi@microsoft.com> - 1.0-4
- Updating naming for 3.0 version of Azure Linux.

Expand Down