diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:05:39 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:05:39 +0000 |
commit | 87b21decefec855c6dd31d516dec963aa86d81c0 (patch) | |
tree | 20d5b3505837796f3e5bde86da9f1da45e9a08a5 | |
parent | e61ed045cdf071e161c078fbec5dc15df00d6e2d (diff) |
automatic import of python-peptidessearchopeneuler20.03
-rw-r--r-- | python-peptidessearch.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-peptidessearch.spec b/python-peptidessearch.spec index 9160e9d..ff6a12d 100644 --- a/python-peptidessearch.spec +++ b/python-peptidessearch.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Search a list of peptides in a fasta file (or proteome) and returns exact matches or hits with one mismatch License: MIT URL: https://github.com/khaledianehdieh/PeptidesSearch -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/0a/6002bc021d5742b4c2d950db9964fe791a97cf487ec7a620fc8b71293ebc/PeptidesSearch-0.3.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/db/0a/6002bc021d5742b4c2d950db9964fe791a97cf487ec7a620fc8b71293ebc/PeptidesSearch-0.3.5.tar.gz BuildArch: noarch Requires: python3-pandas @@ -312,20 +312,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 . @@ -338,5 +338,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1 - Package Spec generated |