rpms/php-pecl-xdebug/EL-5 php-pecl-xdebug.spec,1.9,1.10

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Feb 23 02:10:58 UTC 2008


Author: xulchris

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

Modified Files:
	php-pecl-xdebug.spec 
Log Message:
remove libedit requirement for EL-5


Index: php-pecl-xdebug.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-xdebug/EL-5/php-pecl-xdebug.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- php-pecl-xdebug.spec	23 Feb 2008 01:24:58 -0000	1.9
+++ php-pecl-xdebug.spec	23 Feb 2008 02:10:24 -0000	1.10
@@ -6,7 +6,7 @@
 
 Name:           php-pecl-xdebug
 Version:        2.0.2
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        PECL package for debugging PHP scripts
 
 License:        BSD
@@ -16,6 +16,8 @@
 
 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:  libedit-devel automake
 Provides:       php-pecl(Xdebug) = %{version}
 
@@ -50,6 +52,8 @@
 pushd debugclient
 cp %{_datadir}/automake*/depcomp .
 chmod +x configure
+# EL-5 currently does not have libedit
+#%configure --with-libedit
 %configure --with-libedit
 CFLAGS="$RPM_OPT_FLAGS" make
 popd
@@ -108,6 +112,9 @@
 
 
 %changelog
+* 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
+
 * Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 2.0.2-3
 - %%define %%pecl_name to properly register package
 - Install xml package description




More information about the fedora-extras-commits mailing list