[packages/php-pecl-gnupg] - updated to 1.5.4, now supports PHP 8 and gpgme 2
qboosh
qboosh at pld-linux.org
Wed Aug 13 05:49:07 CEST 2025
commit 6d78ebe87769264ee064300372c79a644e5444f5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Aug 13 05:51:28 2025 +0200
- updated to 1.5.4, now supports PHP 8 and gpgme 2
php-pecl-gnupg.spec | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec
index 28e0ee1..a97deb3 100644
--- a/php-pecl-gnupg.spec
+++ b/php-pecl-gnupg.spec
@@ -1,22 +1,22 @@
%define php_name php%{?php_suffix}
-%define modname gnupg
+%define modname gnupg
%define status stable
Summary: %{modname} - wrapper around the gpgme library
Summary(pl.UTF-8): %{modname} - wrapper biblioteki gpgme
Name: %{php_name}-pecl-%{modname}
-Version: 1.4.0
+Version: 1.5.4
Release: 1
License: BSD, revised
Group: Development/Languages/PHP
-Source0: http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5: 2354cb56168d8ea0f643e548e139d013
-URL: http://pecl.php.net/package/gnupg/
-BuildRequires: %{php_name}-devel >= 3:5.0.4
-BuildRequires: gpgme-devel
-BuildRequires: re2c
+Source0: https://pecl.php.net/get/%{modname}-%{version}.tgz
+# Source0-md5: 23ae146131b9f4238bdd98a53c087fc5
+URL: https://pecl.php.net/package/gnupg/
+BuildRequires: %{php_name}-devel >= 3:5.3.2
+BuildRequires: autoconf >= 2.68
+BuildRequires: gpgme-devel >= 1.3.0
BuildRequires: rpmbuild(macros) >= 1.650
%{?requires_php_extension}
-Requires: gpgme >= 1.1.4-2
+Requires: gpgme >= 1.3.0
Provides: php(%{modname}) = %{version}
Obsoletes: php-pecl-gnupg < 1.3.3-3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,7 +35,7 @@ To rozszerzenie ma w PECL status: %{status}.
%prep
%setup -qc
-mv %{modname}-%{version}/* .
+%{__mv} %{modname}-%{version}/* .
%build
export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
@@ -66,6 +66,6 @@ fi
%files
%defattr(644,root,root,755)
-%doc EXPERIMENTAL README
+%doc EXPERIMENTAL LICENSE README.md UPGRADING.md
%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
%attr(755,root,root) %{php_extensiondir}/%{modname}.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-gnupg.git/commitdiff/6d78ebe87769264ee064300372c79a644e5444f5
More information about the pld-cvs-commit
mailing list