diff --git a/jexcelapi.spec b/jexcelapi.spec index 8febca0..8c63b43 100644 --- a/jexcelapi.spec +++ b/jexcelapi.spec @@ -1,11 +1,13 @@ +%define git_version %(echo %{version} |sed -e 's/\\./_/g') + %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}_%{git_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 +76,8 @@ cp -r docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Tue Oct 13 2020 Qingqing Li +- update source0 + * Mon Jul 27 2020 Jeffery.Gao - 2.6.12-1 - Package init