|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|