diff options
| -rw-r--r-- | php.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
@@ -120,7 +120,8 @@ Release: 1%{?dist}  # main/snprintf.c, main/spprintf.c and main/rfc1867.c are ASL 1.0  # ext/date/lib is MIT  # Zend/zend_sort is NCSA -License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA +# Zend/asm is Boost +License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost  URL: http://www.php.net/  %if 0%{?gh_date} @@ -279,7 +280,7 @@ which adds support for the PHP language to system Apache HTTP Server.  %package cli  Summary: Command-line interface for PHP  # sapi/cli/ps_title.c is PostgreSQL -License:  PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and PostgreSQL +License:  PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost and PostgreSQL  Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}  Provides: %{?scl_prefix}php-cgi = %{version}-%{release}, %{?scl_prefix}php-cgi%{?_isa} = %{version}-%{release}  Provides: %{?scl_prefix}php-pcntl, %{?scl_prefix}php-pcntl%{?_isa} @@ -709,6 +710,7 @@ BuildRequires: pkgconfig(libpng)  BuildRequires: pkgconfig(freetype2)  BuildRequires: pkgconfig(xpm)  BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(libavif)  Provides: bundled(gd) = 2.0.35  %endif @@ -956,7 +958,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in  # WIP patch  # Prevent %%doc confusion over LICENSE files -cp Zend/LICENSE Zend/ZEND_LICENSE +cp Zend/LICENSE ZEND_LICENSE +cp Zend/asm/LICENSE BOOST_LICENSE  cp TSRM/LICENSE TSRM_LICENSE  cp sapi/fpm/LICENSE fpm_LICENSE  cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE @@ -1676,7 +1679,7 @@ fi  %files common -f files.common  %doc EXTENSIONS NEWS UPGRADING* README.REDIST.BINS *md docs -%license LICENSE TSRM_LICENSE +%license LICENSE TSRM_LICENSE ZEND_LICENSE BOOST_LICENSE  %license libmagic_LICENSE  %license timelib_LICENSE  %doc php.ini-*  | 
