File apache2-mod_jk.spec of Package apache2-mod_jk.15126

#
# spec file for package apache2-mod_jk
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#


%define connectors_root    tomcat-connectors-%{version}-src
Name:           apache2-mod_jk
Version:        1.2.43
Release:        0
Summary:        Connectors between Apache and Tomcat Servlet Container
License:        Apache-2.0
Group:          Productivity/Networking/Web/Frontends
Url:            http://tomcat.apache.org/connectors-doc/
Source0:        http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-%{version}-src.tar.gz
Source1:        jk.conf
Source2:        README.SUSE
Source3:        http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-%{version}-src.tar.gz.asc
# PATCH-FIX-UPSTREAM bsc#1114612 CVE-2018-11759
Patch0:         apache2-mod_jk-1.2.43-lb_retries.patch
Patch1:         apache2-mod_jk-1.2.43-CVE-2018-11759.patch
BuildRequires:  apache-rpm-macros
BuildRequires:  apache2-devel
BuildRequires:  java-devel
BuildRequires:  pcre-devel
Requires:       %{apache_mmn}
Requires:       %{apache_suse_maintenance_mmn}
Requires:       apache2
Provides:       mod_jk = %{version}
Provides:       mod_jk-ap20 = %{version}
Provides:       tomcat-mod = %{version}
Obsoletes:      mod_jk-ap20 < %{version}
Obsoletes:      tomcat-mod < %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This package provides modules for Apache to invisibly integrate Tomcat
capabilities into an existing Apache installation.

To load the module into Apache, run the command "a2enmod jk" as root.

%prep
%setup -q -n %{connectors_root}
%patch0 -p1
%patch1 -p1

%build
# prepare apr
export APACHE2_CFLAGS="%{apache_cflags}"
cd native
%configure \
	--with-pic \
	--with-apxs=%{apache_apxs}
make %{?_smp_mflags}

%install
# AJP Connector jk
install -d -m 755 %{buildroot}%{apache_libexecdir}
install -m 755 native/apache-2.0/.libs/mod_jk.so %{buildroot}%{apache_libexecdir}/
cp %{SOURCE1} .
cp %{SOURCE2} .

%check
exit 0
set +x
mkdir -p %{apache_test_module_dir}
cat << EOF > %{apache_test_module_dir}/jk-test.conf
JkWorkersFile %{apache_test_module_dir}/workers.properties
JkLogFile     %{apache_test_module_dir}/mod_jk.log
JkLogLevel    debug
EOF
cp conf/workers.properties %{apache_test_module_dir}
%apache_test_module_load -m jk -i jk-test.conf
set -x

%files
%defattr(-,root,root,-)
%license LICENSE
%doc README.SUSE
%doc conf/workers.properties
%doc jk.conf
%{apache_libexecdir}/*

%changelog
openSUSE Build Service is sponsored by