diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:37:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:37:04 +0000 |
| commit | 1606fe53fc2328d9b9d2b0dee30a3fb25ab0bf2f (patch) | |
| tree | 8ca74273278c63bdd641da72ea33ed73e9b95253 | |
| parent | 2659e2cc7001fba8ef5bd440fe3b380a7f09b080 (diff) | |
automatic import of python-knifesopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-knifes.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 @@ -1 +1 @@ -a93cb967cb62a6b897e572960af7cd45 knifes-0.8.65.tar.gz +18691d2082896209c02fa0f3e7b1b3ce knifes-0.8.67.tar.gz |
