From 30f7aeb2786e8e72d68623c3e2afdb415815a13f Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Tue, 13 Oct 2020 16:32:52 +0800 Subject: [PATCH] update source0 --- jexcelapi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jexcelapi.spec b/jexcelapi.spec index 8febca0..ff793be 100644 --- a/jexcelapi.spec +++ b/jexcelapi.spec @@ -1,11 +1,11 @@ %global oname jxl Name: jexcelapi Version: 2.6.12 -Release: 1 +Release: 2 Summary: A Java API to read, write and modify Excel spreadsheets License: LGPLv3 URL: http://www.andykhan.com/jexcelapi -Source0: http://www.andykhan.com/jexcelapi/jexcelapi_2_6_12.tar.gz +Source0: https://sourceforge.net/projects/jexcelapi/files/jexcelapi/%{version}/%{name}_%{version}.tar.gz Source1: http://repo1.maven.org/maven2/net/sourceforge/jexcelapi/jxl/2.6.12/jxl-2.6.12.pom Patch0: jexcelapi-build.patch Requires: log4j12 jpackage-utils @@ -74,5 +74,8 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Tue Oct 13 2020 Qingqing Li - 2.6.12-2 +- update source0 + * Mon Jul 27 2020 Jeffery.Gao - 2.6.12-1 - Package init -- Gitee