summaryrefslogtreecommitdiffstats
path: root/php-smbclient.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-07 16:59:35 +0100
committerRemi Collet <remi@php.net>2022-02-07 16:59:35 +0100
commite97d954577fe0036e8e3f8ba06a19ba04dc6aef0 (patch)
tree55d41ea6c725b770748311eb9d2246616073311f /php-smbclient.spec
parentfa071d556d223882f4bf847701c8d51d3d8e735e (diff)
add fix from https://github.com/eduardok/libsmbclient-php/pull/94
Diffstat (limited to 'php-smbclient.spec')
-rw-r--r--php-smbclient.spec16
1 files changed, 13 insertions, 3 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec
index 4008a72..6a7fcde 100644
--- a/php-smbclient.spec
+++ b/php-smbclient.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-smbclient
#
-# Copyright (c) 2015-2020 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -39,7 +39,7 @@ Version: 1.0.6
%if 0%{?gh_date}
Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
Summary: PHP wrapper for libsmbclient
@@ -52,9 +52,11 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
%if %{with_tests}
-Source2: %{gh_project}-phpunit.xml
+Source2: %{pecl_name}-phpunit.xml
%endif
+Patch0: %{pecl_name}-stub.patch
+
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
@@ -101,6 +103,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -127,6 +132,8 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
+%patch0 -p1
+
# Check extension version
ver=$(sed -n '/define PHP_SMBCLIENT_VERSION/{s/.* "//;s/".*$//;p}' php_smbclient.h)
if test "$ver" != "%{version}%{?prever}%{?gh_date:-dev}"; then
@@ -244,6 +251,9 @@ fi
%changelog
+* Mon Feb 7 2022 Remi Collet <remi@remirepo.net> - 1.0.6-6
+- add fix from https://github.com/eduardok/libsmbclient-php/pull/94
+
* Mon Mar 1 2021 Remi Collet <remi@remirepo.net> - 1.0.6-1
- update to 1.0.6