From 4d561e6efc64b97a4e23bfaf85e41b2f09ceaa69 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:08:22 +0000 Subject: automatic import of python-pymultimatic --- python-pymultimatic.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-pymultimatic.spec') 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 Buy Me A Coffee %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 - 0.6.12-1 +* Thu Jun 08 2023 Python_Bot - 0.7.0-1 - Package Spec generated -- cgit v1.2.3