summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 05:32:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 05:32:42 +0000
commit983f14f5c95f05b24e2e43c63ea68c16be4cf8c7 (patch)
tree0237a20045f0bee628437fee6e35a244e1ed304a
parent71b75953057314637763e8d222d4dc99821e9993 (diff)
automatic import of python-sbmlutilsopeneuler20.03
-rw-r--r--python-sbmlutils.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sbmlutils.spec b/python-sbmlutils.spec
index 27cb6d7..e087f0e 100644
--- a/python-sbmlutils.spec
+++ b/python-sbmlutils.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: sbmlutils are utilities for working with SBML.
License: LGPL-3.0
URL: https://github.com/matthiaskoenig/sbmlutils
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c6/36/65807b91f5d44f9b100ff969fb5bfc4dc6e2b0464a51566ce8b2b5de5510/sbmlutils-0.8.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c6/36/65807b91f5d44f9b100ff969fb5bfc4dc6e2b0464a51566ce8b2b5de5510/sbmlutils-0.8.1.tar.gz
BuildArch: noarch
Requires: python3-pymetadata
@@ -109,20 +109,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -135,5 +135,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.1-1
- Package Spec generated