!3 [sync] PR-2: httpcomponents-asyncclient升级到4.1.5版本

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-18 06:44:07 +00:00 committed by Gitee
commit 7cd2374e54
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: httpcomponents-asyncclient
Version: 4.1.2
Version: 4.1.5
Release: 1
Summary: Apache components to build asynchronous client side HTTP services
License: ASL 2.0
@ -37,9 +37,12 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%setup -q -n %{name}-%{version}
%setup -q -c -n %{name}-%{version}
find . -name "*.class" -delete
find . -name "*.jar" -type f -delete
%pom_remove_plugin :maven-jar-plugin
%pom_remove_plugin :maven-jar-plugin ./httpasyncclient-cache
%pom_remove_plugin :maven-jar-plugin ./httpasyncclient
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-source-plugin
@ -85,5 +88,8 @@ done
%license LICENSE.txt NOTICE.txt
%changelog
* Fri May 27 2022 xu_ping <xuping33@h-partners.com> - 4.1.5-1
- Upgrade 4.1.5
* Fri Aug 21 2020 maminjie <maminjie1@huawei.com> - 4.1.2-1
- package init