#
# spec file for package jetty-minimal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2000-2007, JPackage Project
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global base_name jetty
%global addver .v20240826
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
Name: %{base_name}-minimal
Version: 9.4.56
Release: 0
Summary: Java Webserver and Servlet Container
License: Apache-2.0 OR EPL-1.0
Group: Productivity/Networking/Web/Servers
URL: https://www.eclipse.org/jetty/
Source0: https://github.com/eclipse/%{base_name}.project/archive/%{base_name}-%{version}%{addver}.tar.gz#/%{src_name}.tar.gz
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(javax.annotation:javax.annotation-api)
BuildRequires: mvn(javax.servlet:javax.servlet-api)
BuildRequires: mvn(javax.transaction:javax.transaction-api)
BuildRequires: mvn(org.apache.ant:ant)
BuildRequires: mvn(org.apache.ant:ant-launcher)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
BuildRequires: mvn(org.apache.tomcat:tomcat-jasper)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildRequires: mvn(org.eclipse.jetty.orbit:javax.mail.glassfish)
BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-schemas)
BuildRequires: mvn(org.jboss.logging:jboss-logging)
BuildRequires: mvn(org.ow2.asm:asm)
BuildRequires: mvn(org.ow2.asm:asm-commons)
BuildRequires: mvn(org.slf4j:slf4j-api)
BuildArch: noarch
%description
%global desc \
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\
to use Java, servlets and JSPs to generate dynamic content. Jetty is a fully\
featured web server for static and dynamic content. Unlike separate\
server/container solutions, this means that your web server and web\
application run in the same process, without interconnection overheads\
and complications. Furthermore, as a pure java component, Jetty can be simply\
included in your application for demonstration, distribution or deployment.\
Jetty is available on all Java supported platforms.
%global extdesc %{desc}\
\
This package contains
%{desc}
%package -n %{base_name}-annotations
Summary: The annotations module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-annotations
%{extdesc} %{summary}.
%package -n %{base_name}-ant
Summary: The ant module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-ant
%{extdesc} %{summary}.
%package -n %{base_name}-cdi
Summary: The cdi module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-cdi
%{extdesc} %{summary}.
%package -n %{base_name}-client
Summary: The client module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-client
%{extdesc} %{summary}.
%package -n %{base_name}-continuation
Summary: The continuation module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-continuation
%{extdesc} %{summary}.
%package -n %{base_name}-deploy
Summary: The deploy module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-deploy
%{extdesc} %{summary}.
%package -n %{base_name}-fcgi
Summary: The fcgi module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-fcgi
%{extdesc} %{summary}.
%package -n %{base_name}-http
Summary: The http module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-http
%{extdesc} %{summary}.
%package -n %{base_name}-http-spi
Summary: The http-spi module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-http-spi
%{extdesc} %{summary}.
%package -n %{base_name}-io
Summary: The io module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-io
%{extdesc} %{summary}.
%package -n %{base_name}-jaas
Summary: The jaas module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-jaas
%{extdesc} %{summary}.
%package -n %{base_name}-jmx
Summary: The jmx module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-jmx
%{extdesc} %{summary}.
%package -n %{base_name}-jndi
Summary: The jndi module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-jndi
%{extdesc} %{summary}.
%package -n %{base_name}-jsp
Summary: The jsp module for Jetty
Group: Productivity/Networking/Web/Servers
Requires: glassfish-el
%description -n %{base_name}-jsp
%{extdesc} %{summary}.
%package -n %{base_name}-openid
Summary: The openid module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-openid
%{extdesc} %{summary}.
%package -n %{base_name}-plus
Summary: The plus module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-plus
%{extdesc} %{summary}.
%package -n %{base_name}-proxy
Summary: The proxy module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-proxy
%{extdesc} %{summary}.
%package -n %{base_name}-quickstart
Summary: The quickstart module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-quickstart
%{extdesc} %{summary}.
%package -n %{base_name}-rewrite
Summary: The rewrite module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-rewrite
%{extdesc} %{summary}.
%package -n %{base_name}-security
Summary: The security module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-security
%{extdesc} %{summary}.
%package -n %{base_name}-server
Summary: The server module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-server
%{extdesc} %{summary}.
%package -n %{base_name}-servlet
Summary: The servlet module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-servlet
%{extdesc} %{summary}.
%package -n %{base_name}-servlets
Summary: The servlets module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-servlets
%{extdesc} %{summary}.
%package -n %{base_name}-start
Summary: The start module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-start
%{extdesc} %{summary}.
%package -n %{base_name}-util
Summary: The util module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-util
%{extdesc} %{summary}.
%package -n %{base_name}-util-ajax
Summary: The util-ajax module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-util-ajax
%{extdesc} %{summary}.
%package -n %{base_name}-webapp
Summary: The webapp module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-webapp
%{extdesc} %{summary}.
%package -n %{base_name}-xml
Summary: The xml module for Jetty
Group: Productivity/Networking/Web/Servers
%description -n %{base_name}-xml
%{extdesc} %{summary}.
%package javadoc
Summary: Javadoc for %{name}
Group: Productivity/Networking/Web/Servers
%description javadoc
%{summary}.
%prep
%setup -q -n %{src_name}
find . -name "*.?ar" -exec rm {} \;
find . -name "*.class" -exec rm {} \;
%pom_remove_dep :::import
# Plugins irrelevant or harmful to building the package
%pom_remove_plugin -r :maven-checkstyle-plugin
%pom_remove_plugin -r :maven-enforcer-plugin
%pom_remove_plugin -r :maven-eclipse-plugin
%pom_remove_plugin -r :license-maven-plugin
%pom_remove_plugin -r :maven-site-plugin
%pom_remove_plugin -r :maven-source-plugin
%pom_remove_plugin -r :maven-deploy-plugin
%pom_remove_plugin -r :jacoco-maven-plugin
%pom_remove_plugin -r :maven-release-plugin
%pom_remove_plugin -r :buildnumber-maven-plugin
%pom_remove_plugin -r :h2spec-maven-plugin
# Unnecessary pom flattening can be skipped
%pom_remove_plugin -r :flatten-maven-plugin jetty-bom
%pom_disable_module aggregates/jetty-all
%pom_xpath_inject "pom:configuration/pom:instructions" \
"sun.misc;resolution:=optional,com.sun.nio.file;resolution:=optional,*"
%pom_remove_dep "com.sun.net.httpserver:http" jetty-http-spi
%pom_change_dep -r org.mortbay.jasper:apache-jsp org.apache.tomcat:tomcat-jasper
%pom_add_dep 'org.junit.jupiter:junit-jupiter-engine:${junit.version}' tests/test-sessions/test-sessions-common
# provided by glassfish-jsp-api that has newer version
%pom_change_dep -r javax.servlet.jsp:jsp-api javax.servlet.jsp:javax.servlet.jsp-api
# txt artifact - not installable
%pom_remove_plugin ":jetty-version-maven-plugin"
%pom_xpath_remove "pom:artifactItem[pom:classifier='version']" jetty-home
# Disable building source release
%pom_xpath_remove 'pom:execution[pom:id="sources"]' jetty-home
# Unwanted JS in javadoc
sed -i '/^\s*\*.*