diff --git a/ant-antunit.spec b/ant-antunit.spec index de5f7e7..04a1f71 100644 --- a/ant-antunit.spec +++ b/ant-antunit.spec @@ -1,11 +1,11 @@ %global base_name antunit Name: ant-%{base_name} Version: 1.3 -Release: 1 +Release: 2 Summary: Provide antunit ant task License: ASL 2.0 URL: http://ant.apache.org/antlibs/antunit/ -Source0: http://www.apache.org/dist/ant/antlibs/%{base_name}/source/apache-%{name}-%{version}-src.tar.bz2 +Source0: https://archive.apache.org/dist/ant/antlibs/%{base_name}/source/apache-%{name}-%{version}-src.tar.bz2 BuildArch: noarch BuildRequires: javapackages-local ant ant-junit ant-testutil @@ -50,5 +50,8 @@ echo "ant/%{name}" > %{buildroot}%{_sysconfdir}/ant.d/%{base_name} %license LICENSE NOTICE %changelog +* Mon Sep 14 2020 chengzihan - 1.3-2 +- Replace invalid url of Source0 + * Fri Jul 24 2020 chengzihan - 1.3-1 - Package init