SPECS: php-pecl-APC.spec, php-pecl-Net_Gopher.spec, php-pecl-PDO.s...

glen glen at pld-linux.org
Wed Sep 14 01:18:44 CEST 2005


Author: glen                         Date: Tue Sep 13 23:18:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for spec parser having macro undefined yet and not seeing BR

---- Files affected:
SPECS:
   php-pecl-APC.spec (1.12 -> 1.13) , php-pecl-Net_Gopher.spec (1.9 -> 1.10) , php-pecl-PDO.spec (1.8 -> 1.9) , php-pecl-PDO_FIREBIRD.spec (1.8 -> 1.9) , php-pecl-PDO_MYSQL.spec (1.6 -> 1.7) , php-pecl-PDO_OCI.spec (1.5 -> 1.6) , php-pecl-PDO_ODBC.spec (1.7 -> 1.8) , php-pecl-PDO_PGSQL.spec (1.5 -> 1.6) , php-pecl-PDO_SQLITE.spec (1.7 -> 1.8) , php-pecl-SQLite.spec (1.13 -> 1.14) , php-pecl-archive.spec (1.6 -> 1.7) , php-pecl-bcompiler.spec (1.16 -> 1.17) , php-pecl-big_int.spec (1.8 -> 1.9) , php-pecl-bitset.spec (1.4 -> 1.5) , php-pecl-blenc.spec (1.4 -> 1.5) , php-pecl-bz2.spec (1.12 -> 1.13) , php-pecl-bz2_filter.spec (1.4 -> 1.5) , php-pecl-classkit.spec (1.8 -> 1.9) , php-pecl-clips.spec (1.6 -> 1.7) , php-pecl-cpdf.spec (1.5 -> 1.6) , php-pecl-crack.spec (1.12 -> 1.13) , php-pecl-cvsclient.spec (1.7 -> 1.8) , php-pecl-cyrus.spec (1.7 -> 1.8) , php-pecl-ecasound.spec (1.11 -> 1.12) , php-pecl-enchant.spec (1.9 -> 1.10) , php-pecl-esmtp.spec (1.8 -> 1.9) , php-pecl-http.spec (1.12 -> 1.13) , php-pecl-xdebug.spec (1.20 -> 1.21) , php4-eaccelerator.spec (1.19 -> 1.20) , php4-gtk.spec (1.36 -> 1.37) , php4-mcache.spec (1.14 -> 1.15) , php4-mmcache.spec (1.35 -> 1.36) , php4-pecl-APC.spec (1.8 -> 1.9) , php4-pecl-SQLite.spec (1.6 -> 1.7) , php4-pecl-crack.spec (1.4 -> 1.5) , php4-pecl-dbx.spec (1.5 -> 1.6) , php4-pecl-http.spec (1.8 -> 1.9) , php4-pecl-intercept.spec (1.4 -> 1.5) , php4-pecl-mailparse.spec (1.6 -> 1.7) , php4-pecl-memcache.spec (1.4 -> 1.5) , php4-pecl-pop3.spec (1.4 -> 1.5) , php4-pecl-runkit.spec (1.5 -> 1.6) , php4-pecl-tidy.spec (1.5 -> 1.6) , php4-pecl-xmlwriter.spec (1.4 -> 1.5) , php4-pecl-yaz.spec (1.4 -> 1.5) , php4-rrdtool.spec (1.7 -> 1.8) , template-php-pecl.spec (1.17 -> 1.18) , template-php4-pecl.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-APC.spec
diff -u SPECS/php-pecl-APC.spec:1.12 SPECS/php-pecl-APC.spec:1.13
--- SPECS/php-pecl-APC.spec:1.12	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-APC.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/APC/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -79,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.12  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-Net_Gopher.spec
diff -u SPECS/php-pecl-Net_Gopher.spec:1.9 SPECS/php-pecl-Net_Gopher.spec:1.10
--- SPECS/php-pecl-Net_Gopher.spec:1.9	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-Net_Gopher.spec	Wed Sep 14 01:18:36 2005
@@ -17,7 +17,7 @@
 URL:		http://pecl.php.net/package/Net_Gopher/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.9  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO.spec
diff -u SPECS/php-pecl-PDO.spec:1.8 SPECS/php-pecl-PDO.spec:1.9
--- SPECS/php-pecl-PDO.spec:1.8	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/PDO/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -99,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.8  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO_FIREBIRD.spec
diff -u SPECS/php-pecl-PDO_FIREBIRD.spec:1.8 SPECS/php-pecl-PDO_FIREBIRD.spec:1.9
--- SPECS/php-pecl-PDO_FIREBIRD.spec:1.8	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO_FIREBIRD.spec	Wed Sep 14 01:18:36 2005
@@ -20,7 +20,7 @@
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	php-pecl-PDO-devel
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Requires:	php-pecl-PDO
 Obsoletes:	php-pear-%{_modname}
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.8  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO_MYSQL.spec
diff -u SPECS/php-pecl-PDO_MYSQL.spec:1.6 SPECS/php-pecl-PDO_MYSQL.spec:1.7
--- SPECS/php-pecl-PDO_MYSQL.spec:1.6	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO_MYSQL.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	php-pecl-PDO-devel
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Requires:	php-pecl-PDO
 Obsoletes:	php-pear-%{_modname}
