OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 01-Apr-2003 13:26:54
Branch: HEAD Handle: 2003040112265301
Added files:
openpkg-src/rt rt-mailgate.sh
Modified files:
openpkg-src/rt rt.spec
openpkg-web news.txt
Log:
add mailgate wrapper to set PERL search path
Summary:
Revision Changes Path
1.1 +4 -0 openpkg-src/rt/rt-mailgate.sh
1.36 +7 -1 openpkg-src/rt/rt.spec
1.3912 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt-mailgate.sh
============================================================================
$ cvs diff -u -r0 -r1.1 rt-mailgate.sh
--- /dev/null 2003-04-01 13:26:54.000000000 +0200
+++ rt-mailgate.sh 2003-04-01 13:26:54.000000000 +0200
@@ -0,0 +1,4 @@
+#!/bin/sh
+PERL5LIB='@l_prefix@/libexec/rt'
+export PERL5LIB
+exec @l_prefix@/libexec/rt/tools/rt-mailgate "$@"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 rt.spec
--- openpkg-src/rt/rt.spec 27 Mar 2003 14:01:02 -0000 1.35
+++ openpkg-src/rt/rt.spec 1 Apr 2003 11:26:54 -0000 1.36
@@ -47,7 +47,7 @@
Group: Database
License: GPL
Version: %{V_here}
-Release: 20030327
+Release: 20030401
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Log/Log-Dispatch-%{V_log_dispatch}.tar.gz
@@ -68,6 +68,7 @@
Source15: rtapachectl
Source16: rtapache.conf
Source17: config.layout
+Source18: rt-mailgate.sh
# build information
Prefix: %{l_prefix}
@@ -364,7 +365,12 @@
$RPM_BUILD_ROOT%{l_prefix}/cgi/rt/
mv \
$RPM_BUILD_ROOT%{l_prefix}/bin/rt-crontool \
+ $RPM_BUILD_ROOT%{l_prefix}/bin/rt-mailgate \
$RPM_BUILD_ROOT%{l_prefix}/libexec/rt/tools/
+ %{l_shtool} install -c -m 755 \
+ -e 's;@l_prefix@;%{l_prefix};g' \
+ %{SOURCE rt-mailgate.sh} \
+ $RPM_BUILD_ROOT%{l_prefix}/bin/rt-mailgate
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3911 -r1.3912 news.txt
--- openpkg-web/news.txt 1 Apr 2003 07:46:04 -0000 1.3911
+++ openpkg-web/news.txt 1 Apr 2003 11:26:53 -0000 1.3912
@@ -1,3 +1,4 @@
+01-Apr-2003: Upgraded package: P<rt-3.0.0-20030401>
01-Apr-2003: Upgraded package: P<vim-6.1.424-20030401>
01-Apr-2003: Upgraded package: P<tidy-20030330-20030401>
01-Apr-2003: Upgraded package: P<openssh-3.6p1-20030401>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]