rpms/php-pecl-xdebug/EL-5 php-pecl-xdebug.spec,1.13,1.14

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Mar 2 19:33:01 UTC 2008


Author: xulchris

Update of /cvs/extras/rpms/php-pecl-xdebug/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1259/EL-5

Modified Files:
	php-pecl-xdebug.spec 
Log Message:
fix requires


Index: php-pecl-xdebug.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/EL-5/php-pecl-xdebug.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- php-pecl-xdebug.spec	23 Feb 2008 02:28:54 -0000	1.13
+++ php-pecl-xdebug.spec	2 Mar 2008 19:32:21 -0000	1.14
@@ -6,7 +6,7 @@
 
 Name:           php-pecl-xdebug
 Version:        2.0.2
-Release:        3%{?dist}.3
+Release:        4%{?dist}
 Summary:        PECL package for debugging PHP scripts
 
 License:        BSD
@@ -16,9 +16,9 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel php-pear >= 1:1.4.9-1.2
-# EL-5 currently does not have libedit
-#BuildRequires:  libedit-devel automake
-BuildRequires:  automake
+BuildRequires:  libedit-devel automake
+Requires(post): %{__pecl}
+Requires(postun): %{__pecl}
 Provides:       php-pecl(Xdebug) = %{version}
 
 %if %{?php_zend_api}0
@@ -52,9 +52,7 @@
 pushd debugclient
 cp %{_datadir}/automake*/depcomp .
 chmod +x configure
-# EL-5 currently does not have libedit
-#configure --with-libedit
-%configure --without-libedit
+%configure --with-libedit
 CFLAGS="$RPM_OPT_FLAGS" make
 popd
 
@@ -112,14 +110,8 @@
 
 
 %changelog
-* Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-3.3
-- Fix rpm comment parsing limitation
-
-* Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-3.2
-- Explicitly specify to not use libedit in %%configure
-
-* Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-3.1
-- Remove libedit requirement for EL-5 until libedit is available
+* Sun Mar 02 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-4
+- Add %%{__pecl} to post/postun Requires
 
 * Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-3
 - %%define %%pecl_name to properly register package




More information about the fedora-extras-commits mailing list