!12 删除无用的saxpath编译依赖
From: @nebd Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
fb609664d1
@ -1,6 +1,6 @@
|
|||||||
Name: freemarker
|
Name: freemarker
|
||||||
Version: 2.3.29
|
Version: 2.3.29
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The Apache FreeMarker Template Engine
|
Summary: The Apache FreeMarker Template Engine
|
||||||
License: ASL 2.0 and OFL-1.1 and CC-BY-SA-3.0
|
License: ASL 2.0 and OFL-1.1 and CC-BY-SA-3.0
|
||||||
URL: https://freemarker.apache.org/
|
URL: https://freemarker.apache.org/
|
||||||
@ -15,7 +15,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: ant apache-parent apache-commons-logging aqute-bnd dom4j >= 1.6.1 hamcrest
|
BuildRequires: ant apache-parent apache-commons-logging aqute-bnd dom4j >= 1.6.1 hamcrest
|
||||||
BuildRequires: ivy-local glassfish-jsp-api glassfish-servlet-api javacc >= 7.0 jaxen >= 1.1
|
BuildRequires: ivy-local glassfish-jsp-api glassfish-servlet-api javacc >= 7.0 jaxen >= 1.1
|
||||||
BuildRequires: jcl-over-slf4j jdom >= 1.0 junit jython log4j-over-slf4j rhino >= 1.6 slf4j
|
BuildRequires: jcl-over-slf4j jdom >= 1.0 junit jython log4j-over-slf4j rhino >= 1.6 slf4j
|
||||||
BuildRequires: xalan-j2 >= 2.7.0 saxpath
|
BuildRequires: xalan-j2 >= 2.7.0
|
||||||
%description
|
%description
|
||||||
Apache FreeMarker is a template engine: a Java library to generate text output
|
Apache FreeMarker is a template engine: a Java library to generate text output
|
||||||
(HTML web pages, e-mails, configuration files, source code, etc.) based on
|
(HTML web pages, e-mails, configuration files, source code, etc.) based on
|
||||||
@ -71,6 +71,9 @@ export LANG=C.UTF-8
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 18 2024 shaojiansong <shaojiansong@kylinos.cn> - 2.3.29-2
|
||||||
|
- Remove unused build require saxpath because it has been merged into Jaxen
|
||||||
|
|
||||||
* Fri Apr 30 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.3.29-1
|
* Fri Apr 30 2021 sunguoshuai <sunguoshuai@huawei.com> - 2.3.29-1
|
||||||
- Upgrade to 2.3.29
|
- Upgrade to 2.3.29
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user