diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:48:19 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:48:19 +0000 |
| commit | 82a8fcbca0760320ffd9efbd8991cf78a970672e (patch) | |
| tree | 56ee89239d1f3dc96db3ed96a3adc5dffca7f93b | |
| parent | ee53729100f3ac3c26e00a9ff119a295af99f8c1 (diff) | |
automatic import of python-apphelpersopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-apphelpers.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /apphelpers-0.32.1.tar.gz +/apphelpers-0.33.0.tar.gz diff --git a/python-apphelpers.spec b/python-apphelpers.spec index 95fc860..e0df151 100644 --- a/python-apphelpers.spec +++ b/python-apphelpers.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apphelpers -Version: 0.32.1 +Version: 0.33.0 Release: 1 Summary: Common helper libraries for Python Apps License: MIT license URL: https://github.com/scrolltech/apphelpers -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5f/66/67b67338acd060aa19345125cc76953ae0d44691bfe538699ca6159b249b/apphelpers-0.32.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/05/91/915b77f696d75c924de791b9139a35cd01b966e48f8a8421411599bea00c/apphelpers-0.33.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-apphelpers-doc %prep -%autosetup -n apphelpers-0.32.1 +%autosetup -n apphelpers-0.33.0 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.32.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.33.0-1 - Package Spec generated @@ -1 +1 @@ -6b232a9ff71fb0389ac63bb6efa2f524 apphelpers-0.32.1.tar.gz +23d413a3f48886074ce9d7d55ce94e7e apphelpers-0.33.0.tar.gz |
