head 1.10; access; symbols; locks; strict; comment @-- @; 1.10 date 2009.04.18.13.08.35; author rse; state Exp; branches; next 1.9; commitid 4pHXU27WTIGCZuKt; 1.9 date 2009.03.28.17.24.44; author rse; state Exp; branches; next 1.8; commitid CZ8Gg8w6QL7a8PHt; 1.8 date 2008.11.05.08.35.16; author rse; state Exp; branches; next 1.7; commitid PfaExjGyFRvuNopt; 1.7 date 2008.01.01.14.50.40; author rse; state Exp; branches; next 1.6; commitid B8esaHJHoduuKILs; 1.6 date 2007.12.25.09.44.05; author rse; state Exp; branches; next 1.5; commitid pPs7lknBL39SkNKs; 1.5 date 2007.08.11.07.55.33; author cs; state Exp; branches; next 1.4; commitid FQ7XHV8qtbjF6jts; 1.4 date 2007.08.03.18.00.25; author rse; state Exp; branches; next 1.3; commitid WyNawwEx5o07Ikss; 1.3 date 2007.07.31.14.07.11; author cs; state Exp; branches; next 1.2; commitid Tq7w1NE7PbF5wVrs; 1.2 date 2007.07.04.15.04.21; author rse; state Exp; branches; next 1.1; commitid MAIyoEe2BiguHsos; 1.1 date 2007.07.04.13.35.21; author rse; state Exp; branches; next ; commitid 112No8DdTdxYcsos; desc @@ 1.10 log @bump years in copyright messages @ text @## ## apache-tomcat.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2009 OpenPKG Foundation e.V. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## 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. ## # package information Name: apache-tomcat Summary: Apache Extension: Tomcat/JSP Adapter URL: http://jakarta.apache.org/ Vendor: Apache Software Foundation Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Web License: Apache Software License 2.0 Version: 1.2.28 Release: 20090328 # list of sources Source0: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-%{version}/tomcat-connectors-%{version}-src.tar.gz Source1: apache-tomcat.conf Source2: apache-tomcat.workers # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, make PreReq: OpenPKG, openpkg >= 20040130 BuildPreReq: apache, apr PreReq: apache, apr AutoReq: no AutoReqProv: no %description Apache Jakarta Tomcat webserver adapter is a glue code between the Apache HTTP server and Apache Tomcat. This package contains the mod_jk connector module for Apache. %track prog apache-tomcat = { version = %{version} url = http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/ regex = jk-(\d+\.\d+\.\d+)/ url = http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-__NEWVER__/ regex = tomcat-connectors-(__VER__)-src\.tar\.gz } %prep %setup -q -n tomcat-connectors-%{version}-src/native %build # configure DSO CC="`%{l_prefix}/sbin/apxs -q CC`" \ CFLAGS="`%{l_prefix}/sbin/apxs -q CFLAGS`" \ ./configure \ --prefix=%{l_prefix} \ --with-apr=%{l_prefix} \ --with-apxs=%{l_prefix}/sbin/apxs # build DSO %{l_make} %{l_mflags} %install rm -rf $RPM_BUILD_ROOT # create installation tree %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/etc/apache-tomcat \ $RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d \ $RPM_BUILD_ROOT%{l_prefix}/libexec/apache \ $RPM_BUILD_ROOT%{l_prefix}/var/apache-tomcat # install config %{l_shtool} install -c -m 644 %{l_value -s -a} \ %{SOURCE apache-tomcat.workers} \ $RPM_BUILD_ROOT%{l_prefix}/etc/apache-tomcat/workers.properties %{l_shtool} install -c -m 644 %{l_value -s -a} \ %{SOURCE apache-tomcat.conf} \ $RPM_BUILD_ROOT%{l_prefix}/etc/apache/apache.d/ # install mod_jk DSO %{l_shtool} install -c -m 755 \ apache-2.0/mod_jk.so \ $RPM_BUILD_ROOT%{l_prefix}/libexec/apache/mod_jk.so # determine installation files %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ %{l_files_std} \ '%config %{l_prefix}/etc/apache-tomcat/workers.properties' \ '%config %{l_prefix}/etc/apache/apache.d/apache-tomcat.conf' %files -f files %clean rm -rf $RPM_BUILD_ROOT %post # after upgrade, restart service [ $1 -eq 2 ] || exit 0 eval `%{l_rc} apache status 2>/dev/null` [ ".$apache_active" = .yes ] && %{l_rc} apache restart exit 0 @ 1.9 log @upgrading package: apache-tomcat 1.2.27 -> 1.2.28 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.8 log @upgrading package: apache-tomcat 1.2.26 -> 1.2.27 @ text @d34 2 a35 2 Version: 1.2.27 Release: 20081105 @ 1.7 log @Update package specifications according to OpenPKG year 2008 world order: http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html @ text @d34 2 a35 2 Version: 1.2.26 Release: 20080101 @ 1.6 log @upgrading package: apache-tomcat 1.2.25 -> 1.2.26 @ text @d3 1 a3 2 ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. ## Copyright (c) 2000-2007 Ralf S. Engelschall d35 1 a35 1 Release: 20071225 @ 1.5 log @upgrading package: apache-tomcat 1.2.23 -> 1.2.25 @ text @d35 2 a36 2 Version: 1.2.25 Release: 20070811 @ 1.4 log @1.2.24 was withdrawn from the ASF, so stick with 1.2.23 for now @ text @d35 2 a36 2 Version: 1.2.23 Release: 20070803 @ 1.3 log @upgrading package: apache-tomcat 1.2.23 -> 1.2.24 @ text @d35 2 a36 2 Version: 1.2.24 Release: 20070731 @ 1.2 log @provide workers.properties file and configure status and tomcat workers there @ text @d35 2 a36 2 Version: 1.2.23 Release: 20070704 @ 1.1 log @new package: apache-tomcat 1.2.23 (Apache Extension: Tomcat/JSP Adapter) @ text @d41 1 d87 1 d94 3 d108 1 @