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: 05-Sep-2007 11:03:55
Branch: HEAD Handle: 2007090510035400
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
add Tie::Persistent module for forthcoming WWW::Scraper in perl-www
Summary:
Revision Changes Path
1.177 +11 -1 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.176 -r1.177 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 28 Aug 2007 16:32:26 -0000 1.176
+++ openpkg-src/perl-ds/perl-ds.spec 5 Sep 2007 09:03:54 -0000 1.177
@@ -32,6 +32,7 @@
%define V_io_string 1.08
%define V_io_stringy 2.110
%define V_tie_ixhash 1.21
+%define V_tie_persistent 1.00
%define V_sort_key 1.28
%define V_sort_key_radix 0.13
%define V_sort_naturally 1.02
@@ -65,7 +66,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070828
+Release: 20070905
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -97,6 +98,7 @@
Source26:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
Source27:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
Source28:
http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
+Source29:
http://www.cpan.org/modules/by-module/Tie/Tie-Persistent-%{V_tie_persistent}.tar.gz
Patch0: perl-ds.patch
# build information
@@ -141,6 +143,7 @@
- List::MoreUtils (%{V_list_moreutils})
- Heap::Heap (%{V_heap})
- Graph::Graph (%{V_graph})
+ - Tie::Persistent (%{V_tie_persistent})
%track
prog perl-ds:Bit-Vector = {
@@ -289,6 +292,11 @@
url = http://www.cpan.org/modules/by-module/Graph/
regex = Graph-(\d+\.\d{2})\.tar\.gz
}
+ prog perl-ds:Tie-Persistent = {
+ version = %{V_tie_persistent}
+ url = http://www.cpan.org/modules/by-module/Tie/
+ regex = Tie-Persistent-(\d+\.\d{2})\.tar\.gz
+ }
%prep
%setup -q -c
@@ -320,6 +328,7 @@
%setup -q -T -D -a 26
%setup -q -T -D -a 27
%setup -q -T -D -a 28
+ %setup -q -T -D -a 29
%patch -p0
%build
@@ -356,6 +365,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE28} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE29} 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`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]