summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pydetex.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index f4fa120..34dfe06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pydetex-1.0.1.tar.gz
+/pydetex-1.0.2.tar.gz
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 <Python_Bot@openeuler.org> - 1.0.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1
- Package Spec generated
diff --git a/sources b/sources
index 5295344..4e61bf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2040911940d0959ebc1f8a1abe501c11 pydetex-1.0.1.tar.gz
+e31447adbda29a35870be40aa2681286 pydetex-1.0.2.tar.gz