From 4da42753fa475ea5b8c3c016e4a255647bba7e8d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:41:55 +0000 Subject: automatic import of python-pydetex --- python-pydetex.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-pydetex.spec') diff --git a/python-pydetex.spec b/python-pydetex.spec index e18f65b..3b9e8bc 100644 --- a/python-pydetex.spec +++ b/python-pydetex.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pydetex -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: An application that transforms LaTeX code to plain text License: MIT URL: https://pydetex.readthedocs.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/41/68/4e11cf587cb993de8916e442274aa86962079f56d126118bb6cd96aef4cf/pydetex-1.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/93/84/6309bedc7f54f8e654788bc330f2be579b382f306fadcba3e8cb225f21d9/pydetex-1.0.2.tar.gz BuildArch: noarch Requires: python3-beautifulsoup4 @@ -42,7 +42,7 @@ Provides: python3-pydetex-doc %prep -%autosetup -n pydetex-1.0.1 +%autosetup -n pydetex-1.0.2 %build %py3_build @@ -56,20 +56,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 . @@ -82,5 +82,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot - 1.0.1-1 +* Thu Jun 08 2023 Python_Bot - 1.0.2-1 - Package Spec generated -- cgit v1.2.3