SHA256
1
0
forked from pool/tomcat
Fridrich Strba 2019-01-26 08:14:46 +00:00 committed by Git OBS Bridge
parent ea92286465
commit 2d628c2515

View File

@ -45,7 +45,7 @@ Release: 0
Summary: Apache Servlet/JSP/EL Engine, RI for Servlet 4.0/JSP 2.3/EL 3.0 API Summary: Apache Servlet/JSP/EL Engine, RI for Servlet 4.0/JSP 2.3/EL 3.0 API
License: Apache-2.0 License: Apache-2.0
Group: Productivity/Networking/Web/Servers Group: Productivity/Networking/Web/Servers
Url: http://tomcat.apache.org URL: http://tomcat.apache.org
Source0: https://archive.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz Source0: https://archive.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz
Source1: %{name}-%{major_version}.%{minor_version}.conf Source1: %{name}-%{major_version}.%{minor_version}.conf
Source2: %{name}-%{major_version}.%{minor_version}.init Source2: %{name}-%{major_version}.%{minor_version}.init
@ -184,8 +184,8 @@ Javadoc generated documentation files for Apache Tomcat.
%package jsp-2_3-api %package jsp-2_3-api
Summary: Apache Tomcat JSP API implementation classes Summary: Apache Tomcat JSP API implementation classes
Group: Productivity/Networking/Web/Servers Group: Productivity/Networking/Web/Servers
Requires: %{name}-el-%{elspec}-api = %{version}-%{release} Requires: mvn(org.apache.tomcat:tomcat-el-api)
Requires: %{name}-servlet-%{servletspec}-api = %{version}-%{release} Requires: mvn(org.apache.tomcat:tomcat-servlet-api)
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
Provides: %{name}-jsp-%{jspspec}-api Provides: %{name}-jsp-%{jspspec}-api