@@ -79,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.6  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO_OCI.spec
diff -u SPECS/php-pecl-PDO_OCI.spec:1.5 SPECS/php-pecl-PDO_OCI.spec:1.6
--- SPECS/php-pecl-PDO_OCI.spec:1.5	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO_OCI.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	php-pecl-PDO-devel
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -78,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.5  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO_ODBC.spec
diff -u SPECS/php-pecl-PDO_ODBC.spec:1.7 SPECS/php-pecl-PDO_ODBC.spec:1.8
--- SPECS/php-pecl-PDO_ODBC.spec:1.7	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO_ODBC.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 BuildRequires:	php-pecl-PDO-devel
 BuildRequires:	rpmbuild(macros) >= 1.238
 BuildRequires:	unixODBC-devel
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Requires:	php-pecl-PDO
 Obsoletes:	php-pear-%{_modname}
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.7  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO_PGSQL.spec
diff -u SPECS/php-pecl-PDO_PGSQL.spec:1.5 SPECS/php-pecl-PDO_PGSQL.spec:1.6
--- SPECS/php-pecl-PDO_PGSQL.spec:1.5	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO_PGSQL.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 BuildRequires:	php-pecl-PDO-devel
 BuildRequires:	postgresql-devel
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Requires:	php-pecl-PDO
 Obsoletes:	php-pear-%{_modname}
@@ -79,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.5  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-PDO_SQLITE.spec
diff -u SPECS/php-pecl-PDO_SQLITE.spec:1.7 SPECS/php-pecl-PDO_SQLITE.spec:1.8
--- SPECS/php-pecl-PDO_SQLITE.spec:1.7	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-PDO_SQLITE.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 BuildRequires:	php-pecl-PDO-devel
 BuildRequires:	rpmbuild(macros) >= 1.238
 BuildRequires:	sqlite3-devel
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Requires:	php-pecl-PDO
 Obsoletes:	php-pear-%{_modname}
@@ -90,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.7  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-SQLite.spec
diff -u SPECS/php-pecl-SQLite.spec:1.13 SPECS/php-pecl-SQLite.spec:1.14
--- SPECS/php-pecl-SQLite.spec:1.13	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-SQLite.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 URL:		http://pecl.php.net/package/SQLite/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -88,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.13  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-archive.spec
diff -u SPECS/php-pecl-archive.spec:1.6 SPECS/php-pecl-archive.spec:1.7
--- SPECS/php-pecl-archive.spec:1.6	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-archive.spec	Wed Sep 14 01:18:36 2005
@@ -17,7 +17,7 @@
 BuildRequires:	libarchive-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -78,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.6  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-bcompiler.spec
diff -u SPECS/php-pecl-bcompiler.spec:1.16 SPECS/php-pecl-bcompiler.spec:1.17
--- SPECS/php-pecl-bcompiler.spec:1.16	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-bcompiler.spec	Wed Sep 14 01:18:36 2005
@@ -17,7 +17,7 @@
 BuildRequires:	bzip2-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.16  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-big_int.spec
diff -u SPECS/php-pecl-big_int.spec:1.8 SPECS/php-pecl-big_int.spec:1.9
--- SPECS/php-pecl-big_int.spec:1.8	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-big_int.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/big_int/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.8  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-bitset.spec
diff -u SPECS/php-pecl-bitset.spec:1.4 SPECS/php-pecl-bitset.spec:1.5
--- SPECS/php-pecl-bitset.spec:1.4	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-bitset.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/bitset/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.4  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-blenc.spec
diff -u SPECS/php-pecl-blenc.spec:1.4 SPECS/php-pecl-blenc.spec:1.5
--- SPECS/php-pecl-blenc.spec:1.4	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-blenc.spec	Wed Sep 14 01:18:36 2005
@@ -19,7 +19,7 @@
 URL:		http://pecl.php.net/package/blenc/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -88,6 +88,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.4  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-bz2.spec
