diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:08:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:08:22 +0000 |
| commit | 4d561e6efc64b97a4e23bfaf85e41b2f09ceaa69 (patch) | |
| tree | 16821d07c604bd86ba001b467d8ec5e4ac8d1715 /python-pymultimatic.spec | |
| parent | 2e724d530b636a4c0c61009ec0d0616b15526461 (diff) | |
automatic import of python-pymultimaticopeneuler20.03
Diffstat (limited to 'python-pymultimatic.spec')
| -rw-r--r-- | python-pymultimatic.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pymultimatic.spec b/python-pymultimatic.spec index a4e3d5c..b2dbb46 100644 --- a/python-pymultimatic.spec +++ b/python-pymultimatic.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pymultiMATIC -Version: 0.6.12 +Version: 0.7.0 Release: 1 Summary: Python interface with Vaillant multiMATIC License: MIT URL: https://github.com/thomasgermain/pymultiMATIC.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/e1/79ca006d1df50c236972d0345878738984530dbc442c493129ab24c4edcd/pymultiMATIC-0.6.12.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/75/c0/d9325591006a4fa54e5f30c4c2a1860f011b1d59d9d44c7866180b4aec21/pymultiMATIC-0.7.0.tar.gz BuildArch: noarch Requires: python3-attrs @@ -31,7 +31,7 @@ Provides: python3-pymultiMATIC-doc <a href="https://www.buymeacoffee.com/tgermain" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a> %prep -%autosetup -n pymultiMATIC-0.6.12 +%autosetup -n pymultiMATIC-0.7.0 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.12-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0-1 - Package Spec generated |
