From 5bfefe97efab8e1c55ad846fa746edacbd84156f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 20:07:50 +0000 Subject: automatic import of python-useis --- .gitignore | 1 + python-useis.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index efad678..78744ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /useis-1.0.2.tar.gz +/useis-1.1.6.tar.gz diff --git a/python-useis.spec b/python-useis.spec index 6c93afd..54c8c50 100644 --- a/python-useis.spec +++ b/python-useis.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-useis -Version: 1.0.2 +Version: 1.1.6 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://pypi.org/project/useis/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a9/f1/f9ea22998736db7acbdb3489558b1cb64bce98c39c43b2aabbdb7b1b606e/useis-1.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/25/0e/36cc61e7b6fd8c4744dbe90fb2d50e9d755d648da932d40e525485e7986b/useis-1.1.6.tar.gz BuildArch: noarch Requires: python3-dynaconf @@ -43,7 +43,7 @@ Provides: python3-useis-doc %prep -%autosetup -n useis-1.0.2 +%autosetup -n useis-1.1.6 %build %py3_build @@ -57,20 +57,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 . @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot - 1.0.2-1 +* Thu Jun 08 2023 Python_Bot - 1.1.6-1 - Package Spec generated diff --git a/sources b/sources index c2b76e5..3e71fe7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6c7c634e3bfbaff37e8fb93fefc81ff useis-1.0.2.tar.gz +f4bf705a1946838fdfb0e8d464b1ccb8 useis-1.1.6.tar.gz -- cgit v1.2.3