summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pymultimatic.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 22d9b7d..dee691e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pymultiMATIC-0.6.12.tar.gz
+/pymultiMATIC-0.7.0.tar.gz
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
diff --git a/sources b/sources
index fada6b2..ec3f71e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-746fee5bc10dafbd7229ae3ff77633bd pymultiMATIC-0.6.12.tar.gz
+6054e113e9262dd2c6298bcab4eb91eb pymultiMATIC-0.7.0.tar.gz