php package updates
Signed-off-by: webbuilder_pel7x64builder0 <webbuilder@powerel.org>master
parent
aaa8c0a73c
commit
5b71b56404
|
@ -185,7 +185,7 @@ REPORT_EXIT_STATUS=1 \
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license NTS/LICENSE
|
%license NTS/LICENSE
|
||||||
%doc %{pecl_docdir}/%{pecl_name}
|
#%doc %{pecl_docdir}/%{pecl_name}
|
||||||
%{pecl_xmldir}/%{name}.xml
|
%{pecl_xmldir}/%{name}.xml
|
||||||
|
|
||||||
%config(noreplace) %{php_inidir}/%{ini_name}
|
%config(noreplace) %{php_inidir}/%{ini_name}
|
||||||
|
@ -198,7 +198,7 @@ REPORT_EXIT_STATUS=1 \
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc %{pecl_testdir}/%{pecl_name}
|
#%doc %{pecl_testdir}/%{pecl_name}
|
||||||
%{php_incldir}/ext/%{pecl_name}
|
%{php_incldir}/ext/%{pecl_name}
|
||||||
|
|
||||||
%if %{with_zts}
|
%if %{with_zts}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Fedora spec file for php-pecl-igbinary
|
# Fedora spec file for php-pecl-igbinary
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010-2019 Remi Collet
|
# Copyright (c) 2010-2020 Remi Collet
|
||||||
# License: CC-BY-SA
|
# License: CC-BY-SA
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
|
@ -14,17 +14,17 @@
|
||||||
%global with_zts 0%{?__ztsphp:1}
|
%global with_zts 0%{?__ztsphp:1}
|
||||||
%global ini_name 40-%{pecl_name}.ini
|
%global ini_name 40-%{pecl_name}.ini
|
||||||
|
|
||||||
%global upstream_version 3.0.0
|
%global upstream_version 3.1.1
|
||||||
#global upstream_prever RC1
|
#global upstream_prever RC1
|
||||||
|
|
||||||
Summary: Replacement for the standard PHP serializer
|
Summary: Replacement for the standard PHP serializer
|
||||||
Name: php-pecl-igbinary
|
Name: php-pecl-igbinary
|
||||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
|
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
URL: http://pecl.php.net/package/igbinary
|
URL: https://pecl.php.net/package/igbinary
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
#BuildRequires: php-pear
|
#BuildRequires: php-pear
|
||||||
|
@ -44,8 +44,8 @@ Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}
|
||||||
%description
|
%description
|
||||||
Igbinary is a drop in replacement for the standard PHP serializer.
|
Igbinary is a drop in replacement for the standard PHP serializer.
|
||||||
|
|
||||||
Instead of time and space consuming textual representation,
|
Instead of time and space consuming textual representation,
|
||||||
igbinary stores PHP data structures in a compact binary form.
|
igbinary stores PHP data structures in a compact binary form.
|
||||||
Savings are significant when using memcached or similar memory
|
Savings are significant when using memcached or similar memory
|
||||||
based storages for serialized data.
|
based storages for serialized data.
|
||||||
|
|
||||||
|
@ -129,9 +129,9 @@ for i in $(grep 'role="test"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
|
||||||
do [ -f $i ] && install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{pecl_name}/$i
|
do [ -f $i ] && install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{pecl_name}/$i
|
||||||
[ -f tests/$i ] && install -Dpm 644 tests/$i %{buildroot}%{pecl_testdir}/%{pecl_name}/tests/$i
|
[ -f tests/$i ] && install -Dpm 644 tests/$i %{buildroot}%{pecl_testdir}/%{pecl_name}/tests/$i
|
||||||
done
|
done
|
||||||
#for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
|
for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
|
||||||
#do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
|
do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
|
||||||
#done
|
done
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
@ -198,6 +198,12 @@ REPORT_EXIT_STATUS=1 \
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 3.1.1-1
|
||||||
|
- update to 3.1.1
|
||||||
|
|
||||||
|
* Sat Dec 28 2019 Remi Collet <remi@remirepo.net> - 3.1.0-1
|
||||||
|
- update to 3.1.0
|
||||||
|
|
||||||
* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 3.0.0-1
|
* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 3.0.0-1
|
||||||
- update to 3.0.0
|
- update to 3.0.0
|
||||||
- no API change
|
- no API change
|
||||||
|
@ -354,3 +360,4 @@ REPORT_EXIT_STATUS=1 \
|
||||||
|
|
||||||
* Wed Sep 29 2010 Remi Collet <rpms@famillecollet.com> 1.0.2-1
|
* Wed Sep 29 2010 Remi Collet <rpms@famillecollet.com> 1.0.2-1
|
||||||
- initital RPM
|
- initital RPM
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
%global with_pspell 1
|
%global with_pspell 1
|
||||||
%global with_lmdb 1
|
%global with_lmdb 1
|
||||||
|
|
||||||
%global upver 7.2.23
|
%global upver 7.2.31
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
%global with_pspell 1
|
%global with_pspell 1
|
||||||
%global with_lmdb 1
|
%global with_lmdb 1
|
||||||
|
|
||||||
%global upver 7.3.10
|
%global upver 7.3.19
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
|
|
|
@ -157,7 +157,7 @@ Requires: php-common%{?_isa} = %{version}-%{release}
|
||||||
#%endif
|
#%endif
|
||||||
#Recommends: php-xml%{?_isa} = %{version}-%{release}
|
#Recommends: php-xml%{?_isa} = %{version}-%{release}
|
||||||
# To ensure correct /var/lib/php/session ownership:
|
# To ensure correct /var/lib/php/session ownership:
|
||||||
Requires(pre): httpd-filesystem
|
#Requires(pre): httpd-filesystem
|
||||||
# php engine for Apache httpd webserver
|
# php engine for Apache httpd webserver
|
||||||
Provides: php(httpd)
|
Provides: php(httpd)
|
||||||
|
|
||||||
|
@ -203,14 +203,14 @@ Requires: php-common%{?_isa} = %{version}-%{release}
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
# To ensure correct /var/lib/php/session ownership:
|
# To ensure correct /var/lib/php/session ownership:
|
||||||
Requires(pre): httpd-filesystem
|
#Requires(pre): httpd-filesystem
|
||||||
# For php.conf in /etc/httpd/conf.d
|
# For php.conf in /etc/httpd/conf.d
|
||||||
# and version 2.4.10 for proxy support in SetHandler
|
# and version 2.4.10 for proxy support in SetHandler
|
||||||
Requires: httpd-filesystem >= 2.4.10
|
#Requires: httpd-filesystem >= 2.4.10
|
||||||
# php engine for Apache httpd webserver
|
# php engine for Apache httpd webserver
|
||||||
Provides: php(httpd)
|
Provides: php(httpd)
|
||||||
# for /etc/nginx ownership
|
# for /etc/nginx ownership
|
||||||
Requires: nginx-filesystem
|
#Requires: nginx-filesystem
|
||||||
|
|
||||||
%description fpm
|
%description fpm
|
||||||
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
|
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
|
||||||
|
|
Loading…
Reference in New Issue