summaryrefslogtreecommitdiff
path: root/libsbml.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libsbml.spec')
-rw-r--r--libsbml.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsbml.spec b/libsbml.spec
index 6e61f1b..dcc9d55 100644
--- a/libsbml.spec
+++ b/libsbml.spec
@@ -59,7 +59,7 @@ Patch4: %{name}-drop-formatter-import.diff
# affect files in dev/ that are not present in the PyPI source distribution.
Patch5: https://github.com/sbmlteam/%{name}/pull/178/commits/b12b7f9372424f5271a838c95605d9946c7ea1fb.patch
-Patch6: %{name}-rhbz_2128592.patch
+#Patch6: %{name}-rhbz_2128592.patch
BuildRequires: cmake
BuildRequires: zlib-devel
@@ -188,6 +188,8 @@ This package contains %{summary}.
%prep
%autosetup -n libSBML-%{version}-Source -p1
+# delete a file that is hard to be patched due to Windows file endings
+rm -rf examples/python/append_to_note.py
unzip -n %{SOURCE1}
sed -r -i s/DOXYGEN_MAX_VERSION=1.8.11/DOXYGEN_MAX_VERSION=2.0.0/ configure