This commit is contained in:
parent
60d49ae521
commit
27c516769c
@ -37,8 +37,13 @@ BuildRequires: mvn(org.eclipse.jetty.alpn:alpn-api)
|
|||||||
BuildRequires: mvn(org.eclipse.jetty:jetty-io) >= %{version}
|
BuildRequires: mvn(org.eclipse.jetty:jetty-io) >= %{version}
|
||||||
BuildRequires: mvn(org.eclipse.jetty:jetty-server) >= %{version}
|
BuildRequires: mvn(org.eclipse.jetty:jetty-server) >= %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# missing gcc13 to build conscrypt's dependencies
|
||||||
|
%if 0%{?sle_version} && 0%{?sle_version} < 150400
|
||||||
|
ExclusiveArch: do-not-build
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
%global desc \
|
%global desc \
|
||||||
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you\
|
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you\
|
||||||
do not need to configure and run a separate web server (like Apache) in order\
|
do not need to configure and run a separate web server (like Apache) in order\
|
||||||
@ -58,13 +63,13 @@ This package contains
|
|||||||
Summary: The alpn modules for Jetty (client components)
|
Summary: The alpn modules for Jetty (client components)
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
%extdesc %summary
|
%{extdesc} %{summary}
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
Summary: The alpn modules for Jetty (server components)
|
Summary: The alpn modules for Jetty (server components)
|
||||||
|
|
||||||
%description server
|
%description server
|
||||||
%extdesc %summary
|
%{extdesc} %{summary}
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user