OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2004 13:20:06
Branch: HEAD Handle: 2004080112200500
Modified files:
openpkg-src/rt rt.spec
Log:
bump with more required modules
Summary:
Revision Changes Path
1.137 +27 -9 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.136 -r1.137 rt.spec
--- openpkg-src/rt/rt.spec 16 Jul 2004 14:44:41 -0000 1.136
+++ openpkg-src/rt/rt.spec 1 Aug 2004 11:20:05 -0000 1.137
@@ -33,6 +33,8 @@
%define V_html_format 2.04
%define V_regexp_common 2.117
%define V_cache_cache 1.02
+%define V_html_scrubber 0.08
+%define V_module_version 1.02
# package information
Name: rt
@@ -45,7 +47,7 @@
Group: Database
License: GPL
Version: %{V_rt}
-Release: 20040716
+Release: 20040801
# package options
%option with_color_primary 336699
@@ -72,14 +74,16 @@
Source4:
http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/HTML-Format-%{V_html_format}.tar.gz
Source5:
http://www.cpan.org/modules/by-authors/id/A/AB/ABIGAIL/Regexp-Common-%{V_regexp_common}.tar.gz
Source6:
http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/Cache-Cache-%{V_cache_cache}.tar.gz
-Source7: rc.rt
-Source8: rtsetup
-Source9: rtcleanup
-Source10: rtupgrade
-Source11: rtapachectl
-Source12: rtapache.conf
-Source13: config.layout
-Source14: rt-mailgate.sh
+Source7:
http://www.cpan.org/modules/by-authors/id/P/PO/PODMASTER/HTML-Scrubber-%{V_html_scrubber}.tar.gz
+Source8:
http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/Module-Versions-Report-%{V_module_version}.tar.gz
+Source9: rc.rt
+Source10: rtsetup
+Source11: rtcleanup
+Source12: rtupgrade
+Source13: rtapachectl
+Source14: rtapache.conf
+Source15: config.layout
+Source16: rt-mailgate.sh
Patch0: rt.patch
# build information
@@ -152,6 +156,16 @@
url = http://www.cpan.org/modules/by-authors/id/A/AB/ABIGAIL/
regex = Regexp-Common-(__VER__).tar.gz
}
+ prog rt:html-scrubber = {
+ version = %{V_html_scrubber}
+ url = http://www.cpan.org/modules/by-authors/id/P/PO/PODMASTER/
+ regex = HTML-Scrubber-(__VER__).tar.gz
+ }
+ prog rt:module-version = {
+ version = %{V_module_version}
+ url = http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/
+ regex = Module-Versions-Report-(__VER__).tar.gz
+ }
%prep
# unpack distribution tarballs
@@ -162,6 +176,8 @@
%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
# patch RT distribution
cd rt-%{V_rt}
@@ -230,6 +246,8 @@
%{l_prefix}/bin/perl-openpkg -d HTML-Mason-%{V_html_mason}
-l %{l_prefix}/libexec/rt configure build install
%{l_prefix}/bin/perl-openpkg -d MLDBM-%{V_mldbm}
-l %{l_prefix}/libexec/rt configure build install
%{l_prefix}/bin/perl-openpkg -d HTML-Format-%{V_html_format}
-l %{l_prefix}/libexec/rt configure build install
+ %{l_prefix}/bin/perl-openpkg -d HTML-Scrubber-%{V_html_scrubber}
-l %{l_prefix}/libexec/rt configure build install
+ %{l_prefix}/bin/perl-openpkg -d Module-Versions-Report-%{V_module_version}
-l %{l_prefix}/libexec/rt configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
# create installation file hierarchy
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]