diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:52:08 +0000 | 
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:52:08 +0000 | 
| commit | 3f4c8c81ff4b24ce888d37890b8a13939ba27ee9 (patch) | |
| tree | 23ace22b3b0799dbda57d6d4927cd9d42617f908 | |
| parent | ac3d13eadf6b50727bec01edf66de0a05cd9dd08 (diff) | |
automatic import of python-twitwiopeneuler20.03
| -rw-r--r-- | python-twitwi.spec | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/python-twitwi.spec b/python-twitwi.spec index 217c98b..a1f7535 100644 --- a/python-twitwi.spec +++ b/python-twitwi.spec @@ -5,7 +5,7 @@ Release:	1  Summary:	A collection of Twitter-related helper functions for python.  License:	MIT  URL:		http://github.com/medialab/twitwi -Source0:	https://mirrors.nju.edu.cn/pypi/web/packages/80/eb/f6b3b5c6d66ac729f2b163b992fc740991104f3fdd1cc10057e26ab99623/twitwi-0.18.1.tar.gz +Source0:	https://mirrors.aliyun.com/pypi/web/packages/80/eb/f6b3b5c6d66ac729f2b163b992fc740991104f3fdd1cc10057e26ab99623/twitwi-0.18.1.tar.gz  BuildArch:	noarch  Requires:	python3-pytz @@ -435,20 +435,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 . @@ -461,5 +461,5 @@ mv %{buildroot}/doclist.lst .  %{_docdir}/*  %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.1-1  - Package Spec generated  | 
