[packages/libcryptui] - added fixes for gpgme 2.x and gpg up to 2.4.x, release 3

qboosh qboosh at pld-linux.org
Sun Jul 20 10:35:29 CEST 2025


commit 0898f1ebb42ee037924e351854d3d7bc48655b93
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 20 10:37:10 2025 +0200

    - added fixes for gpgme 2.x and gpg up to 2.4.x, release 3

 libcryptui.spec | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/libcryptui.spec b/libcryptui.spec
index e92474e..0e6b712 100644
--- a/libcryptui.spec
+++ b/libcryptui.spec
@@ -1,18 +1,20 @@
 #
 # Conditional build:
-%bcond_without	apidocs		# do not build and package API docs
+%bcond_without	apidocs		# gtk-doc API documentation
 %bcond_without	static_libs	# static library
 
 Summary:	Interface components for OpenPGP
 Summary(pl.UTF-8):	Elementy interfejsu dla OpenPGP
 Name:		libcryptui
 Version:	3.12.2
-Release:	2
+Release:	3
 License:	LGPL v2+
 Group:		Libraries
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/libcryptui/3.12/%{name}-%{version}.tar.xz
+Source0:	https://download.gnome.org/sources/libcryptui/3.12/%{name}-%{version}.tar.xz
 # Source0-md5:	da0ca49a8854e33aecce949f62def9d7
-URL:		http://projects.gnome.org/seahorse/
+Patch0:		%{name}-gpgme.patch
+Patch1:		%{name}-gpg.patch
+URL:		https://wiki.gnome.org/Apps/Seahorse
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
 BuildRequires:	dbus-glib-devel >= 0.35
@@ -90,6 +92,8 @@ Dokumentacja API biblioteki libcryptui.
 
 %prep
 %setup -q
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__intltoolize}
@@ -106,6 +110,7 @@ Dokumentacja API biblioteki libcryptui.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcryptui.git/commitdiff/0898f1ebb42ee037924e351854d3d7bc48655b93



More information about the pld-cvs-commit mailing list