f41
David Tardon 7 years ago
parent d173ff63e4
commit bd344f1e11

@ -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

@ -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

Loading…
Cancel
Save