OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jan-2005 15:49:44
Branch: HEAD Handle: 2005011114494400
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
add Heap and Graph data structure modules
Summary:
Revision Changes Path
1.63 +31 -1 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 1 Jan 2005 10:53:32 -0000 1.62
+++ openpkg-src/perl-ds/perl-ds.spec 11 Jan 2005 14:49:44 -0000 1.63
@@ -38,6 +38,9 @@
%define V_array_window 0.4
%define V_array_each 0.02
%define V_scalar_list_utils 1.14
+%define V_heap 0.71
+%define V_graph 0.51
+%define V_graph_simple 0.08
# package information
Name: perl-ds
@@ -50,7 +53,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041230
+Release: 20050111
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -66,6 +69,9 @@
Source10:
http://www.cpan.org/modules/by-module/Array/Array-Window-%{V_array_window}.tar.gz
Source11:
http://www.cpan.org/modules/by-module/Array/Array-Each-%{V_array_each}.tar.gz
Source12:
http://www.cpan.org/modules/by-module/Scalar/Scalar-List-Utils-%{V_scalar_list_utils}.tar.gz
+Source13:
http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz
+Source14:
http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz
+Source15:
http://www.cpan.org/modules/by-module/Graph/Graph-Simple-%{V_graph_simple}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -91,6 +97,9 @@
- Array::Each (%{V_array_each})
- Scalar::Utils (%{V_scalar_list_utils})
- List::Utils (%{V_scalar_list_utils})
+ - Heap::Heap (%{V_heap})
+ - Graph::Graph (%{V_graph})
+ - Graph::Graph::Simple (%{V_graph_simple})
%track
prog perl-ds:Bit-Vector = {
@@ -160,6 +169,21 @@
url = http://www.cpan.org/modules/by-module/Scalar/
regex = Scalar-List-Utils-(__VER__)\.tar\.gz
}
+ prog perl-ds:Heap = {
+ version = %{V_heap}
+ url = http://www.cpan.org/modules/by-module/Heap/
+ regex = Heap-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Graph = {
+ version = %{V_graph}
+ url = http://www.cpan.org/modules/by-module/Graph/
+ regex = Graph-(__VER__)\.tar\.gz
+ }
+ prog perl-ds:Graph-Simple = {
+ version = %{V_graph_simple}
+ url = http://www.cpan.org/modules/by-module/Graph/
+ regex = Graph-Simple-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -175,6 +199,9 @@
%setup -q -T -D -a 10
%setup -q -T -D -a 11
%setup -q -T -D -a 12
+ %setup -q -T -D -a 13
+ %setup -q -T -D -a 14
+ %setup -q -T -D -a 15
%build
@@ -194,6 +221,9 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} 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]