diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:09:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:09:07 +0000 |
| commit | 5e52e7347819b8bb2375685937ffbf0b14f995d3 (patch) | |
| tree | dc8a147a045dff1e5d52459072efd75eb7ee5537 | |
| parent | 1593b0302d77da115471e5a36f57a32d1b500e72 (diff) | |
automatic import of python-patchwork-nodeopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-patchwork-node.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /patchwork-node-0.1.2.tar.gz +/patchwork-node-0.1.3.tar.gz diff --git a/python-patchwork-node.spec b/python-patchwork-node.spec index c7b9cd0..e3153a0 100644 --- a/python-patchwork-node.spec +++ b/python-patchwork-node.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-patchwork-node -Version: 0.1.2 +Version: 0.1.3 Release: 1 Summary: Worker node for Patchwork - The distributed asynchronous microframework License: MIT License URL: https://pypi.org/project/patchwork-node/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cc/0b/d32c7bcd4e8313a086d4ba01398c948e1caf5769ee218b33cd2366cd5707/patchwork-node-0.1.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/97/1f/0fa7e754a838bba3009f9b140470f67a071a762bfb5caa9d5ad1d51546c2/patchwork-node-0.1.3.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -78,7 +78,7 @@ https://patchwork-framework.gitlab.io/core %prep -%autosetup -n patchwork-node-0.1.2 +%autosetup -n patchwork-node-0.1.3 %build %py3_build @@ -92,20 +92,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 . @@ -118,5 +118,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1 - Package Spec generated @@ -1 +1 @@ -9950fa17f46386c209ee5ced4e683e4d patchwork-node-0.1.2.tar.gz +edf8e5b38ef492ff1db64ecd63815fd3 patchwork-node-0.1.3.tar.gz |
