change url of source0

This commit is contained in:
chengzihan2 2020-10-12 17:54:12 +08:00
parent 12a6b94f25
commit 0d57d66a8f

View File

@ -1,10 +1,10 @@
Name: apache-commons-pool2
Version: 2.4.2
Release: 1
Release: 2
Summary: Apache Commons Object Pooling Library 2.x series
License: ASL 2.0
URL: http://commons.apache.org/proper/commons-pool/
Source0: http://www.apache.org/dist/commons/pool/source/commons-pool2-2.4.2-src.tar.gz
Source0: https://archive.apache.org/dist/commons/pool/source/commons-pool2-%{version}-src.tar.gz
BuildRequires: maven-local mvn(cglib:cglib) mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:) mvn(org.ow2.asm:asm-util)
BuildArch: noarch
@ -45,5 +45,8 @@ This package contains javadoc for %{name}.
%license LICENSE.txt NOTICE.txt
%changelog
* Mon Oct 12 2020 chengzihan <chengzihan2@huawei.com> - 2.4.2-2
- Change url of Source0
* Tue Jul 28 2020 chengzihan <chengzihan2@huawei.com> - 2.4.2-1
- Package init