diff options
Diffstat (limited to 'python-pydelphin.spec')
-rw-r--r-- | python-pydelphin.spec | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/python-pydelphin.spec b/python-pydelphin.spec index 0ba4e4b..a3eec04 100644 --- a/python-pydelphin.spec +++ b/python-pydelphin.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PyDelphin -Version: 1.8.0 +Version: 1.8.1 Release: 1 Summary: Libraries and scripts for DELPH-IN data License: MIT URL: https://github.com/delph-in/pydelphin -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/11/425678d0ca350d6d4a24c4b5b6f84021b634f5896011aa2aa6f94430f208/PyDelphin-1.8.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/77/1a/e52f55f1be2fb3ddfeace59d014ca0ed3594c4393cc9220cc33bfe6ce628/PyDelphin-1.8.1.tar.gz BuildArch: noarch Requires: python3-penman @@ -16,6 +16,7 @@ Requires: python3-sphinx-rtd-theme Requires: python3-requests Requires: python3-falcon Requires: python3-regex +Requires: python3-requests Requires: python3-pytest Requires: python3-flake8 Requires: python3-mypy @@ -612,7 +613,7 @@ current recommended spelling has an upper-case "P". %prep -%autosetup -n PyDelphin-1.8.0 +%autosetup -n PyDelphin-1.8.1 %build %py3_build @@ -626,20 +627,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 . @@ -652,5 +653,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.1-1 - Package Spec generated |