summaryrefslogtreecommitdiff
path: root/python-wellapplication.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:36:18 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:36:18 +0000
commitd2bc244dd56c3be2a086b996be21c3c9cd47edb1 (patch)
tree8572dd871df558876b2e1bcc1a5a8529115c052a /python-wellapplication.spec
parent5f5f3e457ec7b464fa454943aec72377883242c4 (diff)
automatic import of python-wellapplicationopeneuler20.03
Diffstat (limited to 'python-wellapplication.spec')
-rw-r--r--python-wellapplication.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-wellapplication.spec b/python-wellapplication.spec
index 5184f48..d0514bf 100644
--- a/python-wellapplication.spec
+++ b/python-wellapplication.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Interface with xle files; analyze hydrographs; plot hydrographs; download USGS data
License: LICENSE.txt
URL: https://github.com/inkenbrandt/WellApplication
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/27/c4602670da73ed8950c74e379dab77d57b8ff8f8d2a69f58389bb28a3b58/wellapplication-0.5.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/03/27/c4602670da73ed8950c74e379dab77d57b8ff8f8d2a69f58389bb28a3b58/wellapplication-0.5.6.tar.gz
BuildArch: noarch
@@ -28,7 +28,7 @@ Provides: python3-WellApplication-doc
A tool for hydrogeologists to upload and display hydrographs and geochemical data
%prep
-%autosetup -n WellApplication-0.5.6
+%autosetup -n wellapplication-0.5.6
%build
%py3_build
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.6-1
- Package Spec generated