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: 27-Dec-2007 14:59:39
Branch: HEAD Handle: 2007122713593800
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
add Algorithm::Permute
Summary:
Revision Changes Path
1.189 +11 -1 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.188 -r1.189 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 24 Dec 2007 19:03:06 -0000 1.188
+++ openpkg-src/perl-ds/perl-ds.spec 27 Dec 2007 13:59:38 -0000 1.189
@@ -55,6 +55,7 @@
%define V_list_moreutils 0.21
%define V_heap 0.80
%define V_graph 0.84
+%define V_algorithm_permute 0.08
# package information
Name: perl-ds
@@ -67,7 +68,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20071224
+Release: 20071227
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -101,6 +102,7 @@
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
Source30:
http://www.cpan.org/modules/by-module/Array/Array-Compare-%{V_array_compare}.tar.gz
+Source31:
http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Permute-%{V_algorithm_permute}.tar.gz
Patch0: perl-ds.patch
# build information
@@ -147,6 +149,7 @@
- Heap::Heap (%{V_heap})
- Graph::Graph (%{V_graph})
- Tie::Persistent (%{V_tie_persistent})
+ - Algorithm::Permute (%{V_algorithm_permute})
%track
prog perl-ds:Bit-Vector = {
@@ -305,6 +308,11 @@
url = http://www.cpan.org/modules/by-module/Tie/
regex = Tie-Persistent-(\d+\.\d{2})\.tar\.gz
}
+ prog perl-ds:Algorithm-Permute = {
+ version = %{V_algorithm_permute}
+ url = http://www.cpan.org/modules/by-module/Algorithm/
+ regex = Algorithm-Permute-(\d+\.\d{2})\.tar\.gz
+ }
%prep
%setup -q -c
@@ -338,6 +346,7 @@
%setup -q -T -D -a 28
%setup -q -T -D -a 29
%setup -q -T -D -a 30
+ %setup -q -T -D -a 31
%patch -p0
%build
@@ -376,6 +385,7 @@
%{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 -d %{SOURCE30} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE31} 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]