]> git.pld-linux.org Git - packages/mailutils.git/commitdiff
- added normalize patch (remove double slashes in paths stored in debuginfo, fixes... auto/th/mailutils-3.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Aug 2020 08:13:46 +0000 (10:13 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Aug 2020 08:13:46 +0000 (10:13 +0200)
mailutils-normalize.patch [new file with mode: 0644]
mailutils.spec

diff --git a/mailutils-normalize.patch b/mailutils-normalize.patch
new file mode 100644 (file)
index 0000000..385bd47
--- /dev/null
@@ -0,0 +1,8 @@
+--- mailutils-3.10/python/mailutils/Makefile.am.orig   2020-06-16 14:49:41.000000000 +0200
++++ mailutils-3.10/python/mailutils/Makefile.am        2020-08-22 09:00:28.379067903 +0200
+@@ -46,4 +46,4 @@
+ c_api_la_SOURCES = c_api.c
+ AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES) @PYTHON_INCLUDES@\
+- -I$(top_srcdir)/python/$(PYTHON_MAJOR)/libmu_py
++ -I$(top_srcdir)/python/libmu_py
index 4e67e658a8241bc4fb0847e2b8a9572d676d3da9..2aa4a078fc3ce078095b2fc3076300daa063b39d 100644 (file)
@@ -40,6 +40,7 @@ Patch4:               %{name}-examples.patch
 Patch5:                %{name}-extern.patch
 Patch6:                %{name}-cpp.patch
 Patch7:                %{name}-sql-quota.patch
+Patch8:                %{name}-normalize.patch
 URL:           http://www.gnu.org/software/mailutils/mailutils.html
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.15
@@ -190,6 +191,7 @@ skrzynek pocztowych.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %{__rm} po/stamp-po
 
This page took 0.161949 seconds and 4 git commands to generate.