Accepting request 965937 from Java:packages
Standalone JavaEE inconditionally OBS-URL: https://build.opensuse.org/request/show/965937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-sdk-java?expand=0&rev=4
This commit is contained in:
commit
047f9d09f3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 30 10:00:46 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build against the standalone JavaEE modules inconditionally
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 23 23:10:15 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Wed Mar 23 23:10:15 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -34,13 +34,11 @@ BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind)
|
|||||||
BuildRequires: mvn(com.fasterxml.jackson.dataformat:jackson-dataformat-cbor)
|
BuildRequires: mvn(com.fasterxml.jackson.dataformat:jackson-dataformat-cbor)
|
||||||
BuildRequires: mvn(commons-logging:commons-logging)
|
BuildRequires: mvn(commons-logging:commons-logging)
|
||||||
BuildRequires: mvn(javax.mail:javax.mail-api)
|
BuildRequires: mvn(javax.mail:javax.mail-api)
|
||||||
|
BuildRequires: mvn(javax.xml.bind:jaxb-api)
|
||||||
BuildRequires: mvn(joda-time:joda-time)
|
BuildRequires: mvn(joda-time:joda-time)
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
BuildRequires: mvn(javax.xml.bind:jaxb-api)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The AWS SDK for Java enables Java developers to easily work with
|
The AWS SDK for Java enables Java developers to easily work with
|
||||||
@ -155,7 +153,6 @@ client side metrics collected from AWS Java SDK to
|
|||||||
Amazon CloudWatch.
|
Amazon CloudWatch.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#%% package code-generator
|
#%% package code-generator
|
||||||
%package codecommit
|
%package codecommit
|
||||||
Summary: AWS Java SDK for AWS CodeCommit
|
Summary: AWS Java SDK for AWS CodeCommit
|
||||||
@ -176,7 +173,6 @@ client classes that are used for communicating with
|
|||||||
AWS CodeDeploy Service.
|
AWS CodeDeploy Service.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#%% package codegen-maven-plugin
|
#%% package codegen-maven-plugin
|
||||||
%package codepipeline
|
%package codepipeline
|
||||||
Summary: AWS Java SDK for AWS CodePipeline
|
Summary: AWS Java SDK for AWS CodePipeline
|
||||||
@ -646,7 +642,6 @@ client classes that are used for communicating with
|
|||||||
AWS Support Service.
|
AWS Support Service.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#%% package swf-libraries
|
#%% package swf-libraries
|
||||||
%package test-utils
|
%package test-utils
|
||||||
Summary: AWS SDK for Java - Test Utils
|
Summary: AWS SDK for Java - Test Utils
|
||||||
@ -800,9 +795,7 @@ sed -i '/GuardedBy/d' \
|
|||||||
|
|
||||||
%pom_remove_dep :aws-java-sdk-swf-libraries aws-java-sdk
|
%pom_remove_dep :aws-java-sdk-swf-libraries aws-java-sdk
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
%pom_add_dep javax.xml.bind:jaxb-api aws-java-sdk-core
|
%pom_add_dep javax.xml.bind:jaxb-api aws-java-sdk-core
|
||||||
%endif
|
|
||||||
|
|
||||||
# Convert from dos to unix line ending
|
# Convert from dos to unix line ending
|
||||||
dos2unix src/samples/AmazonEC2SpotInstances-Advanced/CreateSecurityGroupApp.java \
|
dos2unix src/samples/AmazonEC2SpotInstances-Advanced/CreateSecurityGroupApp.java \
|
||||||
|
Loading…
Reference in New Issue
Block a user