diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:59:26 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:59:26 +0000 |
| commit | 82021493ba91a008f35c74d779c710cbafb8a6a9 (patch) | |
| tree | 915d836ae77fef34f9316a28f7b8623924eadb37 | |
| parent | e49a9e60f88075dc4da57af49c06cb459905a041 (diff) | |
automatic import of python-arxiv-latex-cleaneropeneuler20.03
| -rw-r--r-- | python-arxiv-latex-cleaner.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-arxiv-latex-cleaner.spec b/python-arxiv-latex-cleaner.spec index 6defdee..c3c5c81 100644 --- a/python-arxiv-latex-cleaner.spec +++ b/python-arxiv-latex-cleaner.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Cleans the LaTeX code of your paper to submit to arXiv. License: Apache License, Version 2.0 URL: https://github.com/google-research/arxiv-latex-cleaner -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/50/94/1ef60b7f751ab669a420c13a6c0421efa9e9166c1ff47b76541905873758/arxiv_latex_cleaner-0.1.30.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/50/94/1ef60b7f751ab669a420c13a6c0421efa9e9166c1ff47b76541905873758/arxiv_latex_cleaner-0.1.30.tar.gz BuildArch: noarch Requires: python3-absl-py @@ -590,7 +590,7 @@ This is not an officially supported Google product. %prep -%autosetup -n arxiv-latex-cleaner-0.1.30 +%autosetup -n arxiv_latex_cleaner-0.1.30 %build %py3_build @@ -604,20 +604,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 . @@ -630,5 +630,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.30-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.30-1 - Package Spec generated |
