diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:54:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:54:22 +0000 |
commit | 1639007a912bc32ccf0dd365d56e1db689300830 (patch) | |
tree | 2df42fe0b75d48ee683963f2581a300455eeb021 | |
parent | da73646ae603a4340f2649dbda2f0e3917e5bbeb (diff) |
automatic import of python-pythomnic3kopeneuler20.03
-rw-r--r-- | python-pythomnic3k.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pythomnic3k.spec b/python-pythomnic3k.spec index 9842fc9..d7ee922 100644 --- a/python-pythomnic3k.spec +++ b/python-pythomnic3k.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python 3 framework for business middleware development in service-oriented architecture License: BSD License URL: http://www.pythomnic3k.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/0b/d0dc4747b734fb8387a55a44ed7d8f6103aa2552a3e3532c979db73654bb/pythomnic3k-1.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/76/0b/d0dc4747b734fb8387a55a44ed7d8f6103aa2552a3e3532c979db73654bb/pythomnic3k-1.4.1.tar.gz BuildArch: noarch @@ -64,7 +64,7 @@ simple thing to do in this framework. The framework is extensible by adding support for more protocols. The package contains the framework itself and all the protocols it currently supports. %prep -%autosetup -n Pythomnic3k-1.4.1 +%autosetup -n pythomnic3k-1.4.1 %build %py3_build @@ -78,20 +78,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 . @@ -104,5 +104,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1 - Package Spec generated |