diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:42:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:42:51 +0000 |
commit | a250e277a3388f5d4fbd4d27d2c3a8e8c4d7eca0 (patch) | |
tree | 234b6f7d576e45a913706fccd7da02a4ac4bdff0 | |
parent | 29cc054a4988f778048a44ee6391ac804ea69b4a (diff) |
automatic import of python-dendropyopeneuler20.03
-rw-r--r-- | python-dendropy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dendropy.spec b/python-dendropy.spec index 241fdce..ecfbd9d 100644 --- a/python-dendropy.spec +++ b/python-dendropy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Python library for phylogenetics and phylogenetic computing: reading, writing, simulation, processing and manipulation of phylogenetic trees (phylogenies) and characters. License: BSD URL: http://pypi.org/project/DendroPy// -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/88/864aa93d31dd210e5b9bd79cfb3c9ddaf0bfab9b70dd212fb8247ab72f46/DendroPy-4.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8a/88/864aa93d31dd210e5b9bd79cfb3c9ddaf0bfab9b70dd212fb8247ab72f46/DendroPy-4.6.0.tar.gz BuildArch: noarch Requires: python3-setuptools @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.6.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.6.0-1 - Package Spec generated |