diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-deeplc.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /deeplc-2.1.8.tar.gz +/deeplc-2.1.9.tar.gz diff --git a/python-deeplc.spec b/python-deeplc.spec index 945eabb..d526ef8 100644 --- a/python-deeplc.spec +++ b/python-deeplc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-deeplc -Version: 2.1.8 +Version: 2.1.9 Release: 1 Summary: DeepLC: Retention time prediction for (modified) peptides using Deep Learning. License: apache-2.0 URL: http://compomics.github.io/projects/DeepLC -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1c/f8/7e1734798e74f05228e49ccdba0f4c01c158158e2fae9cb8d04478404d3d/deeplc-2.1.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/1d/1caf447da086d61b52990dfd4b9967301fe9a7f777f77c73bd91c9e73524/deeplc-2.1.9.tar.gz BuildArch: noarch Requires: python3-setuptools @@ -71,7 +71,7 @@ Provides: python3-deeplc-doc - [Prediction models](#prediction-models) %prep -%autosetup -n deeplc-2.1.8 +%autosetup -n deeplc-2.1.9 %build %py3_build @@ -85,20 +85,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 . @@ -111,5 +111,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.8-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.9-1 - Package Spec generated @@ -1 +1 @@ -0a1fa1b74f6e505f54991b74157504ff deeplc-2.1.8.tar.gz +1b4f6342fea457ebe1a0b567943a7fe2 deeplc-2.1.9.tar.gz |
