summaryrefslogtreecommitdiff
path: root/python-dart-fss.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:57:52 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:57:52 +0000
commit516e837d87630b970a6538cb8e258b22aa54086a (patch)
tree1a34325929364f72fff012036a7c89926e3160b6 /python-dart-fss.spec
parente2a343510e1747bd3b2b50b1bae3daccc7db990a (diff)
automatic import of python-dart-fssopeneuler20.03
Diffstat (limited to 'python-dart-fss.spec')
-rw-r--r--python-dart-fss.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-dart-fss.spec b/python-dart-fss.spec
index 833d91d..8a10e84 100644
--- a/python-dart-fss.spec
+++ b/python-dart-fss.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-dart-fss
-Version: 0.4.3
+Version: 0.4.4
Release: 1
Summary: Web-scraping https://dart.fss.or.kr
License: MIT
URL: https://pypi.org/project/dart-fss/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/49/18/89ec182c39d9a94fc88c1d8ec14fd1ea5459ca73cce6e494bbdf7bce42e9/dart-fss-0.4.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5d/40/7ecfc83956ef3a9f96072dca842ec5ec9f344f6c48f0a3357c7f2313acfa/dart-fss-0.4.4.tar.gz
BuildArch: noarch
Requires: python3-xmltodict
@@ -235,7 +235,7 @@ This project is licensed under the MIT License
%prep
-%autosetup -n dart-fss-0.4.3
+%autosetup -n dart-fss-0.4.4
%build
%py3_build
@@ -249,20 +249,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 .
@@ -275,5 +275,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.4-1
- Package Spec generated