diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:14:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:14:58 +0000 |
commit | 9024667139d1c176befda506bc6d0e9989f42d2f (patch) | |
tree | c57fb3c2cbc4668ea28a90c6a928d624dab0af67 /python-matchms.spec | |
parent | 40f9e315f9beeab5dd3c2b56e56cdd25935c0765 (diff) |
automatic import of python-matchmsopeneuler20.03
Diffstat (limited to 'python-matchms.spec')
-rw-r--r-- | python-matchms.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-matchms.spec b/python-matchms.spec index d7d15d4..a5ce3b3 100644 --- a/python-matchms.spec +++ b/python-matchms.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-matchms -Version: 0.19.0 +Version: 0.20.0 Release: 1 Summary: Python library for large-scale comparisons and processing of tandem mass spectral data License: Apache Software License 2.0 URL: https://github.com/matchms/matchms -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3e/c3/880004c8039f2b609463e84f37e3841ddeab34d71b3a65b26cc5551cde33/matchms-0.19.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3a/47/0fcb7e5764766a4208ba71c97646723418a0855a70f2d2d0e02ae66eefa9/matchms-0.20.0.tar.gz BuildArch: noarch Requires: python3-deprecated @@ -54,7 +54,7 @@ Provides: python3-matchms-doc To make typical matchms workflows (data import, processing, score computations) more accessible to users, matchms now offers a `Pipeline` class to handle complex workflows. This also allows to define, import, export, or modify workflows using yaml files. See code examples below (and soon: updated tutorial). %prep -%autosetup -n matchms-0.19.0 +%autosetup -n matchms-0.20.0 %build %py3_build @@ -68,20 +68,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 . @@ -94,5 +94,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.0-1 - Package Spec generated |