diff -u SPECS/php-pecl-bz2.spec:1.12 SPECS/php-pecl-bz2.spec:1.13
--- SPECS/php-pecl-bz2.spec:1.12	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-bz2.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 BuildRequires:	bzip2-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.12  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-bz2_filter.spec
diff -u SPECS/php-pecl-bz2_filter.spec:1.4 SPECS/php-pecl-bz2_filter.spec:1.5
--- SPECS/php-pecl-bz2_filter.spec:1.4	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-bz2_filter.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/bz2_filter/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.4  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-classkit.spec
diff -u SPECS/php-pecl-classkit.spec:1.8 SPECS/php-pecl-classkit.spec:1.9
--- SPECS/php-pecl-classkit.spec:1.8	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-classkit.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/classkit/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -78,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.8  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-clips.spec
diff -u SPECS/php-pecl-clips.spec:1.6 SPECS/php-pecl-clips.spec:1.7
--- SPECS/php-pecl-clips.spec:1.6	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-clips.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/clips/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -82,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.6  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-cpdf.spec
diff -u SPECS/php-pecl-cpdf.spec:1.5 SPECS/php-pecl-cpdf.spec:1.6
--- SPECS/php-pecl-cpdf.spec:1.5	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-cpdf.spec	Wed Sep 14 01:18:36 2005
@@ -17,7 +17,7 @@
 #BuildRequires:	libxml2-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.5  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-crack.spec
diff -u SPECS/php-pecl-crack.spec:1.12 SPECS/php-pecl-crack.spec:1.13
--- SPECS/php-pecl-crack.spec:1.12	Tue Sep 13 23:13:03 2005
+++ SPECS/php-pecl-crack.spec	Wed Sep 14 01:18:36 2005
@@ -18,7 +18,7 @@
 BuildRequires:	cracklib-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Obsoletes:	php-crack
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.12  2005/09/13 21:13:03  glen
 - use new php/zend api macros
 

================================================================
Index: SPECS/php-pecl-cvsclient.spec
diff -u SPECS/php-pecl-cvsclient.spec:1.7 SPECS/php-pecl-cvsclient.spec:1.8
--- SPECS/php-pecl-cvsclient.spec:1.7	Wed Sep 14 01:02:53 2005
+++ SPECS/php-pecl-cvsclient.spec	Wed Sep 14 01:18:36 2005
@@ -16,7 +16,7 @@
 URL:		http://pecl.php.net/package/cvsclient/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.7  2005/09/13 23:02:53  glen
 - added conf.d and php api version
 

================================================================
Index: SPECS/php-pecl-cyrus.spec
diff -u SPECS/php-pecl-cyrus.spec:1.7 SPECS/php-pecl-cyrus.spec:1.8
--- SPECS/php-pecl-cyrus.spec:1.7	Wed Sep 14 01:02:53 2005
+++ SPECS/php-pecl-cyrus.spec	Wed Sep 14 01:18:36 2005
@@ -17,7 +17,7 @@
 BuildRequires:	cyrus-imapd-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.7  2005/09/13 23:02:53  glen
 - added conf.d and php api version
 

================================================================
Index: SPECS/php-pecl-ecasound.spec
diff -u SPECS/php-pecl-ecasound.spec:1.11 SPECS/php-pecl-ecasound.spec:1.12
--- SPECS/php-pecl-ecasound.spec:1.11	Wed Sep 14 01:02:53 2005
+++ SPECS/php-pecl-ecasound.spec	Wed Sep 14 01:18:36 2005
@@ -21,7 +21,7 @@
 BuildRequires:	ecasound-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-Ecasound
 Obsoletes:	php-pear-%{_modname}
@@ -83,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
 Revision 1.11  2005/09/13 23:02:53  glen
 - added conf.d and php api version
 

================================================================
Index: SPECS/php-pecl-enchant.spec
diff -u SPECS/php-pecl-enchant.spec:1.9 SPECS/php-pecl-enchant.spec:1.10
--- SPECS/php-pecl-enchant.spec:1.9	Wed Sep 14 01:02:53 2005
+++ SPECS/php-pecl-enchant.spec	Wed Sep 14 01:18:36 2005
@@ -17,7 +17,7 @@
 BuildRequires:	enchant-devel
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.238
-%requires_php_extension
+%{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -90,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/09/13 23:18:36  glen
+- workaround for spec parser having macro undefined yet and not seeing BR
+
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-APC.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-Net_Gopher.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO_FIREBIRD.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO_MYSQL.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO_OCI.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO_ODBC.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO_PGSQL.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-PDO_SQLITE.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-SQLite.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-archive.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-bcompiler.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-big_int.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-bitset.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-blenc.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-bz2.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-bz2_filter.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-classkit.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-clips.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-cpdf.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-crack.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-cvsclient.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-cyrus.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-ecasound.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-enchant.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-esmtp.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-http.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-xdebug.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/SPECS/php4-eaccelerator.spec?r1=1.19&r2=1.20&f=u
    http://cvs.pld-linux.org/SPECS/php4-gtk.spec?r1=1.36&r2=1.37&f=u
    http://cvs.pld-linux.org/SPECS/php4-mcache.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/php4-mmcache.spec?r1=1.35&r2=1.36&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-APC.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-SQLite.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-crack.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-dbx.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-http.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-intercept.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-mailparse.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-memcache.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-pop3.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-runkit.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-tidy.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-xmlwriter.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-yaz.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/php4-rrdtool.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/template-php-pecl.spec?r1=1.17&r2=1.18&f=u
    http://cvs.pld-linux.org/SPECS/template-php4-pecl.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list