summaryrefslogtreecommitdiff
path: root/python-knifes.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-knifes.spec')
-rw-r--r--python-knifes.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-knifes.spec b/python-knifes.spec
index ee399c2..b8c1628 100644
--- a/python-knifes.spec
+++ b/python-knifes.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-knifes
-Version: 0.8.65
+Version: 0.8.67
Release: 1
Summary: Swiss Army Knife
License: MIT License
URL: https://github.com/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2f/42/306bc0d9eb631cf58bb74db092d091742537a1af912ec4b338c503f00550/knifes-0.8.65.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a1/dd/e4364c04ce219443c6fb4f12985934e2c9122549ebf1354f4c60395f122f/knifes-0.8.67.tar.gz
BuildArch: noarch
Requires: python3-decouple
@@ -90,7 +90,7 @@ pip install knifes --index-url https://pypi.python.org/simple -U
%prep
-%autosetup -n knifes-0.8.65
+%autosetup -n knifes-0.8.67
%build
%py3_build
@@ -104,20 +104,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 .
@@ -130,5 +130,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.65-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.67-1
- Package Spec generated