summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:56:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:56:53 +0000
commit1669d815cbf2009c71ce8cc847fb88ebd2180dbc (patch)
tree0f347d460ad0f780090b820a733ff0268612e91c
parent19ae6d7a6455bf1072e0f618954c0b324b2fd7ab (diff)
automatic import of python-alignnopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-alignn.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index d58f0e8..7803fba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/alignn-2023.5.3.tar.gz
+/alignn-2023.5.31.tar.gz
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
diff --git a/sources b/sources
index 8dbaad6..bc9e007 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb9f5ca7b138067d4b1eec194f00ea09 alignn-2023.5.3.tar.gz
+a23d3e9e93ebd132fe0888bea6946027 alignn-2023.5.31.tar.gz