From 8541339e3fc6556340fa21b06711c97896152e9e Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 14 Sep 2020 10:28:13 +0800 Subject: [PATCH] Modify source0 --- apache-commons-csv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-csv.spec b/apache-commons-csv.spec index 8f1f2ac..1b1eca2 100644 --- a/apache-commons-csv.spec +++ b/apache-commons-csv.spec @@ -1,11 +1,11 @@ Name: apache-commons-csv Version: 1.5 -Release: 1 +Release: 2 Summary: Utilities to assist with handling of CSV files License: ASL 2.0 URL: https://commons.apache.org/proper/commons-csv/ BuildArch: noarch -Source0: http://www.apache.org/dist/commons/csv/source/commons-csv-%{version}-src.tar.gz +Source0: http://archive.apache.org/dist/commons/csv/source/commons-csv-%{version}-src.tar.gz BuildRequires: maven-local mvn(commons-io:commons-io) mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-lang3) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) @@ -47,5 +47,8 @@ rm src/test/java/org/apache/commons/csv/CSVPrinterTest.java %license LICENSE.txt NOTICE.txt %changelog +* Mon Sep 14 2020 baizhonggui - 1.5-2 +- Modify source0 + * Sat Jul 25 2020 chengzihan - 1.5-1 - Package init -- Gitee