From 20ae96e2ee6887de92f65e9084aeba5e0f62aa72 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 19:28:51 +0000 Subject: automatic import of python-spl-widgets --- .gitignore | 1 + python-spl-widgets.spec | 21 +++++++++++---------- sources | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0006216..876b3f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /spl_widgets-1.0.0.tar.gz +/spl_widgets-1.5.2.tar.gz diff --git a/python-spl-widgets.spec b/python-spl-widgets.spec index dbd58b2..b5c0d21 100644 --- a/python-spl-widgets.spec +++ b/python-spl-widgets.spec @@ -1,14 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-spl-widgets -Version: 1.0.0 +Version: 1.5.2 Release: 1 Summary: Widgets for the Barnard Speech Perception Laboratory License: MIT License -URL: https://github.com/ctsf1/spl_widgets -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0b/40/107c8f34b654272318a396e1d41363373b9f734519d91e94dd75085c6719/spl_widgets-1.0.0.tar.gz +URL: https://github.com/clntsf/spl_widgets +Source0: https://mirrors.aliyun.com/pypi/web/packages/4a/a2/da384ebf4d1a0438a6b2c4290353b7497443ec4cf241713bca9bb8a6b9e1/spl_widgets-1.5.2.tar.gz BuildArch: noarch Requires: python3-pandas +Requires: python3-tkinterdnd2 %description @@ -29,7 +30,7 @@ Provides: python3-spl-widgets-doc %prep -%autosetup -n spl-widgets-1.0.0 +%autosetup -n spl_widgets-1.5.2 %build %py3_build @@ -43,20 +44,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 . @@ -69,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot - 1.0.0-1 +* Thu Jun 08 2023 Python_Bot - 1.5.2-1 - Package Spec generated diff --git a/sources b/sources index 272fe69..9ab6087 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1da5690534666430e1ee206c8cb43e48 spl_widgets-1.0.0.tar.gz +2b90d18a98cd5630f40e3fc3d5e6178a spl_widgets-1.5.2.tar.gz -- cgit v1.2.3