diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-06 11:49:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-06 11:49:07 +0000 |
commit | 0538bc565cd2364ac931146dc74197f84b4dc354 (patch) | |
tree | 5c83654ae70fe7ddd562bf5721442fa62dd79eb2 /libsbml.spec | |
parent | 174c9fbfa14a4586c02743860de25baa416804e5 (diff) |
automatic import of libsbml
Diffstat (limited to 'libsbml.spec')
-rw-r--r-- | libsbml.spec | 4 |
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 |