summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:02:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:02:26 +0000
commitb6743eb63fd0f6043a2967627b7d077623f85872 (patch)
treeb8dcb5087d57be59e4977cb92d6e85acc5852ed8
parent8ff3f3925ac3d059e266f6ca32dabf9d9d186267 (diff)
automatic import of python-pytwowayopeneuler20.03
-rw-r--r--python-pytwoway.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pytwoway.spec b/python-pytwoway.spec
index 6b07b6c..3c16beb 100644
--- a/python-pytwoway.spec
+++ b/python-pytwoway.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Estimate two way fixed effect labor models
License: MIT License
URL: https://github.com/tlamadon/pytwoway
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/23/9f/6d148b1568ce81513a49c86beed42155b130836882b362a4eae74ad6e437/pytwoway-0.3.21.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/23/9f/6d148b1568ce81513a49c86beed42155b130836882b362a4eae74ad6e437/pytwoway-0.3.21.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -97,20 +97,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 .
@@ -123,5 +123,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.21-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.21-1
- Package Spec generated