summaryrefslogtreecommitdiff
path: root/python-tf-geometric.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-tf-geometric.spec')
-rw-r--r--python-tf-geometric.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-tf-geometric.spec b/python-tf-geometric.spec
index 92adc6e..7c8c565 100644
--- a/python-tf-geometric.spec
+++ b/python-tf-geometric.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tf-geometric
-Version: 0.1.5
+Version: 0.1.6
Release: 1
Summary: Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x.
License: GNU General Public License v3.0 (See LICENSE)
URL: https://github.com/CrawlScript/tf_geometric
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/c0/7cad4da902580d87eea4d14b3111ed941ee92dc2124b9acfb4758a6534f4/tf_geometric-0.1.5.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/be/65/4194f9c75ccebe479a8faa161ce28456e5d7cf1766c803944336e6bce8ed/tf_geometric-0.1.6.tar.gz
BuildArch: noarch
@@ -31,7 +31,7 @@ Efficient and Friendly Graph Neural Network Library for TensorFlow 1.x and 2.x.
Inspired by **rusty1s/pytorch_geometric**\ , we build a GNN library for TensorFlow.
%prep
-%autosetup -n tf-geometric-0.1.5
+%autosetup -n tf_geometric-0.1.6
%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
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.5-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.6-1
- Package Spec generated