summaryrefslogtreecommitdiff
path: root/python-hyperspy-gui-traitsui.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-hyperspy-gui-traitsui.spec')
-rw-r--r--python-hyperspy-gui-traitsui.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-hyperspy-gui-traitsui.spec b/python-hyperspy-gui-traitsui.spec
index 577f09e..5339bc2 100644
--- a/python-hyperspy-gui-traitsui.spec
+++ b/python-hyperspy-gui-traitsui.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-hyperspy-gui-traitsui
-Version: 1.5.2
+Version: 1.5.3
Release: 1
Summary: traitsui GUI elements for HyperSpy.
License: GPLv3
URL: https://github.com/hyperspy/hyperspy_gui_traitsui
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/64/a9182249b9aa85d428b72601e9bc29b2519a8d79d973e11fef900fa96fa3/hyperspy_gui_traitsui-1.5.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/39/ca/bc5fe35fd9a1a4cb92d57907a8ba36a099007902939b35164679fe283107/hyperspy_gui_traitsui-1.5.3.tar.gz
BuildArch: noarch
Requires: python3-traits
@@ -166,7 +166,7 @@ Contributions through pull requests are welcome. See the
%prep
-%autosetup -n hyperspy-gui-traitsui-1.5.2
+%autosetup -n hyperspy_gui_traitsui-1.5.3
%build
%py3_build
@@ -180,20 +180,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 .
@@ -206,5 +206,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.3-1
- Package Spec generated