summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:30:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:30:40 +0000
commit6ff15363f6a1dd7f2e86a3c4730160e9f9b824be (patch)
tree03525dc66cc3f643518f6a50e5d254cbefeb505d
parent3e7dc58aaa7e22045a968d08739ca3d2c523b8b5 (diff)
automatic import of python-business-rules-extraopeneuler20.03
-rw-r--r--python-business-rules-extra.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-business-rules-extra.spec b/python-business-rules-extra.spec
index 1eb9d82..36009c5 100644
--- a/python-business-rules-extra.spec
+++ b/python-business-rules-extra.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python DSL for setting up business intelligence rules that can be configured without code; based on Venmo/business-rules.
License: MIT
URL: https://github.com/annawinkler/business-rules
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f8/97/ce03eac63a549906cf437a6d06aa3ae02a1929298df90aab67d607b6a9b4/business-rules-extra-1.0.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f8/97/ce03eac63a549906cf437a6d06aa3ae02a1929298df90aab67d607b6a9b4/business-rules-extra-1.0.11.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> - 1.0.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.11-1
- Package Spec generated