Remove unused build require saxpath because it has been merged into Jaxen

This commit is contained in:
shaojiansong 2024-01-18 16:51:16 +08:00
parent e176202105
commit 341c0da333

View File

@ -1,6 +1,6 @@
Name: freemarker
Version: 2.3.29
Release: 1
Release: 2
Summary: The Apache FreeMarker Template Engine
License: ASL 2.0 and OFL-1.1 and CC-BY-SA-3.0
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: 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: xalan-j2 >= 2.7.0 saxpath
BuildRequires: xalan-j2 >= 2.7.0
%description
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
@ -71,6 +71,9 @@ export LANG=C.UTF-8
%license LICENSE NOTICE
%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
- Upgrade to 2.3.29