summaryrefslogtreecommitdiff
path: root/python-asf-hyp3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-asf-hyp3.spec')
-rw-r--r--python-asf-hyp3.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-asf-hyp3.spec b/python-asf-hyp3.spec
index df97555..2326ced 100644
--- a/python-asf-hyp3.spec
+++ b/python-asf-hyp3.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Api for ASF's hyp3 system
License: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
URL: https://github.com/asfadmin/hyp3-api
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/d7/97fb9a84504aa1e8d3c8d544c9dd5636d2e48f40abfe83a193e6fb613984/asf_hyp3-3.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b1/d7/97fb9a84504aa1e8d3c8d544c9dd5636d2e48f40abfe83a193e6fb613984/asf_hyp3-3.0.4.tar.gz
BuildArch: noarch
@@ -37,7 +37,7 @@ Programmatic usage of HyP3 v2 is available via the `HyP3 SDK <https://hyp3-docs.
For more information, please check out the full HyP3 documentation at `<https://hyp3-docs.asf.alaska.edu/>`_.
%prep
-%autosetup -n asf-hyp3-3.0.4
+%autosetup -n asf_hyp3-3.0.4
%build
%py3_build
@@ -51,20 +51,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 .
@@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.4-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.4-1
- Package Spec generated