upgrade 4.1.5

Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit 692539013e4762bf1f05aab287b2527d000774de)
This commit is contained in:
cherry530 2022-05-27 15:39:59 +08:00 committed by openeuler-sync-bot
parent 9307cc0340
commit dd548c6515
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