From 4fecdfba2ae8c4d7a807d5bfc3f09072db8c4ef0 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Dec 11 2020 10:26:59 +0000 Subject: fix new CFFI python bindings (notmuch2) Building certainly helps ... apparantly a previous mis-merge, or a change in %{py3_install} (adding --skip-build). --- diff --git a/notmuch.spec b/notmuch.spec index 23ce008..fc20ac2 100644 --- a/notmuch.spec +++ b/notmuch.spec @@ -24,7 +24,7 @@ Name: notmuch Version: 0.31.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: System for indexing, searching, and tagging email License: GPLv3+ URL: https://notmuchmail.org/ @@ -73,6 +73,8 @@ BuildRequires: python3-sphinx %if 0%{?with_python3CFFI} BuildRequires: python3-setuptools +BuildRequires: python3-pytest +BuildRequires: python3-pytest-shutil BuildRequires: python3-cffi %endif @@ -198,6 +200,13 @@ pushd bindings/python %endif popd +# Build the python cffi bindings +pushd bindings/python-cffi + %if 0%{?with_python3CFFI} + %py3_build + %endif +popd + # Build notmuch-mutt pushd contrib/notmuch-mutt make @@ -338,6 +347,9 @@ vim -u NONE -esX -c "helptags ." -c quit %{_datadir}/vim/vimfiles/syntax/notmuch-show.vim %changelog +* Fri Dec 11 2020 Michael J Gruber - 0.31.2-4 +- fix new CFFI python bindings (notmuch2) + * Fri Dec 11 2020 Michael J Gruber - 0.31.2-3 - ship info doc