summaryrefslogtreecommitdiff
path: root/python-alignn.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-alignn.spec')
-rw-r--r--python-alignn.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-alignn.spec b/python-alignn.spec
index 4396ade..43586ef 100644
--- a/python-alignn.spec
+++ b/python-alignn.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-alignn
-Version: 2023.5.3
+Version: 2023.5.31
Release: 1
Summary: alignn
License: MIT License
URL: https://github.com/usnistgov/alignn
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/07/095cd9c837993e77791fd1e0ded1fc7838305c1ad1b6c986d8440f578d92/alignn-2023.5.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9d/6c/02d7734c50ae63b0a9184d775677a6cf0d8ac060dba602fcf4b253e64a21/alignn-2023.5.31.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -134,7 +134,7 @@ pip install alignn dgl-cu111
<a name="example"></a>
%prep
-%autosetup -n alignn-2023.5.3
+%autosetup -n alignn-2023.5.31
%build
%py3_build
@@ -148,20 +148,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 .
@@ -174,5 +174,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.31-1
- Package Spec generated