diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:58:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:58:45 +0000 |
commit | d9f218888328927b8fd750f5929cab82ab8af77f (patch) | |
tree | 086b34bb154e56addbd19bf4037e4c9a6188be91 | |
parent | 450e462ce1fae505d535d88b588184be4d5f9131 (diff) |
automatic import of python-hyperspy-gui-ipywidgetsopeneuler20.03
-rw-r--r-- | python-hyperspy-gui-ipywidgets.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-hyperspy-gui-ipywidgets.spec b/python-hyperspy-gui-ipywidgets.spec index 103f58a..ee79224 100644 --- a/python-hyperspy-gui-ipywidgets.spec +++ b/python-hyperspy-gui-ipywidgets.spec @@ -5,7 +5,7 @@ Release: 1 Summary: ipywidgets GUI elements for HyperSpy. License: GPLv3 URL: https://github.com/hyperspy/hyperspy_gui_ipywidgets -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/03/6109382f1d0f08e88261915c856edf4363281c63c74c7922c3a489070676/hyperspy_gui_ipywidgets-1.5.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/dd/03/6109382f1d0f08e88261915c856edf4363281c63c74c7922c3a489070676/hyperspy_gui_ipywidgets-1.5.0.tar.gz BuildArch: noarch Requires: python3-hyperspy @@ -202,7 +202,7 @@ Contributions through pull requests are welcome. See the %prep -%autosetup -n hyperspy-gui-ipywidgets-1.5.0 +%autosetup -n hyperspy_gui_ipywidgets-1.5.0 %build %py3_build @@ -216,20 +216,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 . @@ -242,5 +242,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1 - Package Spec generated |