From bd344f1e1143804987cefda5d13b7c2a3799c3ca Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 23 Jan 2018 15:09:55 +0100 Subject: [PATCH] fix FTBFS --- liborcus-0.13-ixion.patch | 14 ++++++++++++++ liborcus.spec | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 liborcus-0.13-ixion.patch diff --git a/liborcus-0.13-ixion.patch b/liborcus-0.13-ixion.patch new file mode 100644 index 0000000..ea61ca8 --- /dev/null +++ b/liborcus-0.13-ixion.patch @@ -0,0 +1,14 @@ +diff --git a/src/python/Makefile.in b/src/python/Makefile.in +index 247c4ac..2352ff5 100644 +--- a/src/python/Makefile.in ++++ b/src/python/Makefile.in +@@ -98,7 +98,8 @@ host_triplet = @host@ + @BUILD_PYTHON_TRUE@@BUILD_SPREADSHEET_MODEL_TRUE@ sheet_rows.cpp + + @BUILD_PYTHON_TRUE@@BUILD_SPREADSHEET_MODEL_TRUE@am__append_2 = \ +-@BUILD_PYTHON_TRUE@@BUILD_SPREADSHEET_MODEL_TRUE@ ../spreadsheet/liborcus-spreadsheet-model-@ORCUS_API_VERSION@.la ++@BUILD_PYTHON_TRUE@@BUILD_SPREADSHEET_MODEL_TRUE@ ../spreadsheet/liborcus-spreadsheet-model-@ORCUS_API_VERSION@.la \ ++@BUILD_PYTHON_TRUE@@BUILD_SPREADSHEET_MODEL_TRUE@ $(LIBIXION_LIBS) + + @BUILD_PYTHON_TRUE@@WITH_PYTHON_XLSX_TRUE@am__append_3 = ../../test/python/xlsx.py + subdir = src/python diff --git a/liborcus.spec b/liborcus.spec index 8b81915..fe2b015 100644 --- a/liborcus.spec +++ b/liborcus.spec @@ -26,6 +26,8 @@ BuildRequires: pkgconfig(python3) %endif BuildRequires: pkgconfig(zlib) +Patch0: liborcus-0.13-ixion.patch + %description %{name} is a standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import