rpms/rrdtool/F-7 rrdtool.spec,1.37,1.38

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Jul 11 01:32:01 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/rrdtool/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10445

Modified Files:
	rrdtool.spec 
Log Message:
Add php abi check (#247339)


Index: rrdtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rrdtool/F-7/rrdtool.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- rrdtool.spec	1 Jun 2007 18:17:29 -0000	1.37
+++ rrdtool.spec	11 Jul 2007 01:31:29 -0000	1.38
@@ -8,11 +8,11 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.2.23
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Applications/Databases
-URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
-Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz
+URL: http://oss.oetiker.ch/rrdtool/
+Source0: http://oss.oetiker.ch/%{name}/pub/%{name}-%{version}.tar.gz
 Source1: php4-svn%{php_rrd_svn}.tar.gz
 Patch0: rrdtool-1.2.13-php.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -91,9 +91,17 @@
 BuildRequires: php-devel >= 4.0
 Requires: php >= 4.0
 Requires: %{name} = %{version}-%{release}
+%if 0%{?php_zend_api}
+Requires: php(zend-abi) = %{php_zend_api}
+Requires: php(api) = %{php_core_api}
+%else
+Requires: php-api = %{php_apiver}
+%endif
+Provides: php-pecl(rrdtool)
 Obsoletes: php-%{name} < %{version}-%{release}
 Provides: php-%{name} = %{version}-%{release}
 
+
 %description php
 The %{name}-php package includes a dynamic shared object (DSO) that adds
 RRDtool bindings to the PHP HTML-embedded scripting language.
@@ -303,6 +311,9 @@
 %endif
 
 %changelog
+* Tue Jul 10 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-6
+- Add php abi check (#247339)
+
 * Mon May 21 2007 Jarod Wilson <jwilson at redhat.com> 1.2.23-5
 - BR: ruby so %%ruby_sitearch gets set
 




More information about the fedora-extras-commits mailing list