From 511d1b930f1fadde70d6905246c99c195ad33cda Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 16:51:28 +0000 Subject: automatic import of python-lightcon --- .gitignore | 1 + python-lightcon.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 8d74c77..7dd107c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /lightcon-1.3.2.tar.gz +/lightcon-1.3.3.tar.gz diff --git a/python-lightcon.spec b/python-lightcon.spec index 8bfafb6..f82794d 100644 --- a/python-lightcon.spec +++ b/python-lightcon.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lightcon -Version: 1.3.2 +Version: 1.3.3 Release: 1 Summary: A set of APIs to Light Conversion devices License: MIT License URL: https://bitbucket.org/harpiasoftware/light-conversion-apis.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3e/1d/823ffc77c8a3290924f6ac9d0c1e1de39d21ce531e1527d87b234863fb4f/lightcon-1.3.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9c/9f/31c0760703cb171c54382ecc206e656240c409500351fc008ef060b5519a/lightcon-1.3.3.tar.gz BuildArch: noarch Requires: python3-pythonnet @@ -702,7 +702,7 @@ lightcon.style.add_watermarks() %prep -%autosetup -n lightcon-1.3.2 +%autosetup -n lightcon-1.3.3 %build %py3_build @@ -716,20 +716,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 . @@ -742,5 +742,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot - 1.3.2-1 +* Thu Jun 08 2023 Python_Bot - 1.3.3-1 - Package Spec generated diff --git a/sources b/sources index 8e065e6..69cab90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae63bcd0833b2093c5a123cdf1409292 lightcon-1.3.2.tar.gz +44982c449b497b7c57be96db834decb6 lightcon-1.3.3.tar.gz -- cgit v1.2.3