From 761c2b55956d8819f6b29b4445e340240fac9be1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 20:50:08 +0000 Subject: automatic import of python-sertit --- .gitignore | 1 + python-sertit.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index c2bb74a..2c3c7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sertit-1.27.1.tar.gz +/sertit-1.27.2.tar.gz diff --git a/python-sertit.spec b/python-sertit.spec index f6c7d08..7ce68f4 100644 --- a/python-sertit.spec +++ b/python-sertit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sertit -Version: 1.27.1 +Version: 1.27.2 Release: 1 Summary: ('SERTIT python library for generic tools',) License: Apache Software License URL: https://pypi.org/project/sertit/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6b/b7/a896e9194d4dc28743be8893cf21540f419437b96e4bbb4426e4bdeb18ab/sertit-1.27.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b0/4f/e525b4467962067e78a3a0ba79c9002bf10548c54376a1c9678b076c6a42/sertit-1.27.2.tar.gz BuildArch: noarch Requires: python3-tqdm @@ -478,7 +478,7 @@ It can be found: %prep -%autosetup -n sertit-1.27.1 +%autosetup -n sertit-1.27.2 %build %py3_build @@ -492,20 +492,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 . @@ -518,5 +518,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 1.27.1-1 +* Thu Jun 08 2023 Python_Bot - 1.27.2-1 - Package Spec generated diff --git a/sources b/sources index 187a74d..7e17fe1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -980b1d9af3f3c8095bd0e63481f2988d sertit-1.27.1.tar.gz +e9b04ef4b8d6f8df1e6c6589a1c674e9 sertit-1.27.2.tar.gz -- cgit v1.2.3