|
|
@@ -25,7 +25,7 @@
|
|
|
# package versions
|
|
|
%define V_graphviz 2.6
|
|
|
%define V_graphviz_perl_base 2.02
|
|
|
-%define V_graphviz_perl_data_structure 0.14
|
|
|
+%define V_graphviz_perl_data_structure 0.15
|
|
|
|
|
|
# package information
|
|
|
Name: graphviz
|
|
|
@@ -38,7 +38,7 @@ Class: BASE
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: %{V_graphviz}
|
|
|
-Release: 20050927
|
|
|
+Release: 20051201
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 yes
|
|
|
@@ -138,7 +138,7 @@ AutoReqProv: no
|
|
|
%if "%{with_perl}" == "yes"
|
|
|
# build Perl API
|
|
|
%{l_prefix}/bin/perl-openpkg prepare
|
|
|
- PATH="`pwd`/dotneato:$PATH"
|
|
|
+ PATH="`pwd`/cmd/dot:$PATH"
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build
|
|
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build
|
|
|
%endif
|