summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:38:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:38:49 +0000
commitd5ef4fb0d18a22e67ce1f9056bc4173f1ab0e507 (patch)
treebcfedf7f80de4ed6dad674ff50f8222980becf34
parentb11a9787ef220e406645ca65be330831a73d23f5 (diff)
automatic import of python-btchip-pythonopeneuler20.03
-rw-r--r--python-btchip-python.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-btchip-python.spec b/python-btchip-python.spec
index 0cb4772..d6475b3 100644
--- a/python-btchip-python.spec
+++ b/python-btchip-python.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library to communicate with Ledger Nano dongle
License: Apache Software License
URL: https://github.com/LedgerHQ/btchip-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/30/fd/16394adaff5736840aeda77163d5f6f593091d687a1807ff02dedcfc7bca/btchip-python-0.1.32.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/30/fd/16394adaff5736840aeda77163d5f6f593091d687a1807ff02dedcfc7bca/btchip-python-0.1.32.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.32-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.32-1
- Package Spec generated