[packages/python-notify2] - rel 11, fix doc build

baggins baggins at pld-linux.org
Fri Jun 6 22:59:16 CEST 2025


commit 961397c7c221e99bf93204740610c375e825225e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Jun 7 00:58:46 2025 +0200

    - rel 11, fix doc build

 python-notify2.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/python-notify2.spec b/python-notify2.spec
index 84dd979..a8ecfc4 100644
--- a/python-notify2.spec
+++ b/python-notify2.spec
@@ -10,7 +10,7 @@
 Summary:	Python 2 interface to DBus notifications
 Name:		python-%{pypi_name}
 Version:	0.3.1
-Release:	10
+Release:	11
 License:	BSD
 Group:		Libraries/Python
 Source0:	https://files.pythonhosted.org/packages/source/n/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
@@ -59,6 +59,11 @@ Dokumentacja API %{module}.
 %prep
 %setup -q -n %{pypi_name}-%{version}
 
+%if %{with doc}
+# incorrect mapping?
+%{__sed} -i -e '/^intersphinx_mapping/,/^}/ d' docs/conf.py
+%endif
+
 %build
 %if %{with python2}
 %py_build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-notify2.git/commitdiff/961397c7c221e99bf93204740610c375e825225e



More information about the pld-cvs-commit mailing list