From 329f345a295ec37cca8c5e27389e16a39e18f11a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 15:48:43 +0000 Subject: automatic import of python-sgw-tools --- .gitignore | 1 + python-sgw-tools.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0eea12d..43280b3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 1.94-1 +* Thu Jun 08 2023 Python_Bot - 1.96-1 - Package Spec generated diff --git a/sources b/sources index a8a6551..cb28027 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1624f85e88c6da0a26db7aa8f2ccff49 sgw_tools-1.94.tar.gz +f4feb70cbddcbe1f1cc72c1e938b850a sgw_tools-1.96.tar.gz -- cgit v1.2.3