diff --git a/httpcomponents-asyncclient-4.1.2-src.tar.gz b/httpcomponents-asyncclient-4.1.2-src.tar.gz deleted file mode 100644 index 3954b9c..0000000 Binary files a/httpcomponents-asyncclient-4.1.2-src.tar.gz and /dev/null differ diff --git a/httpcomponents-asyncclient-4.1.5-src.tar.gz b/httpcomponents-asyncclient-4.1.5-src.tar.gz new file mode 100644 index 0000000..333d303 Binary files /dev/null and b/httpcomponents-asyncclient-4.1.5-src.tar.gz differ diff --git a/httpcomponents-asyncclient.spec b/httpcomponents-asyncclient.spec index 22c4253..23494eb 100644 --- a/httpcomponents-asyncclient.spec +++ b/httpcomponents-asyncclient.spec @@ -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 - 4.1.5-1 +- Upgrade 4.1.5 + * Fri Aug 21 2020 maminjie - 4.1.2-1 - package init