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: 14-Aug-2006 11:22:27
Branch: HEAD Handle: 2006081410222600
Modified files:
openpkg-src/perl-ds perl-ds.spec
Log:
move Graph::Easy from perl-ds (data structures) to perl-gfx (graphics)
as it is actually a graph drawing generator than a graph data
structure related module
Summary:
Revision Changes Path
1.154 +4 -14 openpkg-src/perl-ds/perl-ds.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ds/perl-ds.spec
============================================================================
$ cvs diff -u -r1.153 -r1.154 perl-ds.spec
--- openpkg-src/perl-ds/perl-ds.spec 7 Aug 2006 07:06:48 -0000 1.153
+++ openpkg-src/perl-ds/perl-ds.spec 14 Aug 2006 09:22:26 -0000 1.154
@@ -48,7 +48,6 @@
%define V_list_moreutils 0.21
%define V_heap 0.71
%define V_graph 0.79
-%define V_graph_easy 0.45
# package information
Name: perl-ds
@@ -61,7 +60,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060807
+Release: 20060814
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
@@ -85,10 +84,9 @@
Source18:
http://www.cpan.org/modules/by-module/List/List-MoreUtils-%{V_list_moreutils}.tar.gz
Source19:
http://www.cpan.org/modules/by-module/Heap/Heap-%{V_heap}.tar.gz
Source20:
http://www.cpan.org/modules/by-module/Graph/Graph-%{V_graph}.tar.gz
-Source21:
http://www.cpan.org/modules/by-module/Graph/Graph-Easy-%{V_graph_easy}.tar.gz
-Source22:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
-Source23:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
-Source24:
http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
+Source21:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-View-%{V_tree_simple_view}.tar.gz
+Source22:
http://www.cpan.org/modules/by-module/Tree/Tree-Simple-VisitorFactory-%{V_tree_simple_visitorfactory}.tar.gz
+Source23:
http://www.cpan.org/modules/by-module/Tree/Tree-%{V_tree}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -127,7 +125,6 @@
- List::MoreUtils (%{V_list_moreutils})
- Heap::Heap (%{V_heap})
- Graph::Graph (%{V_graph})
- - Graph::Easy (%{V_graph_easy})
%track
prog perl-ds:Bit-Vector = {
@@ -251,11 +248,6 @@
url = http://www.cpan.org/modules/by-module/Graph/
regex = Graph-(\d+\.\d{2})\.tar\.gz
}
- prog perl-ds:Graph-Easy = {
- version = %{V_graph_easy}
- url = http://www.cpan.org/modules/by-module/Graph/
- regex = Graph-Easy-(__VER__)\.tar\.gz
- }
%prep
%setup -q -c
@@ -282,7 +274,6 @@
%setup -q -T -D -a 21
%setup -q -T -D -a 22
%setup -q -T -D -a 23
- %setup -q -T -D -a 24
%build
@@ -313,7 +304,6 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE23} configure build install
- %{l_prefix}/bin/perl-openpkg -d %{SOURCE24} 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]