This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package tomcat10
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
@@ -155,8 +155,6 @@ Group: Productivity/Networking/Web/Servers
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(post): libxslt-tools
|
||||
Conflicts: %{app_name}-admin-webapps
|
||||
Provides: group(tomcat)
|
||||
Provides: user(tomcat)
|
||||
|
||||
%description admin-webapps
|
||||
The host manager and manager web-based applications for Apache Tomcat.
|
||||
@@ -183,7 +181,7 @@ The documentation of web application for Apache Tomcat.
|
||||
Summary: Expression Language v%{elspec} API
|
||||
Group: Development/Libraries/Java
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Provides: %{app_name}-el-%{elspec}-api = %{version}-%{release}
|
||||
Provides: el_%{elspec_major}_%{elspec_minor}_api = %{version}-%{release}
|
||||
Provides: el_api = %{elspec}
|
||||
@@ -207,7 +205,7 @@ Javadoc generated documentation files for Apache Tomcat.
|
||||
Summary: Apache Tomcat JSP API implementation classes
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: %{app_name}-jsp-%{jspspec}-api
|
||||
Provides: jsp = %{jspspec}
|
||||
Provides: jsp%{jspspec_major}%{jspspec_minor}
|
||||
@@ -238,7 +236,7 @@ Requires: %{app_name}-jsp-%{jspspec}-api = %{version}-%{release}
|
||||
Requires: %{app_name}-servlet-%{servletspec}-api = %{version}-%{release}
|
||||
Requires: mvn(org.apache.tomcat:tomcat-websocket-client-api)
|
||||
Requires(post): ecj >= 4.4
|
||||
Requires(preun):coreutils
|
||||
Requires(preun): coreutils
|
||||
Provides: jakarta-commons-dbcp-tomcat5 = 1.4
|
||||
Obsoletes: jakarta-commons-dbcp-tomcat5 < 1.4
|
||||
Conflicts: %{app_name}-lib
|
||||
@@ -250,7 +248,7 @@ Libraries required to successfully run the Tomcat Web container
|
||||
Summary: Apache Tomcat Servlet API implementation classes
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: %{app_name}-servlet-%{servletspec}-api = %{version}-%{release}
|
||||
Provides: servlet = %{servletspec}
|
||||
Provides: servlet11
|
||||
@@ -270,8 +268,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Requires: jakarta-taglibs-standard >= 1.1
|
||||
Requires(post): libxslt-tools
|
||||
Conflicts: %{app_name}-webapps
|
||||
Provides: group(tomcat)
|
||||
Provides: user(tomcat)
|
||||
|
||||
%description webapps
|
||||
The ROOT and examples web applications for Apache Tomcat
|
||||
|
Reference in New Issue
Block a user