summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-dart-fss.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index f19e2ff..9565ebc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/dart-fss-0.4.3.tar.gz
+/dart-fss-0.4.4.tar.gz
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
diff --git a/sources b/sources
index b29543a..696ae87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b639e5cf75bacdfda87d130705a88842 dart-fss-0.4.3.tar.gz
+fc86f0111c7ac4024602a12f3b07c4f8 dart-fss-0.4.4.tar.gz