520 lines
20 KiB
RPMSpec
520 lines
20 KiB
RPMSpec
# Copyright (c) 2000-2008, JPackage Project
|
|
# All rights reserved.
|
|
#
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# modification, are permitted provided that the following conditions
|
|
# are met:
|
|
#
|
|
# 1. Redistributions of source code must retain the above copyright
|
|
# notice, this list of conditions and the following disclaimer.
|
|
# 2. Redistributions in binary form must reproduce the above copyright
|
|
# notice, this list of conditions and the following disclaimer in the
|
|
# documentation and/or other materials provided with the
|
|
# distribution.
|
|
# 3. Neither the name of the JPackage Project nor the names of its
|
|
# contributors may be used to endorse or promote products derived
|
|
# from this software without specific prior written permission.
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#
|
|
|
|
%global major_version 9
|
|
%global minor_version 0
|
|
%global micro_version 7
|
|
%global redhat_version 10
|
|
%global packdname apache-tomcat-%{version}.redhat-%{redhat_version}-src
|
|
|
|
# Specification versions
|
|
%global servletspec 4.0
|
|
%global jspspec 2.3
|
|
%global elspec 3.0
|
|
|
|
%global tcuid 91
|
|
|
|
# FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
|
|
%global basedir %{_var}/lib/%{name}
|
|
%global appdir %{basedir}/webapps
|
|
%global homedir %{_datadir}/%{name}
|
|
%global bindir %{homedir}/bin
|
|
%global confdir %{_sysconfdir}/%{name}
|
|
%global libdir %{_javadir}/%{name}
|
|
%global logdir %{_var}/log/%{name}
|
|
%global cachedir %{_var}/cache/%{name}
|
|
%global tempdir %{cachedir}/temp
|
|
%global workdir %{cachedir}/work
|
|
%global _initrddir %{_sysconfdir}/init.d
|
|
%global _systemddir /lib/systemd/system
|
|
|
|
Name: tomcat
|
|
Epoch: 1
|
|
Version: %{major_version}.%{minor_version}.%{micro_version}
|
|
Release: 1%{?dist}
|
|
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
|
Group: System Environment/Daemons
|
|
License: ASL 2.0
|
|
URL: http://tomcat.apache.org/
|
|
|
|
#Source0: http://www.apache.org/dist/tomcat/tomcat-%%{major_version}/v%%{version}/src/%%{packdname}.tar.gz
|
|
Source0: tomcat-9.0.7.redhat-10-src.zip
|
|
Source1: %{name}-%{major_version}.%{minor_version}.conf
|
|
Source3: %{name}-%{major_version}.%{minor_version}.sysconfig
|
|
Source4: %{name}-%{major_version}.%{minor_version}.wrapper
|
|
Source6: %{name}-%{major_version}.%{minor_version}-digest.script
|
|
Source7: %{name}-%{major_version}.%{minor_version}-tool-wrapper.script
|
|
Source8: servlet-api-OSGi-MANIFEST.MF
|
|
Source9: jsp-api-OSGi-MANIFEST.MF
|
|
Source11: %{name}-%{major_version}.%{minor_version}.service
|
|
Source12: el-api-OSGi-MANIFEST.MF
|
|
Source13: jasper-el-OSGi-MANIFEST.MF
|
|
Source14: jasper-OSGi-MANIFEST.MF
|
|
Source15: tomcat-api-OSGi-MANIFEST.MF
|
|
Source16: tomcat-juli-OSGi-MANIFEST.MF
|
|
Source21: tomcat-functions
|
|
Source30: tomcat-preamble
|
|
Source31: tomcat-server
|
|
Source32: tomcat-named.service
|
|
|
|
Patch0: %{name}-%{major_version}.%{minor_version}-bootstrap-MANIFEST.MF.patch
|
|
Patch1: %{name}-%{major_version}.%{minor_version}-tomcat-users-webapp.patch
|
|
Patch2: %{name}-8.0.36-CompilerOptionsV9.patch
|
|
Patch3: disableJavadocFailOnWarning.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: ant
|
|
BuildRequires: ecj >= 1:4.6.3
|
|
BuildRequires: findutils
|
|
BuildRequires: apache-commons-collections
|
|
BuildRequires: apache-commons-daemon
|
|
BuildRequires: apache-commons-dbcp
|
|
BuildRequires: apache-commons-pool
|
|
BuildRequires: java-devel >= 1:1.8.0
|
|
BuildRequires: jpackage-utils >= 0:1.7.0
|
|
%if 0%{?fedora} >= 27 || 0%{?rhel} > 7
|
|
# add_maven_depmap is deprecated, using javapackages-local for now
|
|
# See https://fedora-java.github.io/howto/latest/#_add_maven_depmap_macro
|
|
BuildRequires: javapackages-local
|
|
%endif
|
|
BuildRequires: junit
|
|
BuildRequires: geronimo-jaxrpc
|
|
BuildRequires: wsdl4j
|
|
BuildRequires: systemd-units
|
|
|
|
Requires: apache-commons-daemon
|
|
Requires: apache-commons-collections
|
|
Requires: apache-commons-dbcp
|
|
Requires: apache-commons-pool
|
|
Requires: java-headless >= 1:1.8.0
|
|
Requires: jpackage-utils
|
|
Requires: procps
|
|
Requires(pre): shadow-utils
|
|
Requires(post): chkconfig
|
|
Requires(postun): chkconfig
|
|
Requires(preun): chkconfig
|
|
Requires(post): systemd-units
|
|
Requires(preun): systemd-units
|
|
Requires(postun): systemd-units
|
|
|
|
# added after log4j sub-package was removed
|
|
Provides: %{name}-log4j = %{epoch}:%{version}-%{release}
|
|
|
|
# Leftover requires/provides from removing the subpackages
|
|
# they still apply in instances where the old version is installed.
|
|
|
|
#%%package jsp-%%{jspspec}-api
|
|
Provides: jsp = %{jspspec}
|
|
Obsoletes: %{name}-jsp-2.2-api
|
|
|
|
#%%package lib
|
|
Requires: ecj >= 1:4.6.3
|
|
Requires(preun): coreutils
|
|
|
|
#%%package servlet-%%{servletspec}-api
|
|
Provides: servlet = %{servletspec}
|
|
Provides: servlet6
|
|
Provides: servlet3
|
|
Obsoletes: %{name}-servlet-3.0-api
|
|
|
|
#%%package el-%%{elspec}-api
|
|
Provides: el_api = %{elspec}
|
|
Obsoletes: %{name}-el-2.2-api
|
|
|
|
%description
|
|
Tomcat is the servlet container that is used in the official Reference
|
|
Implementation for the Java Servlet and JavaServer Pages technologies.
|
|
The Java Servlet and JavaServer Pages specifications are developed by
|
|
Sun under the Java Community Process.
|
|
|
|
Tomcat is developed in an open and participatory environment and
|
|
released under the Apache Software License version 2.0. Tomcat is intended
|
|
to be a collaboration of the best-of-breed developers from around the world.
|
|
|
|
%prep
|
|
%setup -q -n %{packdname}
|
|
|
|
# remove pre-built binaries and windows files
|
|
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
|
|
-name "*.jar" -o -name "*.war" -o -name "*.zip" \) -delete
|
|
|
|
%patch0 -p0
|
|
%patch1 -p0
|
|
%patch2 -p0
|
|
#%%patch3 -p0
|
|
|
|
%build
|
|
export OPT_JAR_LIST="xalan-j2-serializer"
|
|
# we don't care about the tarballs and we're going to replace
|
|
# tomcat-dbcp.jar with apache-commons-{collections,dbcp,pool}-tomcat5.jar
|
|
# so just create a dummy file for later removal
|
|
touch HACK
|
|
|
|
# who needs a build.properties file anyway
|
|
%{ant} -Dbase.path="." \
|
|
-Dbuild.compiler="modern" \
|
|
-Dcommons-collections.jar="$(build-classpath apache-commons-collections)" \
|
|
-Dcommons-daemon.jar="$(build-classpath apache-commons-daemon)" \
|
|
-Dcommons-daemon.native.src.tgz="HACK" \
|
|
-Djdt.jar="$(build-classpath ecj)" \
|
|
-Dtomcat-native.tar.gz="HACK" \
|
|
-Dtomcat-native.home="." \
|
|
-Dcommons-daemon.native.win.mgr.exe="HACK" \
|
|
-Dnsis.exe="HACK" \
|
|
-Djaxrpc-lib.jar="$(build-classpath jaxrpc)" \
|
|
-Dwsdl4j-lib.jar="$(build-classpath wsdl4j)" \
|
|
-Dno.build.dbcp=true \
|
|
-Dversion="%{version}" \
|
|
-Dversion.build="%{micro_version}" \
|
|
-Djava.7.home=%{java_home} \
|
|
-Dexecute.validate=false \
|
|
deploy dist-prepare dist-source
|
|
|
|
# remove some jars that we'll replace with symlinks later
|
|
%{__rm} output/build/bin/commons-daemon.jar output/build/lib/ecj.jar
|
|
|
|
# inject OSGi manifests
|
|
mkdir -p META-INF
|
|
cp -p %{SOURCE8} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/lib/servlet-api.jar META-INF/MANIFEST.MF
|
|
cp -p %{SOURCE9} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/lib/jsp-api.jar META-INF/MANIFEST.MF
|
|
cp -p %{SOURCE12} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/lib/el-api.jar META-INF/MANIFEST.MF
|
|
cp -p %{SOURCE13} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/lib/jasper-el.jar META-INF/MANIFEST.MF
|
|
cp -p %{SOURCE14} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/lib/jasper.jar META-INF/MANIFEST.MF
|
|
cp -p %{SOURCE15} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/lib/tomcat-api.jar META-INF/MANIFEST.MF
|
|
cp -p %{SOURCE16} META-INF/MANIFEST.MF
|
|
touch META-INF/MANIFEST.MF
|
|
zip output/build/bin/tomcat-juli.jar META-INF/MANIFEST.MF
|
|
|
|
%install
|
|
# build initial path structure
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_bindir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_sbindir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_initrddir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_systemddir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{appdir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{bindir}
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{confdir}
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{confdir}/Catalina/localhost
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{confdir}/conf.d
|
|
/bin/echo "Place your custom *.conf files here. Shell expansion is supported." > ${RPM_BUILD_ROOT}%{confdir}/conf.d/README
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{libdir}
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{logdir}
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{_localstatedir}/lib/tomcats
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{homedir}
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{tempdir}
|
|
%{__install} -d -m 0775 ${RPM_BUILD_ROOT}%{workdir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_unitdir}
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_libexecdir}/%{name}
|
|
|
|
# move things into place
|
|
# First copy supporting libs to tomcat lib
|
|
pushd output/build
|
|
%{__cp} -a bin/*.{jar,xml} ${RPM_BUILD_ROOT}%{bindir}
|
|
%{__cp} -a conf/*.{policy,properties,xml,xsd} ${RPM_BUILD_ROOT}%{confdir}
|
|
%{__cp} -a lib/*.jar ${RPM_BUILD_ROOT}%{libdir}
|
|
popd
|
|
|
|
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
|
|
-e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
|
|
-e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE1} \
|
|
> ${RPM_BUILD_ROOT}%{confdir}/%{name}.conf
|
|
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
|
|
-e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
|
|
-e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE3} \
|
|
> ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/%{name}
|
|
%{__install} -m 0644 %{SOURCE4} \
|
|
${RPM_BUILD_ROOT}%{_sbindir}/%{name}
|
|
%{__install} -m 0644 %{SOURCE11} \
|
|
${RPM_BUILD_ROOT}%{_unitdir}/%{name}.service
|
|
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
|
|
-e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
|
|
-e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE6} \
|
|
> ${RPM_BUILD_ROOT}%{_bindir}/%{name}-digest
|
|
%{__sed} -e "s|\@\@\@TCHOME\@\@\@|%{homedir}|g" \
|
|
-e "s|\@\@\@TCTEMP\@\@\@|%{tempdir}|g" \
|
|
-e "s|\@\@\@LIBDIR\@\@\@|%{_libdir}|g" %{SOURCE7} \
|
|
> ${RPM_BUILD_ROOT}%{_bindir}/%{name}-tool-wrapper
|
|
|
|
%{__install} -m 0644 %{SOURCE21} \
|
|
${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/functions
|
|
%{__install} -m 0755 %{SOURCE30} \
|
|
${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/preamble
|
|
%{__install} -m 0755 %{SOURCE31} \
|
|
${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/server
|
|
%{__install} -m 0644 %{SOURCE32} \
|
|
${RPM_BUILD_ROOT}%{_unitdir}/%{name}@.service
|
|
|
|
# Substitute libnames in catalina-tasks.xml
|
|
sed -i \
|
|
"s,el-api.jar,%{name}-el-%{elspec}-api.jar,;
|
|
s,servlet-api.jar,%{name}-servlet-%{servletspec}-api.jar,;
|
|
s,jsp-api.jar,%{name}-jsp-%{jspspec}-api.jar,;" \
|
|
${RPM_BUILD_ROOT}%{bindir}/catalina-tasks.xml
|
|
|
|
# create jsp and servlet API symlinks
|
|
pushd ${RPM_BUILD_ROOT}%{_javadir}
|
|
%{__mv} %{name}/jsp-api.jar %{name}-jsp-%{jspspec}-api.jar
|
|
%{__ln_s} %{name}-jsp-%{jspspec}-api.jar %{name}-jsp-api.jar
|
|
%{__mv} %{name}/servlet-api.jar %{name}-servlet-%{servletspec}-api.jar
|
|
%{__ln_s} %{name}-servlet-%{servletspec}-api.jar %{name}-servlet-api.jar
|
|
%{__mv} %{name}/el-api.jar %{name}-el-%{elspec}-api.jar
|
|
%{__ln_s} %{name}-el-%{elspec}-api.jar %{name}-el-api.jar
|
|
popd
|
|
|
|
pushd output/build
|
|
%{_bindir}/build-jar-repository lib apache-commons-collections \
|
|
apache-commons-dbcp apache-commons-pool ecj 2>&1
|
|
popd
|
|
|
|
pushd ${RPM_BUILD_ROOT}%{libdir}
|
|
# symlink JSP and servlet API jars
|
|
%{__ln_s} ../../java/%{name}-jsp-%{jspspec}-api.jar .
|
|
%{__ln_s} ../../java/%{name}-servlet-%{servletspec}-api.jar .
|
|
%{__ln_s} ../../java/%{name}-el-%{elspec}-api.jar .
|
|
%{__ln_s} $(build-classpath apache-commons-collections) commons-collections.jar
|
|
%{__ln_s} $(build-classpath apache-commons-dbcp) commons-dbcp.jar
|
|
%{__ln_s} $(build-classpath apache-commons-pool) commons-pool.jar
|
|
%{__ln_s} $(build-classpath ecj) jasper-jdt.jar
|
|
|
|
# Temporary copy the juli jar here from /usr/share/java/tomcat (for maven depmap)
|
|
%{__cp} -a ${RPM_BUILD_ROOT}%{bindir}/tomcat-juli.jar ./
|
|
popd
|
|
|
|
# symlink to the FHS locations where we've installed things
|
|
pushd ${RPM_BUILD_ROOT}%{homedir}
|
|
%{__ln_s} %{appdir} webapps
|
|
%{__ln_s} %{confdir} conf
|
|
%{__ln_s} %{libdir} lib
|
|
%{__ln_s} %{logdir} logs
|
|
%{__ln_s} %{tempdir} temp
|
|
%{__ln_s} %{workdir} work
|
|
popd
|
|
|
|
# Install the maven metadata
|
|
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}%{_mavenpomdir}
|
|
pushd output/dist/src/res/maven
|
|
for pom in *.pom; do
|
|
# fix-up version in all pom files
|
|
sed -i 's/@MAVEN.DEPLOY.VERSION@/%{version}/g' $pom
|
|
done
|
|
|
|
# we won't install dbcp, juli-adapters and juli-extras pom files
|
|
for libname in annotations-api catalina jasper-el jasper catalina-ha; do
|
|
%{__cp} -a %{name}-$libname.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-$libname.pom
|
|
%add_maven_depmap JPP.%{name}-$libname.pom %{name}/$libname.jar
|
|
done
|
|
|
|
# tomcat-util-scan
|
|
%{__cp} -a %{name}-util-scan.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-util-scan.pom
|
|
%add_maven_depmap JPP.%{name}-util-scan.pom %{name}/%{name}-util-scan.jar
|
|
|
|
# tomcat-jni
|
|
%{__cp} -a %{name}-jni.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-jni.pom
|
|
%add_maven_depmap JPP.%{name}-jni.pom %{name}/%{name}-jni.jar
|
|
|
|
# servlet-api jsp-api and el-api are not in tomcat subdir, since they are widely re-used elsewhere
|
|
%{__cp} -a tomcat-jsp-api.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP-tomcat-jsp-api.pom
|
|
%add_maven_depmap JPP-tomcat-jsp-api.pom tomcat-jsp-api.jar -a "org.eclipse.jetty.orbit:javax.servlet.jsp"
|
|
|
|
%{__cp} -a tomcat-el-api.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP-tomcat-el-api.pom
|
|
%add_maven_depmap JPP-tomcat-el-api.pom tomcat-el-api.jar -a "org.eclipse.jetty.orbit:javax.el"
|
|
|
|
%{__cp} -a tomcat-servlet-api.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP-tomcat-servlet-api.pom
|
|
# Generate a depmap fragment javax.servlet:servlet-api pointing to
|
|
# tomcat-servlet-3.0-api for backwards compatibility
|
|
# also provide jetty depmap (originally in jetty package, but it's cleaner to have it here
|
|
%add_maven_depmap JPP-tomcat-servlet-api.pom tomcat-servlet-api.jar
|
|
|
|
# replace temporary copy with link
|
|
%{__ln_s} -f $(abs2rel %{bindir}/tomcat-juli.jar %{libdir}) ${RPM_BUILD_ROOT}%{libdir}/
|
|
|
|
# two special pom where jar files have different names
|
|
%{__cp} -a tomcat-tribes.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
|
|
%add_maven_depmap JPP.%{name}-catalina-tribes.pom %{name}/catalina-tribes.jar
|
|
|
|
%{__cp} -a tomcat-coyote.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-tomcat-coyote.pom
|
|
%add_maven_depmap JPP.%{name}-tomcat-coyote.pom %{name}/tomcat-coyote.jar
|
|
|
|
%{__cp} -a tomcat-juli.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
|
|
%add_maven_depmap JPP.%{name}-tomcat-juli.pom %{name}/tomcat-juli.jar
|
|
|
|
%{__cp} -a tomcat-api.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
|
|
%add_maven_depmap JPP.%{name}-tomcat-api.pom %{name}/tomcat-api.jar
|
|
|
|
%{__cp} -a tomcat-util.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
|
|
%add_maven_depmap JPP.%{name}-tomcat-util.pom %{name}/tomcat-util.jar
|
|
|
|
%{__cp} -a tomcat-jdbc.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-tomcat-jdbc.pom
|
|
%add_maven_depmap JPP.%{name}-tomcat-jdbc.pom %{name}/tomcat-jdbc.jar
|
|
|
|
# tomcat-websocket-api
|
|
%{__cp} -a tomcat-websocket-api.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-websocket-api.pom
|
|
%add_maven_depmap JPP.%{name}-websocket-api.pom %{name}/websocket-api.jar
|
|
|
|
# tomcat-tomcat-websocket
|
|
%{__cp} -a tomcat-websocket.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-tomcat-websocket.pom
|
|
%add_maven_depmap JPP.%{name}-tomcat-websocket.pom %{name}/tomcat-websocket.jar
|
|
|
|
# tomcat-jaspic-api
|
|
%{__cp} -a tomcat-jaspic-api.pom ${RPM_BUILD_ROOT}%{_mavenpomdir}/JPP.%{name}-jaspic-api.pom
|
|
%add_maven_depmap JPP.%{name}-jaspic-api.pom %{name}/jaspic-api.jar
|
|
|
|
|
|
%pre
|
|
# add the tomcat user and group
|
|
%{_sbindir}/groupadd -g %{tcuid} -r tomcat 2>/dev/null || :
|
|
%{_sbindir}/useradd -c "Apache Tomcat" -u %{tcuid} -g tomcat \
|
|
-s /sbin/nologin -r -d %{homedir} tomcat 2>/dev/null || :
|
|
|
|
%post
|
|
# install but don't activate
|
|
%systemd_post %{name}.service
|
|
|
|
# Collapse all of the alternatives installations into one
|
|
%{_sbindir}/update-alternatives --install %{_javadir}/jsp.jar jsp \
|
|
%{_javadir}/%{name}-jsp-%{jspspec}-api.jar 20200
|
|
%{_sbindir}/update-alternatives --install %{_javadir}/servlet.jar servlet \
|
|
%{_javadir}/%{name}-servlet-%{servletspec}-api.jar 30000
|
|
%{_sbindir}/update-alternatives --install %{_javadir}/elspec.jar elspec \
|
|
%{_javadir}/%{name}-el-%{elspec}-api.jar 20300
|
|
|
|
%preun
|
|
# clean tempdir and workdir on removal or upgrade
|
|
%{__rm} -rf %{workdir}/* %{tempdir}/*
|
|
%systemd_preun %{name}.service
|
|
|
|
%postun
|
|
%systemd_postun_with_restart %{name}.service
|
|
|
|
# Collapse all of the alternatives removals into one
|
|
if [ "$1" = "0" ]; then
|
|
%{_sbindir}/update-alternatives --remove jsp \
|
|
%{_javadir}/%{name}-jsp-%{jspspec}-api.jar
|
|
%{_sbindir}/update-alternatives --remove servlet \
|
|
%{_javadir}/%{name}-servlet-%{servletspec}-api.jar
|
|
%{_sbindir}/update-alternatives --remove elspec \
|
|
%{_javadir}/%{name}-el-%{elspec}-api.jar
|
|
fi
|
|
|
|
%files
|
|
%defattr(0664,root,tomcat,0755)
|
|
%doc {LICENSE,NOTICE,RELEASE*}
|
|
%attr(0755,root,root) %{_bindir}/%{name}-digest
|
|
%attr(0755,root,root) %{_bindir}/%{name}-tool-wrapper
|
|
%attr(0755,root,root) %{_sbindir}/%{name}
|
|
%attr(0644,root,root) %{_unitdir}/%{name}.service
|
|
%attr(0644,root,root) %{_unitdir}/%{name}@.service
|
|
%attr(0755,root,root) %dir %{_libexecdir}/%{name}
|
|
%attr(0755,root,root) %dir %{_localstatedir}/lib/tomcats
|
|
%attr(0644,root,root) %{_libexecdir}/%{name}/functions
|
|
%attr(0755,root,root) %{_libexecdir}/%{name}/preamble
|
|
%attr(0755,root,root) %{_libexecdir}/%{name}/server
|
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
|
%attr(0755,root,tomcat) %dir %{basedir}
|
|
%attr(0755,root,tomcat) %dir %{confdir}
|
|
|
|
%defattr(0664,tomcat,root,0770)
|
|
%attr(0770,tomcat,root) %dir %{logdir}
|
|
|
|
%defattr(0664,root,tomcat,0770)
|
|
%attr(0770,root,tomcat) %dir %{cachedir}
|
|
%attr(0770,root,tomcat) %dir %{tempdir}
|
|
%attr(0770,root,tomcat) %dir %{workdir}
|
|
|
|
%defattr(0644,root,tomcat,0775)
|
|
%attr(0775,root,tomcat) %dir %{appdir}
|
|
%attr(0775,root,tomcat) %dir %{confdir}/Catalina
|
|
%attr(0775,root,tomcat) %dir %{confdir}/Catalina/localhost
|
|
%attr(0755,root,tomcat) %dir %{confdir}/conf.d
|
|
%{confdir}/conf.d/README
|
|
%config(noreplace) %{confdir}/%{name}.conf
|
|
%config(noreplace) %{confdir}/*.policy
|
|
%config(noreplace) %{confdir}/*.properties
|
|
%config(noreplace) %{confdir}/context.xml
|
|
%config(noreplace) %{confdir}/server.xml
|
|
%attr(0640,root,tomcat) %config(noreplace) %{confdir}/tomcat-users.xml
|
|
%attr(0664,root,tomcat) %{confdir}/tomcat-users.xsd
|
|
%attr(0664,root,tomcat) %config(noreplace) %{confdir}/jaspic-providers.xml
|
|
%attr(0664,root,tomcat) %{confdir}/jaspic-providers.xsd
|
|
%config(noreplace) %{confdir}/web.xml
|
|
%dir %{homedir}
|
|
%{bindir}/bootstrap.jar
|
|
%{bindir}/catalina-tasks.xml
|
|
%{homedir}/lib
|
|
%{homedir}/temp
|
|
%{homedir}/webapps
|
|
%{homedir}/work
|
|
%{homedir}/logs
|
|
%{homedir}/conf
|
|
|
|
%defattr(-,root,root,-)
|
|
%dir %{libdir}
|
|
%{libdir}/*.jar
|
|
%{_javadir}/*.jar
|
|
%{bindir}/tomcat-juli.jar
|
|
%{_mavenpomdir}/JPP.%{name}-annotations-api.pom
|
|
%{_mavenpomdir}/JPP.%{name}-catalina-ha.pom
|
|
%{_mavenpomdir}/JPP.%{name}-catalina-tribes.pom
|
|
%{_mavenpomdir}/JPP.%{name}-catalina.pom
|
|
%{_mavenpomdir}/JPP.%{name}-jasper-el.pom
|
|
%{_mavenpomdir}/JPP.%{name}-jasper.pom
|
|
%{_mavenpomdir}/JPP.%{name}-tomcat-api.pom
|
|
%{_mavenpomdir}/JPP.%{name}-tomcat-juli.pom
|
|
%{_mavenpomdir}/JPP.%{name}-tomcat-coyote.pom
|
|
%{_mavenpomdir}/JPP.%{name}-tomcat-util.pom
|
|
%{_mavenpomdir}/JPP.%{name}-tomcat-jdbc.pom
|
|
%{_mavenpomdir}/JPP.%{name}-websocket-api.pom
|
|
%{_mavenpomdir}/JPP.%{name}-tomcat-websocket.pom
|
|
%{_mavenpomdir}/JPP.%{name}-jaspic-api.pom
|
|
%{_mavenpomdir}/JPP.%{name}-jni.pom
|
|
%{_mavenpomdir}/JPP.%{name}-util-scan.pom
|
|
%{_mavenpomdir}/JPP-%{name}-jsp-api.pom
|
|
%{_mavenpomdir}/JPP-%{name}-servlet-api.pom
|
|
%{_mavenpomdir}/JPP-%{name}-el-api.pom
|
|
%{_datadir}/maven-metadata/tomcat.xml
|
|
|
|
%changelog
|
|
* Thu Jun 07 2018 Coty Sutherland <csutherl@redhat.com> - 1:9.0.7-1
|
|
- Create single RPM for FreeIPA to use
|