summaryrefslogtreecommitdiff
path: root/python-sertit.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:50:08 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:50:08 +0000
commit761c2b55956d8819f6b29b4445e340240fac9be1 (patch)
tree17385af8beaeb2563835a8dd910c7a842976cb21 /python-sertit.spec
parentd6e125981576f474cc57522634a99d40b9bbff75 (diff)
automatic import of python-sertitopeneuler20.03
Diffstat (limited to 'python-sertit.spec')
-rw-r--r--python-sertit.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 1.27.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.27.2-1
- Package Spec generated