diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:12:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:12:59 +0000 |
commit | c21bbd23baa2f65468267d9f60a52738b13e988b (patch) | |
tree | f3e122c5384271b417d9417eb4a2ae26d2c535e9 | |
parent | ad316c5e184623ab2ea6372a4973b68580f05b5f (diff) |
automatic import of python-pylint-enumsopeneuler20.03
-rw-r--r-- | python-pylint-enums.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pylint-enums.spec b/python-pylint-enums.spec index 77cf006..c32764c 100644 --- a/python-pylint-enums.spec +++ b/python-pylint-enums.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Pylint plugin that checks for a specific implementation of Enum subclasses. License: MIT License URL: https://github.com/cs-cordero/pylint_enums -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d0/98/0cefde3c334f7000b1b9faec113db958e8368da82043d7818a2d4d86df14/pylint_enums-0.0.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d0/98/0cefde3c334f7000b1b9faec113db958e8368da82043d7818a2d4d86df14/pylint_enums-0.0.5.tar.gz BuildArch: noarch Requires: python3-pylint @@ -290,7 +290,7 @@ This pylint plugin will raise errors when `value` is not typed and when the valu %prep -%autosetup -n pylint-enums-0.0.5 +%autosetup -n pylint_enums-0.0.5 %build %py3_build @@ -304,20 +304,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 . @@ -330,5 +330,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.5-1 - Package Spec generated |