summaryrefslogtreecommitdiff
path: root/python-bradocs4py.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:17:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:17:29 +0000
commit48da18c39a3e722ab736eae7258ccc82910ad92a (patch)
treebdc23e9a6e08a36fbb353fa2b5ac60d6c0796a97 /python-bradocs4py.spec
parentb34e316cce2deda31c02282549bcf6f6ec316648 (diff)
automatic import of python-bradocs4pyopeneuler20.03
Diffstat (limited to 'python-bradocs4py.spec')
-rw-r--r--python-bradocs4py.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-bradocs4py.spec b/python-bradocs4py.spec
index d948379..5cc3ced 100644
--- a/python-bradocs4py.spec
+++ b/python-bradocs4py.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Implementa a funcionalidade validar_inscao_estadual.
License: MIT
URL: https://github.com/namio/BRADocs4Py.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/55/d0/b448136daeec51703d557700540749d1ec7a4d734997b040c1d233e27ae1/bradocs4py-1.3.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/55/d0/b448136daeec51703d557700540749d1ec7a4d734997b040c1d233e27ae1/bradocs4py-1.3.1.0.tar.gz
BuildArch: noarch
@@ -2001,20 +2001,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 .
@@ -2027,5 +2027,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1.0-1
- Package Spec generated