source: branches/fc15-dev/server/fedora/specs/php.spec.patch @ 2041

Last change on this file since 2041 was 2041, checked in by ezyang, 12 years ago
PHP extension loading support for .user.ini files.
File size: 1.2 KB
  • rpmbuild/SPECS/php.spec

    old new  
    3737Summary: PHP scripting language for creating dynamic web sites
    3838Name: php
    3939Version: 5.3.8
    40 Release: 3%{?dist}
     40Release: 3%{?dist}.scripts.%{scriptsversion}
    4141License: PHP
    4242Group: Development/Languages
    4343URL: http://www.php.net/
     
    7979# Fixes for tests
    8080Patch61: php-5.0.4-tests-wddx.patch
    8181
     82Patch1000: php-zend-llist-destroy.patch
     83Patch1001: php-user-ini-extension.patch
     84
    8285BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    8386
    8487BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel
     
    9497Requires: php-cli%{?_isa} = %{version}-%{release}
    9598# To ensure correct /var/lib/php/session ownership:
    9699Requires(pre): httpd
     100Provides: scripts-php = %{version}-%{release}
    97101
    98102
    99103# Don't provides extensions, which are not shared library, as .so
     
    549553
    550554%patch61 -p1 -b .tests-wddx
    551555
     556%patch1000 -p1 -b .llist-destroy
     557%patch1001 -p1 -b .userini-ext
     558
    552559# Prevent %%doc confusion over LICENSE files
    553560cp Zend/LICENSE Zend/ZEND_LICENSE
    554561cp TSRM/LICENSE TSRM_LICENSE
Note: See TracBrowser for help on using the repository browser.