summaryrefslogtreecommitdiff
path: root/python-currency-converter.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:34:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:34:13 +0000
commit9d6879c30814bc90a7e7e7c52b6e4b0655509e87 (patch)
treea2e5048875ac7af19d21b51b5a9313e6e94d515d /python-currency-converter.spec
parent266fbdf5397fbd77280aaa9eabfac98a76bf4734 (diff)
automatic import of python-currency-converteropeneuler20.03
Diffstat (limited to 'python-currency-converter.spec')
-rw-r--r--python-currency-converter.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-currency-converter.spec b/python-currency-converter.spec
index 4b9d9cd..5eddf4f 100644
--- a/python-currency-converter.spec
+++ b/python-currency-converter.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Currency Converter
License: GPL
URL: http://pypi.python.org/pypi/currency.converter
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c1/4d/ff5d91dcb12327604eb874126e1be08d1788594292eb3cabba2dc6ee2078/currency.converter-0.5.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c1/4d/ff5d91dcb12327604eb874126e1be08d1788594292eb3cabba2dc6ee2078/currency.converter-0.5.5.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.5.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.5-1
- Package Spec generated