add NCSA and PostgreSQL to License
This commit is contained in:
parent
3ac2a60b2f
commit
4e56e6dc26
7
php.spec
7
php.spec
@ -70,7 +70,8 @@ Release: 1%{?dist}
|
|||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
# main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0
|
# main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0
|
||||||
# ext/date/lib is MIT
|
# ext/date/lib is MIT
|
||||||
License: PHP and Zend and BSD and MIT and ASL 1.0
|
# Zend/zend_sort is NCSA
|
||||||
|
License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
|
|
||||||
Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
|
Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
|
||||||
@ -178,6 +179,8 @@ which adds support for the PHP language to Apache HTTP Server.
|
|||||||
|
|
||||||
%package cli
|
%package cli
|
||||||
Summary: Command-line interface for PHP
|
Summary: Command-line interface for PHP
|
||||||
|
# Zend/zend_sort is NCSA
|
||||||
|
License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and PostgreSQL
|
||||||
Requires: php-common%{?_isa} = %{version}-%{release}
|
Requires: php-common%{?_isa} = %{version}-%{release}
|
||||||
Provides: php-cgi = %{version}-%{release}, php-cgi%{?_isa} = %{version}-%{release}
|
Provides: php-cgi = %{version}-%{release}, php-cgi%{?_isa} = %{version}-%{release}
|
||||||
Provides: php-pcntl, php-pcntl%{?_isa}
|
Provides: php-pcntl, php-pcntl%{?_isa}
|
||||||
@ -830,7 +833,7 @@ touch configure.ac
|
|||||||
CFLAGS=$(echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign | sed 's/-mstackrealign//')
|
CFLAGS=$(echo $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign | sed 's/-mstackrealign//')
|
||||||
export CFLAGS
|
export CFLAGS
|
||||||
|
|
||||||
# Install extension modules in %{_libdir}/php/modules.
|
# Install extension modules in %%{_libdir}/php/modules.
|
||||||
EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
|
EXTENSION_DIR=%{_libdir}/php/modules; export EXTENSION_DIR
|
||||||
|
|
||||||
# Set PEAR_INSTALLDIR to ensure that the hard-coded include_path
|
# Set PEAR_INSTALLDIR to ensure that the hard-coded include_path
|
||||||
|
Loading…
Reference in New Issue
Block a user