forked from pool/tomcat10
This commit is contained in:
parent
62d3a2d1f9
commit
cf3fb54530
@ -122,7 +122,7 @@ BuildRequires: unzip
|
||||
BuildRequires: wsdl4j
|
||||
BuildRequires: zip
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: tomcat10-lib = %{version}-%{release}
|
||||
Requires: %{name}-lib = %{version}-%{release}
|
||||
Requires: apache-commons-daemon
|
||||
Requires: apache-commons-dbcp
|
||||
Requires: apache-commons-jexl
|
||||
@ -148,7 +148,7 @@ ATTENTION: This tomcat is built with java %{java_version}.
|
||||
%package admin-webapps
|
||||
Summary: The host manager and manager web applications for Apache Tomcat
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: tomcat = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Conflicts: tomcat-admin-webapps
|
||||
|
||||
%description admin-webapps
|
||||
@ -165,7 +165,7 @@ Embeddeding support (various libraries) for Apache Tomcat.
|
||||
%package docs-webapp
|
||||
Summary: The "docs" web application for Apache Tomcat
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: tomcat = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Conflicts: tomcat-docs-webapp
|
||||
|
||||
%description docs-webapp
|
||||
@ -198,8 +198,6 @@ Javadoc generated documentation files for Apache Tomcat.
|
||||
%package jsp-%{jspspec_major}_%{jspspec_minor}-api
|
||||
Summary: Apache Tomcat JSP API implementation classes
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: mvn(org.apache.tomcat:tomcat-el-api)
|
||||
Requires: mvn(org.apache.tomcat:tomcat-servlet-api)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Provides: tomcat-jsp-%{jspspec}-api
|
||||
@ -215,7 +213,7 @@ Apache Tomcat JSP API implementation classes version %{jspspec}
|
||||
%package jsvc
|
||||
Summary: Apache jsvc wrapper for Apache Tomcat as separate service
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: tomcat = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: apache-commons-daemon-jsvc
|
||||
Conflicts: tomcat-jsvc
|
||||
|
||||
@ -260,7 +258,7 @@ Apache Tomcat Servlet API implementation classes version %{servletspec}
|
||||
%package webapps
|
||||
Summary: ROOT and examples web applications for Apache Tomcat
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires: tomcat = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: jakarta-taglibs-standard >= 1.1
|
||||
Conflicts: tomcat-webapps
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user