summaryrefslogtreecommitdiff
path: root/python-apologies.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:14:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:14:20 +0000
commitb350810b7e425cfae55e68cf934e269c151be28e (patch)
tree43ab0fed3fffa1fac3594419efd7b40635d154ac /python-apologies.spec
parentaedcedbc92f1f7339b3728017932c2a7a49c8c20 (diff)
automatic import of python-apologiesopeneuler20.03
Diffstat (limited to 'python-apologies.spec')
-rw-r--r--python-apologies.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-apologies.spec b/python-apologies.spec
index eae9765..280a3a4 100644
--- a/python-apologies.spec
+++ b/python-apologies.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-apologies
-Version: 0.1.43
+Version: 0.1.44
Release: 1
Summary: Python code to play a game similar to Sorry
License: Apache-2.0
URL: https://pypi.org/project/apologies/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/77/6e9c412744f1a9bddd2936549abaac3239f4106d537edee6a8f05245dc99/apologies-0.1.43.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/47/de/a3ce3c780c43a391bc9c3b1afd227c3c1933dca6048327f333168ff98104/apologies-0.1.44.tar.gz
BuildArch: noarch
Requires: python3-attrs
@@ -82,7 +82,7 @@ builds at GitHub, and integration with PyPI and Read the Docs.
%prep
-%autosetup -n apologies-0.1.43
+%autosetup -n apologies-0.1.44
%build
%py3_build
@@ -96,20 +96,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 .
@@ -122,5 +122,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.43-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.44-1
- Package Spec generated