summaryrefslogtreecommitdiff
path: root/python-sgw-tools.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-sgw-tools.spec')
-rw-r--r--python-sgw-tools.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-sgw-tools.spec b/python-sgw-tools.spec
index d43d242..1e72fee 100644
--- a/python-sgw-tools.spec
+++ b/python-sgw-tools.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sgw-tools
-Version: 1.94
+Version: 1.96
Release: 1
Summary: Spectral graph wavelet tools
License: MIT
URL: https://github.com/pulquero/sgw
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ef/ab/a2af9706d92e667efcd755569eba5eb884e788ef2fa585eeed41ba70c1d9/sgw_tools-1.94.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/96/8b/a51a69ad72ff80a0b2f5b6158698f1d2e8579b6dd620da27469cbc9af223/sgw_tools-1.96.tar.gz
BuildArch: noarch
@@ -58,7 +58,7 @@ Extended tools for [PyGSP](https://github.com/epfl-lts2/pygsp). Includes:
%prep
-%autosetup -n sgw-tools-1.94
+%autosetup -n sgw_tools-1.96
%build
%py3_build
@@ -72,20 +72,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 .
@@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.94-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.96-1
- Package Spec generated