summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:35:08 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:35:08 +0000
commit0837db210f700d4c0e415e8d68a1a381651a6a56 (patch)
tree8dda721fdf74d85834412acf1e8991aae8c859d1
parent0ff141c4cb48014d21abc05e214d2bdef2089bb2 (diff)
automatic import of python-antxopeneuler20.03
-rw-r--r--python-antx.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-antx.spec b/python-antx.spec
index a536fc8..3fef252 100644
--- a/python-antx.spec
+++ b/python-antx.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Transfer annotations from source text to destination using diff match patch.
License: Apache2
URL: https://github.com/Esukhia/annotation_transfer
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e3/44/5107f83c13d070962349826fdec3e528e8438cf18d74bb3f09ba693fade5/antx-0.1.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e3/44/5107f83c13d070962349826fdec3e528e8438cf18d74bb3f09ba693fade5/antx-0.1.11.tar.gz
BuildArch: noarch
Requires: python3-diff-match-patch
@@ -244,20 +244,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 .
@@ -270,5 +270,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
- Package Spec generated