OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Mar-2005 20:42:07
Branch: HEAD Handle: 2005031819420600
Modified files:
openpkg-src/rt rt.spec
Log:
remove local Cache::Cache module, it is already part of perl-cache
Summary:
Revision Changes Path
1.148 +15 -25 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.147 -r1.148 rt.spec
--- openpkg-src/rt/rt.spec 16 Feb 2005 19:04:08 -0000 1.147
+++ openpkg-src/rt/rt.spec 18 Mar 2005 19:42:06 -0000 1.148
@@ -31,7 +31,6 @@
%define V_html_mason 1.28
%define V_mldbm 2.01
%define V_html_format 2.04
-%define V_cache_cache 1.03
%define V_html_scrubber 0.08
%define V_module_version 1.02
%define V_cache_simple_timedexpiry 0.23
@@ -47,7 +46,7 @@
Group: Database
License: GPL
Version: %{V_rt}
-Release: 20050216
+Release: 20050318
# package options
%option with_color_primary 336699
@@ -72,30 +71,29 @@
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/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:
http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-%{V_cache_simple_timedexpiry}.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/P/PO/PODMASTER/HTML-Scrubber-%{V_html_scrubber}.tar.gz
+Source6:
http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/Module-Versions-Report-%{V_module_version}.tar.gz
+Source7:
http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-%{V_cache_simple_timedexpiry}.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
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl, perl-openpkg >=
5.8.3-20040126
+PreReq: OpenPKG, openpkg >= 20040130, perl
BuildPreReq: perl-sys, perl-util, perl-ds, perl-text, perl-apache
+PreReq: perl-sys, perl-util, perl-ds, perl-text, perl-apache
BuildPreReq: perl-dbi, perl-dbix, perl-mail, perl-www, perl-locale,
perl-devel, perl-cache
-BuildPreReq: apache, apache::with_mod_perl = yes
-PreReq: OpenPKG, openpkg >= 20040130, perl
-PreReq: perl-sys, perl-util, perl-ds, perl-text, perl-apache, perl-dbi
PreReq: perl-dbi, perl-dbix, perl-mail, perl-www, perl-locale,
perl-devel, perl-cache
+BuildPreReq: apache, apache::with_mod_perl = yes
PreReq: apache, apache::with_mod_perl = yes
%if "%{with_db_mysql}" == "yes"
PreReq: mysql, mysql::with_innodb = yes, perl-dbi::with_dbd_mysql = yes
@@ -123,11 +121,6 @@
url = http://bestpractical.com/rt/download.html
regex = rt-(__VER__)\.tar\.gz
}
- prog rt:cache-cache = {
- version = %{V_cache_cache}
- url = http://www.cpan.org/modules/by-authors/id/D/DC/DCLINTON/
- regex = Cache-Cache-(__VER__)\.tar\.gz
- }
prog rt:html-format = {
version = %{V_html_format}
url = http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/
@@ -177,7 +170,6 @@
%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}
@@ -242,8 +234,6 @@
# are not part of the OpenPKG perl-xxx packages.
%{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} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]