diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:03:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:03:11 +0000 |
commit | fa1c7a9b9b0a14debda635396ea24640b1d97385 (patch) | |
tree | 72013e0688c37aca7d63aff53b2714931f16c8fb | |
parent | c09be0147ec939654290db21655077b557ae8dd5 (diff) |
automatic import of python-rcsb-utils-chemopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rcsb-utils-chem.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /rcsb.utils.chem-0.77.tar.gz +/rcsb.utils.chem-0.78.tar.gz diff --git a/python-rcsb-utils-chem.spec b/python-rcsb-utils-chem.spec index 2fd9e9d..fb4bf5b 100644 --- a/python-rcsb-utils-chem.spec +++ b/python-rcsb-utils-chem.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rcsb.utils.chem -Version: 0.77 +Version: 0.78 Release: 1 Summary: RCSB Python Chemical Utility Classes License: Apache 2.0 URL: https://github.com/rcsb/py-rcsb_utils_chem -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/33/020e48d7babc7f463e2247f3560cca1fe6c9809ec2158fe50f5f08c0bf5d/rcsb.utils.chem-0.77.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b0/79/21a15f6b3358e5d023ac84002d2a02e550d547d34de69829fe1501fc7fe9/rcsb.utils.chem-0.78.tar.gz BuildArch: noarch @@ -157,7 +157,7 @@ pip install -e . %prep -%autosetup -n rcsb.utils.chem-0.77 +%autosetup -n rcsb.utils.chem-0.78 %build %py3_build @@ -171,20 +171,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 . @@ -197,5 +197,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.77-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.78-1 - Package Spec generated @@ -1 +1 @@ -cfec240cdf1f4e78d678cf12fd3b5657 rcsb.utils.chem-0.77.tar.gz +265458483f9df7a49cb7f9854901c287 rcsb.utils.chem-0.78.tar.gz |