diff options
Diffstat (limited to 'python-wwpdb-utils-config.spec')
| -rw-r--r-- | python-wwpdb-utils-config.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-wwpdb-utils-config.spec b/python-wwpdb-utils-config.spec index 1f611f6..43459c8 100644 --- a/python-wwpdb-utils-config.spec +++ b/python-wwpdb-utils-config.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wwpdb.utils.config -Version: 0.35 +Version: 0.36 Release: 1 Summary: wwPDB Python Configuration Parsing License: Apache 2.0 URL: https://github.com/rcsb/py-wwpdb_utils_config -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/af/87066f1d9d82de965949d779ca0285c4b85c248fb41b0480a4382d379f9b/wwpdb.utils.config-0.35.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d6/76/31d9d42dd64ef426569dc60a10647fa6c02a1b12b6640a68afe875644222/wwpdb.utils.config-0.36.tar.gz BuildArch: noarch @@ -136,7 +136,7 @@ pip install . %prep -%autosetup -n wwpdb.utils.config-0.35 +%autosetup -n wwpdb.utils.config-0.36 %build %py3_build @@ -150,20 +150,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 . @@ -176,5 +176,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.35-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.36-1 - Package Spec generated |
