diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pymultilint.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pymultilint-1.0.4.tar.gz +/pymultilint-1.1.0.tar.gz diff --git a/python-pymultilint.spec b/python-pymultilint.spec index 9d333e1..6fc8884 100644 --- a/python-pymultilint.spec +++ b/python-pymultilint.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pymultilint -Version: 1.0.4 +Version: 1.1.0 Release: 1 Summary: Utility tying multiple code quality tools together License: MIT URL: https://github.com/gkze/multilint -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/ec/85f5811262ac640e3cc45053bf1b062b521821b0c6eeebe1956a05d73f44/pymultilint-1.0.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/af/1d/7889ff20466a373d9934de560f924d38eb1d60132182b60095cbab0ed876/pymultilint-1.1.0.tar.gz BuildArch: noarch Requires: python3-autoflake @@ -423,7 +423,7 @@ the future. %prep -%autosetup -n pymultilint-1.0.4 +%autosetup -n pymultilint-1.1.0 %build %py3_build @@ -437,20 +437,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 . @@ -463,5 +463,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.4-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 - Package Spec generated @@ -1 +1 @@ -8b34fe3e7b9ce8f5c910063cd8ce7dad pymultilint-1.0.4.tar.gz +c0b3fdc29679af0d5c950049d2b749fa pymultilint-1.1.0.tar.gz |
