diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:38:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:38:07 +0000 |
commit | 010988b229db8322e961e7de24707b562a9bb739 (patch) | |
tree | 694f8ec2a8345f32e2cf43ea14f66211b6754ec2 | |
parent | a6c20841ed8f5975d4acb8a9e61db98ed6c4b5ad (diff) |
automatic import of python-rstclothopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rstcloth.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /rstcloth-0.5.3.tar.gz +/rstcloth-0.5.4.tar.gz diff --git a/python-rstcloth.spec b/python-rstcloth.spec index 5d4a528..d1c7b77 100644 --- a/python-rstcloth.spec +++ b/python-rstcloth.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rstcloth -Version: 0.5.3 +Version: 0.5.4 Release: 1 Summary: A simple Python API for generating RestructuredText. License: MIT URL: https://github.com/thclark/rstcloth -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/a7/3241d3714bc3adaaa980d8d90b8885fe61167f346a47ef90b2134c24a25f/rstcloth-0.5.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c4/9d/93f2c03d07420b8f5eb4de86f05ad933ea92039346e0fa58e2afd386d2b6/rstcloth-0.5.4.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -372,7 +372,7 @@ sphinx-build -b html docs/source docs/build %prep -%autosetup -n rstcloth-0.5.3 +%autosetup -n rstcloth-0.5.4 %build %py3_build @@ -386,20 +386,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 . @@ -412,5 +412,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.4-1 - Package Spec generated @@ -1 +1 @@ -beaa5bc897b3794c220617e37524ca15 rstcloth-0.5.3.tar.gz +968e5b9773d32c1494df64181cbeae21 rstcloth-0.5.4.tar.gz |