|
@@ -6,13 +6,13 @@
|
|
|
Summary: GPGME - GnuPG Made Easy
|
|
|
Summary(ja): GPGME - GnuPG Made Easy
|
|
|
Name: gpgme
|
|
|
-Version: 1.22.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.24.2
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
|
-License: LGPL
|
|
|
+License: LGPL and MIT
|
|
|
URL: https://gnupg.org/software/gpgme/index.html
|
|
|
Source: https://gnupg.org/ftp/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
|
|
|
|
@@ -21,8 +21,6 @@ Source: https://gnupg.org/ftp/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
|
|
Patch1001: 0001-don-t-add-extra-libraries-for-linking.patch
|
|
|
# add -D_FILE_OFFSET_BITS... to gpgme-config, upstreamable
|
|
|
Patch1002: gpgme-1.3.2-largefile.patch
|
|
|
-# Let's fix stupid AX_PYTHON_DEVEL
|
|
|
-Patch1003: 0001-fix-stupid-ax_python_devel.patch
|
|
|
# Allow extra options to be passed to setup.py during installation
|
|
|
Patch1004: 0002-setup_py_extra_opts.patch
|
|
|
|
|
@@ -30,10 +28,6 @@ Patch1004: 0002-setup_py_extra_opts.patch
|
|
|
# Skip lang/qt/tests/t-remarks on gnupg 2.4+
|
|
|
Patch3001: 1001-qt-skip-test-remarks-for-gnupg2-2.4.patch
|
|
|
|
|
|
-# fix FTBFS caused by include path order, for <= 1.22.0
|
|
|
-Patch3002: gpgme-1.22.0-ftbfs-aee18a2a.patch
|
|
|
-Patch3003: gpgme-1.22.0-ftbfs-d23528ca.patch
|
|
|
-
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: gnupg2 >= %{_gnupg_ver}
|
|
|
BuildRequires: libgpg-error-devel >= %{_libgpg_error_ver}
|
|
@@ -162,10 +156,11 @@ rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
|
|
|
|
|
|
%files
|
|
|
%defattr(-,root,root)
|
|
|
-%license COPYING*
|
|
|
+%license COPYING* LICENSES
|
|
|
%doc AUTHORS ChangeLog NEWS README* THANKS TODO VERSION
|
|
|
%{_bindir}/gpgme-json
|
|
|
%{_libdir}/libgpgme*.so.*
|
|
|
+%{_mandir}/man1/%{name}-json.*
|
|
|
|
|
|
%files devel
|
|
|
%defattr(-,root,root)
|
|
@@ -185,6 +180,9 @@ rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.24.2-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Thu Oct 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.22.0-2
|
|
|
- fixed cmake files.
|
|
|
|