summaryrefslogtreecommitdiff
path: root/python-products-placelesstranslationservice.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:32:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:32:27 +0000
commit73e2252170b51965169bd849d671b0f8a5dffb2f (patch)
tree076445892343c617e2ffccd71f456bf4202cd1d5 /python-products-placelesstranslationservice.spec
parentdeb571f3ade9000dbd3e9b75f03db6912c53db03 (diff)
automatic import of python-products-placelesstranslationserviceopeneuler20.03
Diffstat (limited to 'python-products-placelesstranslationservice.spec')
-rw-r--r--python-products-placelesstranslationservice.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-products-placelesstranslationservice.spec b/python-products-placelesstranslationservice.spec
index 22fdf40..9f23562 100644
--- a/python-products-placelesstranslationservice.spec
+++ b/python-products-placelesstranslationservice.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: PTS provides a way of internationalizing (i18n'ing) and localizing (l10n'ing) software for Zope 2.
License: GPL
URL: https://pypi.python.org/pypi/Products.PlacelessTranslationService
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/40/b1e4ab971e489c074c3f3c4095f08278b7db5f1fd1c0d8d06cad1b3f6ab1/Products.PlacelessTranslationService-2.0.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/20/40/b1e4ab971e489c074c3f3c4095f08278b7db5f1fd1c0d8d06cad1b3f6ab1/Products.PlacelessTranslationService-2.0.7.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> - 2.0.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.7-1
- Package Spec generated