summaryrefslogtreecommitdiff
path: root/python-pygwas.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:29:37 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:29:37 +0000
commit7052f18c237077e161557e53f7ca03aa7a85547e (patch)
tree58dd79302891f1de4d9fb0234a3d4246e2cb47aa /python-pygwas.spec
parent326c9b2f276280e2853f89c76c3672c3ec0f68e8 (diff)
automatic import of python-pygwasopeneuler20.03
Diffstat (limited to 'python-pygwas.spec')
-rw-r--r--python-pygwas.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pygwas.spec b/python-pygwas.spec
index 7b47e61..f8b166f 100644
--- a/python-pygwas.spec
+++ b/python-pygwas.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A GWAS library
License: MIT
URL: https://github.com/pypa/pygwas
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/15/df3b66ccdab234bf02e4f76d60d338aa7087ec8ac0f9c54652acdf9f1033/PyGWAS-1.7.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7c/15/df3b66ccdab234bf02e4f76d60d338aa7087ec8ac0f9c54652acdf9f1033/PyGWAS-1.7.4.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.4-1
- Package Spec generated