diff options
Diffstat (limited to 'python-lightcon.spec')
| -rw-r--r-- | python-lightcon.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 1.3.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1 - Package Spec generated |
