diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:37:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:37:09 +0000 |
commit | 357f1abc9cf536346118329a94c853eb42f9b95e (patch) | |
tree | 53b6de5a2e1f881d7d41338b381e903d97947886 | |
parent | efa8f018fd6b52453a24b5291dc7139507e5121f (diff) |
automatic import of python-epics-caopeneuler20.03
-rw-r--r-- | python-epics-ca.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-epics-ca.spec b/python-epics-ca.spec index f9b4b95..e17873d 100644 --- a/python-epics-ca.spec +++ b/python-epics-ca.spec @@ -5,7 +5,7 @@ Release: 1 Summary: EPICS Channel Access Protocol Python Module License: BSD (3-clause) URL: https://github.com/friedrich-schotte/EPICS_CA -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/71/bc13d6f847d1113365bdf4345931e311bcb1f10b162347ea8b849230957e/EPICS_CA-3.4.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/86/71/bc13d6f847d1113365bdf4345931e311bcb1f10b162347ea8b849230957e/EPICS_CA-3.4.9.tar.gz BuildArch: noarch Requires: python3-numpy @@ -31,7 +31,7 @@ Provides: python3-EPICS-CA-doc %prep -%autosetup -n EPICS-CA-3.4.9 +%autosetup -n EPICS_CA-3.4.9 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.9-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.9-1 - Package Spec generated |