diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:38:39 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:38:39 +0000 |
| commit | 1c11d42d6f113f818125ef63122158f135c38559 (patch) | |
| tree | bd0f4b0655bc6a17e78df9d7c6291bce6b4a0cee /python-psims.spec | |
| parent | 755fb888a4dd000abf18b2713219c41d0eb1c759 (diff) | |
automatic import of python-psimsopeneuler20.03
Diffstat (limited to 'python-psims.spec')
| -rw-r--r-- | python-psims.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-psims.spec b/python-psims.spec index 4652304..1a0c708 100644 --- a/python-psims.spec +++ b/python-psims.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-psims -Version: 1.2.4 +Version: 1.2.5 Release: 1 Summary: Writers and controlled vocabulary manager for PSI-MS's mzML and mzIdentML standards License: Apache Software License URL: https://github.com/mobiusklein/psims -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/cb/dcfe05da20f8af92093b0bf2c2335f806500d789bbb03c8622722e7a252c/psims-1.2.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a7/54/e4faeab95d284236727d68d9cfd4b4283e92814e01253ed86cc8ef52bf29/psims-1.2.5.tar.gz BuildArch: noarch Requires: python3-lxml @@ -248,7 +248,7 @@ If you use `psims` in an academic project, please cite: %prep -%autosetup -n psims-1.2.4 +%autosetup -n psims-1.2.5 %build %py3_build @@ -262,20 +262,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 . @@ -288,5 +288,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.5-1 - Package Spec generated |
