]> git.pld-linux.org Git - packages/php.git/blobdiff - php.spec
switch off default_php, th will use virtual packages for php-* names
[packages/php.git] / php.spec
index 51c22875627b1e5edd9da2bf7683ba737c2a7f2d..41b9b315a015a33ea54ba3fd1e21e742cc77d618 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -32,7 +32,7 @@
 %bcond_with    instantclient   # build Oracle oci8 extension module against oracle-instantclient package
 %bcond_with    system_gd       # with system gd (we prefer internal since it enables few more features)
 %bcond_with    system_libzip   # with system libzip (reported broken currently)
-%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_without curl            # without CURL extension module
 %bcond_without filter          # without filter extension module
 %bcond_without enchant         # without Enchant extension module
@@ -119,7 +119,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 %endif
 
-%define                rel     2
+%define                rel     4
 %define                orgname php
 %define                ver_suffix 53
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
@@ -537,7 +537,6 @@ Provides:   %{name}-standard
 Provides:      php(core) = %{version}
 Provides:      php(date)
 Provides:      php(ereg)
-Provides:      php(hash)
 Provides:      php(libxml)
 Provides:      php(reflection)
 Provides:      php(standard)
This page took 0.031411 seconds and 4 git commands to generate.