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: 12-Nov-2006 15:57:14
Branch: HEAD Handle: 2006111214571400
Modified files:
openpkg-src/perl-cache perl-cache.spec
Log:
add Cache::Simple::TimedExpiry for perl-dbix' SearchBuilder
Summary:
Revision Changes Path
1.13 +14 -4 openpkg-src/perl-cache/perl-cache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-cache/perl-cache.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 perl-cache.spec
--- openpkg-src/perl-cache/perl-cache.spec 13 Oct 2006 17:31:45 -0000
1.12
+++ openpkg-src/perl-cache/perl-cache.spec 12 Nov 2006 14:57:14 -0000
1.13
@@ -23,9 +23,10 @@
##
# versions of individual parts
-%define V_perl 5.8.8
-%define V_cache 2.04
-%define V_cache_cache 1.05
+%define V_perl 5.8.8
+%define V_cache 2.04
+%define V_cache_cache 1.05
+%define V_cache_simple_timedexpiry 0.26
# package information
Name: perl-cache
@@ -38,11 +39,12 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20061013
+Release: 20061112
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Cache/Cache-%{V_cache}.tar.gz
Source1:
http://www.cpan.org/modules/by-module/Cache/Cache-Cache-%{V_cache_cache}.tar.gz
+Source2:
http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-%{V_cache_simple_timedexpiry}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -58,6 +60,7 @@
Perl modules for caching.
- Cache (%{V_cache})
- Cache::Cache (%{V_cache_cache})
+ - Cache::Simple::TimedExpiry (%{V_cache_simple_timedexpiry})
%track
prog perl-cache:Cache = {
@@ -70,10 +73,16 @@
url = http://www.cpan.org/modules/by-module/Cache/
regex = Cache-Cache-(__VER__)\.tar\.gz
}
+ prog perl-cache:Cache-Simple-TimedExpiry = {
+ version = %{V_cache_simple_timedexpiry}
+ url = http://www.cpan.org/modules/by-module/Cache/
+ regex = Cache-Simple-TimedExpiry-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
%setup -q -T -D -a 1
+ %setup -q -T -D -a 2
%build
@@ -82,6 +91,7 @@
%{l_prefix}/bin/perl-openpkg prepare
%{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]