summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:37:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:37:04 +0000
commit1606fe53fc2328d9b9d2b0dee30a3fb25ab0bf2f (patch)
tree8ca74273278c63bdd641da72ea33ed73e9b95253
parent2659e2cc7001fba8ef5bd440fe3b380a7f09b080 (diff)
automatic import of python-knifesopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-knifes.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e95d1bd..1e0afad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/knifes-0.8.65.tar.gz
+/knifes-0.8.67.tar.gz
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
diff --git a/sources b/sources
index 3f01ed5..ea0b610 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a93cb967cb62a6b897e572960af7cd45 knifes-0.8.65.tar.gz
+18691d2082896209c02fa0f3e7b1b3ce knifes-0.8.67.tar.gz