SPECS: graphviz-cairo.spec - graphviz 2.6 uses "dot -c"

qboosh qboosh at pld-linux.org
Sat Sep 3 21:26:42 CEST 2005


Author: qboosh                       Date: Sat Sep  3 19:26:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- graphviz 2.6 uses "dot -c"

---- Files affected:
SPECS:
   graphviz-cairo.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/graphviz-cairo.spec
diff -u SPECS/graphviz-cairo.spec:1.7 SPECS/graphviz-cairo.spec:1.8
--- SPECS/graphviz-cairo.spec:1.7	Wed Aug 31 07:34:09 2005
+++ SPECS/graphviz-cairo.spec	Sat Sep  3 21:26:37 2005
@@ -19,6 +19,7 @@
 BuildRequires:	libgnomeui-devel >= 2.0
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
+Requires:	graphviz >= 2.6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,11 +54,11 @@
 
 %post
 umask 022
-[ ! -x %{_bindir}/dot ] || %{_bindir}/dot -V > /dev/null 2>&1
+[ ! -x %{_bindir}/dot ] || %{_bindir}/dot -c > /dev/null 2>&1
 
 %postun
 umask 022
-[ ! -x %{_bindir}/dot ] || %{_bindir}/dot -V > /dev/null 2>&1
+[ ! -x %{_bindir}/dot ] || %{_bindir}/dot -c > /dev/null 2>&1
 
 %files
 %defattr(644,root,root,755)
@@ -69,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/09/03 19:26:37  qboosh
+- graphviz 2.6 uses "dot -c"
+
 Revision 1.7  2005/08/31 05:34:09  qboosh
 - BR: libgnomeui-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/graphviz-cairo.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list