diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:38:13 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:38:13 +0000 |
| commit | 7a7237e1d6b2d28a8d6fafae0e251728bba6158b (patch) | |
| tree | 15a3733182707460da764e112cc78c8635def32e /python-sanydata.spec | |
| parent | 14b92e5c891ce6747478b634b4f1449a318c0228 (diff) | |
automatic import of python-sanydataopeneuler20.03
Diffstat (limited to 'python-sanydata.spec')
| -rw-r--r-- | python-sanydata.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-sanydata.spec b/python-sanydata.spec index 2c8ff18..501eee3 100644 --- a/python-sanydata.spec +++ b/python-sanydata.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sanydata -Version: 3.3.0 +Version: 3.3.1 Release: 1 Summary: get data and get wind farm information License: MIT Licence URL: http://gitlab.sanywind.net/sanydata/sanydata -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/15/cf71b9a6aa378a62a6dd6b4866fed2c2d8ef12af1ee8b86565759ba09368/sanydata-3.3.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2c/6a/28c7cd3ef8d2c1d6daea62c288996bacc86c4dc3bb1a5e9ee6f8a599c5d3/sanydata-3.3.1.tar.gz BuildArch: noarch Requires: python3-grpcio @@ -46,7 +46,7 @@ get data and get wind farm information %prep -%autosetup -n sanydata-3.3.0 +%autosetup -n sanydata-3.3.1 %build %py3_build @@ -60,20 +60,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 . @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.1-1 - Package Spec generated |
