]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- php 5.5 is now default, build as php54
authorMarcin Krol <hawk@tld-linux.org>
Tue, 30 Jul 2013 11:05:04 +0000 (11:05 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Tue, 30 Jul 2013 11:05:04 +0000 (11:05 +0000)
- updated requires to match other php versions

php.spec

index 7654d329bac0e6b489cdd9eff65c2d869769dce2..510d11f9ee003e646ad17f734a10c986dca46dc1 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -39,7 +39,7 @@
 # Reflection
 #
 # Conditional build:
-%bcond_without default_php     # use this PHP as default PHP in distro
+%bcond_with    default_php     # use this PHP as default PHP in distro
 %bcond_with    interbase_inst  # use InterBase install., not Firebird  (BR: proprietary libs)
 %bcond_with    oci8            # with Oracle oci8 extension module     (BR: proprietary libs)
 %bcond_with    instantclient   # build Oracle oci8 extension module against oracle-instantclient package
@@ -306,12 +306,12 @@ BuildRoot:        %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # Extension versions
 %define                bz2ver          1.0
 %define                enchantver      1.1.0
-%define                fileinfover     1.0.5
+%define                fileinfover     1.0.5-dev
 %define                hashver         1.0
 %define                intlver         1.1.0
 %define                jsonver         1.2.1
 %define                pharver         2.0.1
-%define                sqlite3ver      0.7
+%define                sqlite3ver      0.7-dev
 %define                zipver          1.11.0
 
 %define                zend_zts                %{!?with_zts:0}%{?with_zts:1}