[php-extras/el6/master] Disable php-readline for now so we can get the rest built to help solve broken deps

Nick Bebout nb at fedoraproject.org
Tue Dec 21 21:36:24 UTC 2010


commit c834f60c2e314cefbad7aca5ff7698e95d897e5d
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Dec 21 15:35:58 2010 -0600

    Disable php-readline for now so we can get the rest built to help
    solve broken deps

 php-extras.spec |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/php-extras.spec b/php-extras.spec
index dc08b00..69ac54c 100644
--- a/php-extras.spec
+++ b/php-extras.spec
@@ -2,7 +2,7 @@
 
 %define def()	%%{!?_without_default:%%{!?_without_%1: %%global _with_%1 --with-%1}}
 
-%{expand:%def readline}
+#%{expand:%def readline}
 #  recode
 %{expand:%def mcrypt}
 %{expand:%def mhash}
@@ -10,8 +10,9 @@
 %{expand:%def mssql}
 %{expand:%def interbase}
 
-
-%define list	%{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_tidy:tidy} %{?_with_mssql:mssql pdo_dblib} %{?_with_interbase:interbase pdo_firebird}
+%define _with_readline 0
+#%define list	%{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_tidy:tidy} %{?_with_mssql:mssql pdo_dblib} %{?_with_interbase:interbase pdo_firebird}
+%define list    %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_tidy:tidy} %{?_with_mssql:mssql pdo_dblib} %{?_with_interbase:interbase pdo_firebird}
 
 %define opts	%{?_with_interbase:--with-interbase=%{_libdir}/firebird --with-pdo-firebird=%{_libdir}/firebird}
 
@@ -24,7 +25,7 @@ Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version 2>/dev/null || echo 0)
 Version: 5.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -43,14 +44,14 @@ This package contains various additional modules for PHP, which
 have not been included in the basic PHP package for Fedora Core.
 
 
-%package -n php-readline
-Summary: Standard PHP module provides readline library support
-Group: Development/Languages
-Requires: php >= %{version}, php-api = %{apiver}
-%{?_with_readline:BuildRequires: readline-devel}
-
-%description -n php-readline
-Standard PHP module provides readline library support
+#%package -n php-readline
+#Summary: Standard PHP module provides readline library support
+#Group: Development/Languages
+#Requires: php >= %{version}, php-api = %{apiver}
+#%{?_with_readline:BuildRequires: readline-devel}
+#
+#%description -n php-readline
+#Standard PHP module provides readline library support
 
 
 %package -n php-recode
@@ -253,7 +254,7 @@ rm -rf $RPM_BUILD_ROOT
 #%%files
 %define fil()	%%{?_with_%1:%%files -n php-%1 -f files.%1}
 %{expand:%fil dbase}
-%{expand:%fil readline}
+#%{expand:%fil readline}
 %{expand:%fil recode}
 %{expand:%fil mcrypt}
 #%{expand:%fil mhash}
@@ -264,6 +265,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 21 2010 Nick Bebout <nb at fedoraproject.org> - 5.3.2-2
+- Disable php-readline for now so we can get the rest built
+
 * Sun Dec 19 2010 Jon Ciesla <limb at jcomserv.net> - 5.3.2-1
 - Update for EL-6.
 


More information about the scm-commits mailing list