|
|
@@ -31,7 +31,6 @@
|
|
|
%define V_html_mason 1.28
|
|
|
%define V_mldbm 2.01
|
|
|
%define V_html_format 2.04
|
|
|
-%define V_regexp_common 2.117
|
|
|
%define V_cache_cache 1.03
|
|
|
%define V_html_scrubber 0.08
|
|
|
%define V_module_version 1.02
|
|
|
@@ -47,7 +46,7 @@ Class: EVAL
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_rt}
|
|
|
-Release: 20041107
|
|
|
+Release: 20041215
|
|
|
|
|
|
# package options
|
|
|
%option with_color_primary 336699
|
|
|
@@ -72,18 +71,17 @@ Source1: http://www.cpan.org/modules/by-module/Log/Log-Dispatch-%{V_log_dis
|
|
|
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/C/CH/CHAMAS/MLDBM-%{V_mldbm}.tar.gz
|
|
|
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: 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
|
|
|
+Source5: http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/Cache-Cache-%{V_cache_cache}.tar.gz
|
|
|
+Source6: http://www.cpan.org/modules/by-authors/id/P/PO/PODMASTER/HTML-Scrubber-%{V_html_scrubber}.tar.gz
|
|
|
+Source7: http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/Module-Versions-Report-%{V_module_version}.tar.gz
|
|
|
+Source8: rc.rt
|
|
|
+Source9: rtsetup
|
|
|
+Source10: rtcleanup
|
|
|
+Source11: rtupgrade
|
|
|
+Source12: rtapachectl
|
|
|
+Source13: rtapache.conf
|
|
|
+Source14: config.layout
|
|
|
+Source15: rt-mailgate.sh
|
|
|
Patch0: rt.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -151,11 +149,6 @@ AutoReqProv: no
|
|
|
url = http://www.cpan.org/modules/by-authors/id/C/CH/CHAMAS/
|
|
|
regex = MLDBM-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
- prog rt:regexp-common = {
|
|
|
- version = %{V_regexp_common}
|
|
|
- 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/
|
|
|
@@ -177,7 +170,6 @@ AutoReqProv: no
|
|
|
%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}
|
|
|
@@ -240,14 +232,13 @@ AutoReqProv: no
|
|
|
|
|
|
# install remaining prerequisite Perl modules which
|
|
|
# are not part of the OpenPKG perl-xxx packages.
|
|
|
- %{l_prefix}/bin/perl-openpkg -d Regexp-Common-%{V_regexp_common} -l %{l_prefix}/libexec/rt configure build install
|
|
|
- %{l_prefix}/bin/perl-openpkg -d Log-Dispatch-%{V_log_dispatch} -l %{l_prefix}/libexec/rt configure build install
|
|
|
- %{l_prefix}/bin/perl-openpkg -d Cache-Cache-%{V_cache_cache} -l %{l_prefix}/libexec/rt configure build install
|
|
|
- %{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 -d Log-Dispatch-%{V_log_dispatch} -l %{l_prefix}/libexec/rt configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d Cache-Cache-%{V_cache_cache} -l %{l_prefix}/libexec/rt configure build install
|
|
|
+ %{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
|