summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:16:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:16:33 +0000
commit59f79b78365c6764a692d99572704fad802b337f (patch)
treed6699335252851327d948724d12c87f507444740
parente603d73f241f70efc0a5e3d8395cac07519e7973 (diff)
automatic import of python-bumpopeneuler20.03
-rw-r--r--python-bump.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-bump.spec b/python-bump.spec
index e5c85e7..8760480 100644
--- a/python-bump.spec
+++ b/python-bump.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Bumps package version numbers
License: MIT
URL: https://github.com/di/bump
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/96/d956d4a71d58c5149069395980ed5fc6c0eb50b7eff994b2b1b6ab0a70b0/bump-1.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/83/96/d956d4a71d58c5149069395980ed5fc6c0eb50b7eff994b2b1b6ab0a70b0/bump-1.3.2.tar.gz
BuildArch: noarch
Requires: python3-click
@@ -50,20 +50,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 .
@@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
- Package Spec generated