diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:04:39 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:04:39 +0000 |
| commit | 2bda1224fa0679979b44eed1f9104d101398eb32 (patch) | |
| tree | 7c742af6c72023b14bb45a9c1bec3c1ffeef8e22 | |
| parent | 387aa1b6a3b787844a2981f456446b6358b833e3 (diff) | |
automatic import of python-cooptoolsopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cooptools.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /cooptools-1.6.tar.gz +/cooptools-1.7.tar.gz diff --git a/python-cooptools.spec b/python-cooptools.spec index 3138af0..6c331c8 100644 --- a/python-cooptools.spec +++ b/python-cooptools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cooptools -Version: 1.6 +Version: 1.7 Release: 1 Summary: Generic Tooling License: MIT URL: https://github.com/tylertjburns/cooptools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/72/d9808d4de602955129b2e555dc276eedb85f9c4a54e10a3e26ef7fb7d984/cooptools-1.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5c/a6/cc0626e3f15749e59f5d0afa0e70cc75deef74bc43d02a3584110e21bc85/cooptools-1.7.tar.gz BuildArch: noarch Requires: python3-cycler @@ -51,7 +51,7 @@ Provides: python3-cooptools-doc %prep -%autosetup -n cooptools-1.6 +%autosetup -n cooptools-1.7 %build %py3_build @@ -65,20 +65,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 . @@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7-1 - Package Spec generated @@ -1 +1 @@ -6a5e8f8259f8d7296fa583c69e7e6dae cooptools-1.6.tar.gz +6fc8ea3dccfb243bed8cb47ae237337b cooptools-1.7.tar.gz |
