##
## rt.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
## Copyright (c) 2000-2003 The OpenPKG Project
## Copyright (c) 2000-2003 Ralf S. Engelschall
##
## 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 versions
%define V_real 3-0-1
%define V_here 3.0.1
%define V_log_dispatch 2.04
%define V_html_mason 1.19
%define V_libapreq 1.1
%define V_www_mechanize 0.40
%define V_mldbm 2.01
%define V_html_format 2.03
%define V_test_inline 0.15
%define V_locale_maketext_lexicon 0.24
%define V_locale_maketext_fuzzy 0.02
%define V_regexp_common 2.113
# package information
Name: rt
Summary: Request Tracker
URL: http://www.fsck.com/projects/rt/
Vendor: Fsck
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Database
License: GPL
Version: %{V_here}
Release: 20030429
# package options
%option with_color_primary 336699
# list of sources
Source0: http://www.cpan.org/modules/by-module/Log/Log-Dispatch-%{V_log_dispatch}.tar.gz
Source1: http://www.cpan.org/modules/by-authors/id/J/JI/JIMW/libapreq-%{V_libapreq}.tar.gz
Source2: http://www.cpan.org/modules/by-module/HTML/HTML-Mason-%{V_html_mason}.tar.gz
Source3: http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/WWW-Mechanize-%{V_www_mechanize}.tar.gz
Source4: http://www.cpan.org/modules/by-authors/id/C/CH/CHAMAS/MLDBM-%{V_mldbm}.tar.gz
Source5: http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/HTML-Format-%{V_html_format}.tar.gz
Source6: http://www.cpan.org/modules/by-authors/id/M/MS/MSCHWERN/Test-Inline-%{V_test_inline}.tar.gz
Source7: http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%{V_locale_maketext_lexicon}.tar.gz
Source8: http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Maketext-Fuzzy-%{V_locale_maketext_fuzzy}.tar.gz
Source9: http://www.cpan.org/modules/by-authors/id/A/AB/ABIGAIL/Regexp-Common-%{V_regexp_common}.tar.gz
Source10: http://www.fsck.com/pub/rt/release/rt-%{V_real}.tar.gz
Source11: rc.rt
Source12: rtsetup
Source13: rtcleanup
Source14: rtupgrade
Source15: rtapachectl
Source16: rtapache.conf
Source17: config.layout
Source18: rt-mailgate.sh
Patch0: rt.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg
BuildPreReq: perl-sys, perl-util, perl-ds, perl-text, perl-apache
BuildPreReq: perl-dbi, perl-dbix, perl-mail, perl-www
BuildPreReq: apache, apache::with_mod_perl = yes
PreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg
PreReq: perl-sys, perl-util, perl-ds, perl-text, perl-apache
PreReq: perl-dbi, perl-dbix, perl-mail, perl-www
PreReq: apache, apache::with_mod_perl = yes
PreReq: MYSQL, perl-dbi::with_dbd_mysql = yes
PreReq: MTA
AutoReq: no
AutoReqProv: no
%description
RT is an industrial-grade ticketing system. It lets a group of
people intelligently and efficiently manage requests submitted by a
community of users. RT is used by systems administrators, customer
support staffs, NOCs, developers and even marketing departments at
over a thousand sites around the world.
%prep
%setup -q -c
%setup -q -T -D -a 1
%setup -q -T -D -a 2
%setup -q -T -D -a 3
%setup -q -T -D -a 4
%setup -q -T -D -a 5
%setup -q -T -D -a 6
%setup -q -T -D -a 7
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
( cd rt-%{V_real}
%patch0 -p0
) || exit $?
%{l_shtool} install -c -m 0644 \
-e 's;@l_prefix@;%{l_prefix};' \
%{SOURCE config.layout} rt-%{V_real}/.
%{l_shtool} subst \
-e 's;chown;true;g' \
-e 's;chgrp;true;g' \
-e 's;chmod;true;g' \
-e 's;mkdir -p;%{l_shtool} mkdir -p;g' \
rt-%{V_real}/Makefile.in
%build
( cd rt-%{V_real}
%{l_shtool} subst \
-e 's;/usr/sbin/sendmail;%{l_prefix}/sbin/sendmail;g' \
etc/RT_Config.pm.in
PERL=%{l_prefix}/bin/perl
./configure \
--enable-layout=OPKG \
--with-db-type=mysql \
--with-db-host=localhost \
--with-db-home=%{l_prefix} \
--with-db-dba=root \
--with-db-database=RT \
--with-db-user=RT \
--with-db-pass=XXX \
--with-web-user=%{l_nusr} \
--with-web-group=%{l_ngrp} \
--with-customdir=%{l_prefix}/etc/rt/local \
--with-customhtmldir=%{l_prefix}/etc/rt/local/html \
--with-customlibdir=%{l_prefix}/etc/rt/local/lib \
--with-customlexdir=%{l_prefix}/etc/rt/local/po
) || exit $?
%install
rm -rf $RPM_BUILD_ROOT
# perform common prolog operations
rt=%{l_prefix}/libexec/rt
%{l_prefix}/bin/perl-openpkg prolog
%{l_shtool} mkdir -f -p -m 755 ${RPM_BUILD_ROOT}$rt
perl="${RPM_BUILD_DIR}/perl"
echo "exec ${l_prefix}/bin/perl \\" >>$perl
echo " \"\$@\"" >>$perl
chmod a+x $perl
( cd Log-Dispatch-%{V_log_dispatch}
perl_args="INSTALLSITELIB=${RPM_BUILD_ROOT}$rt"
make=`%{l_prefix}/bin/rpm --eval '%{l_make} %{l_mflags}'`
make_args="PERL=${perl} FULLPERL=${perl}"
chmod -R u+rw Makefile.PL
cp Makefile.PL Makefile.PL.orig
sed -e "s:\$^X:'$perl':g" Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args Makefile.PL
$perl Makefile.PL ${1+"$@"} $perl_args