SPECS: graphviz.spec - require php api version for php binding pac...
glen
glen at pld-linux.org
Thu Sep 15 22:09:29 CEST 2005
Author: glen Date: Thu Sep 15 20:09:29 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- require php api version for php binding package, add php-cli as configure requires it, rel 2
---- Files affected:
SPECS:
graphviz.spec (1.47 -> 1.48)
---- Diffs:
================================================================
Index: SPECS/graphviz.spec
diff -u SPECS/graphviz.spec:1.47 SPECS/graphviz.spec:1.48
--- SPECS/graphviz.spec:1.47 Wed Sep 7 16:13:37 2005
+++ SPECS/graphviz.spec Thu Sep 15 22:09:23 2005
@@ -7,7 +7,7 @@
Summary(pl): Narzędzie do wizualizacji w postaci grafów
Name: graphviz
Version: 2.6
-Release: 1
+Release: 2
License: CPL v1.0
Group: X11/Applications/Graphics
Source0: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
@@ -32,7 +32,8 @@
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: perl-devel
-BuildRequires: php-devel
+BuildRequires: php-devel >= 3:5.0.0
+BuildRequires: php-cli >= 3:5.0.0
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: ruby-devel
@@ -104,6 +105,7 @@
Summary(pl): Wiązania PHP dla graphviza
Group: Libraries
Requires: %{name} = %{version}-%{release}
+%{?requires_php_extension}
%description php
PHP binding for graphviz.
@@ -298,6 +300,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48 2005/09/15 20:09:23 glen
+- require php api version for php binding package, add php-cli as configure requires it, rel 2
+
Revision 1.47 2005/09/07 14:13:37 glen
- autotools called directly, revert last change
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/graphviz.spec?r1=1.47&r2=1.48&f=u
More information about the pld-cvs-commit
mailing list