diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:48:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:48:43 +0000 |
commit | 329f345a295ec37cca8c5e27389e16a39e18f11a (patch) | |
tree | cf1f91f3e74af7b8c31993becbe9a23973131d28 | |
parent | 793a213225d93b66e9d5f8e9dfb2b61559232d79 (diff) |
automatic import of python-sgw-toolsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sgw-tools.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /sgw_tools-1.94.tar.gz +/sgw_tools-1.96.tar.gz 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 @@ -1 +1 @@ -1624f85e88c6da0a26db7aa8f2ccff49 sgw_tools-1.94.tar.gz +f4feb70cbddcbe1f1cc72c1e938b850a sgw_tools-1.96.tar.gz |