Browse Source

HTML::Mason wants Cache::Cache AFAIK

master
parent
commit
d7e7b6e711
  1. 26
      rt/rt.spec

26
rt/rt.spec

@ -38,6 +38,7 @@
%define V_locale_maketext_lexicon 0.28 %define V_locale_maketext_lexicon 0.28
%define V_locale_maketext_fuzzy 0.02 %define V_locale_maketext_fuzzy 0.02
%define V_regexp_common 2.113 %define V_regexp_common 2.113
%define V_cache_cache 1.02
# package information # package information
Name: rt Name: rt
@ -49,7 +50,7 @@ Distribution: OpenPKG [EVAL]
Group: Database Group: Database
License: GPL License: GPL
Version: %{V_here} Version: %{V_here}
Release: 20030909 Release: 20030918
# package options # package options
%option with_color_primary 336699 %option with_color_primary 336699
@ -79,15 +80,16 @@ Source6: http://www.cpan.org/modules/by-authors/id/M/MS/MSCHWERN/Test-Inlin
Source7: http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/Locale-Maketext-Lexicon-%{V_locale_maketext_lexicon}.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 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 Source9: http://www.cpan.org/modules/by-authors/id/A/AB/ABIGAIL/Regexp-Common-%{V_regexp_common}.tar.gz
Source10: http://bestpractical.com/pub/rt/release/rt-%{V_real}.tar.gz Source10: http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/Cache-Cache-%{V_cache_cache}.tar.gz
Source11: rc.rt Source11: http://bestpractical.com/pub/rt/release/rt-%{V_real}.tar.gz
Source12: rtsetup Source12: rc.rt
Source13: rtcleanup Source13: rtsetup
Source14: rtupgrade Source14: rtcleanup
Source15: rtapachectl Source15: rtupgrade
Source16: rtapache.conf Source16: rtapachectl
Source17: config.layout Source17: rtapache.conf
Source18: rt-mailgate.sh Source18: config.layout
Source19: rt-mailgate.sh
Patch0: rt.patch Patch0: rt.patch
# build information # build information
@ -134,6 +136,7 @@ AutoReqProv: no
%setup -q -T -D -a 8 %setup -q -T -D -a 8
%setup -q -T -D -a 9 %setup -q -T -D -a 9
%setup -q -T -D -a 10 %setup -q -T -D -a 10
%setup -q -T -D -a 11
# patch RT distribution # patch RT distribution
cd rt-%{V_real} cd rt-%{V_real}
@ -206,6 +209,9 @@ AutoReqProv: no
%{l_prefix}/bin/perl-openpkg install \ %{l_prefix}/bin/perl-openpkg install \
-d libapreq-%{V_libapreq} \ -d libapreq-%{V_libapreq} \
-p ${RPM_BUILD_ROOT}$rt -p ${RPM_BUILD_ROOT}$rt
%{l_prefix}/bin/perl-openpkg install \
-d Cache-Cache-%{V_cache_cache} \
-p ${RPM_BUILD_ROOT}$rt
%{l_prefix}/bin/perl-openpkg install \ %{l_prefix}/bin/perl-openpkg install \
-d HTML-Mason-%{V_html_mason} \ -d HTML-Mason-%{V_html_mason} \
-p ${RPM_BUILD_ROOT}$rt -p ${RPM_BUILD_ROOT}$rt

Loading…
Cancel
Save