summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 07:52:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 07:52:48 +0000
commita25ee1ebc026810db58491ff0525060e6f42187b (patch)
tree113fe9a57dd4ff546148ee58fe991407f1649131
parent3fdb771d80d7476a7c5578bd1ce04f274f9ee7d2 (diff)
automatic import of python-pydbsnpopeneuler20.03
-rw-r--r--python-pydbsnp.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pydbsnp.spec b/python-pydbsnp.spec
index 1a1836b..640ec69 100644
--- a/python-pydbsnp.spec
+++ b/python-pydbsnp.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Interface with dbSNP VCF data
License: MIT License
URL: https://gitlab.com/aaylward/pydbsnp
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/64/ce2bc4b12d024b96f391b8eb677a733f8512ce68461afcfe31c66b010c60/pydbsnp-2.0.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/43/64/ce2bc4b12d024b96f391b8eb677a733f8512ce68461afcfe31c66b010c60/pydbsnp-2.0.2.tar.gz
BuildArch: noarch
Requires: python3-pysam
@@ -316,20 +316,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 .
@@ -342,5 +342,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1
- Package Spec generated