diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:44:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:44:57 +0000 |
commit | 45cb402c2acce474e2ddc8233261f023d9b71f19 (patch) | |
tree | baa7ba3789d720c86a644f8d9a5373ffe567f675 | |
parent | 6a9ec0e75d922cd8919bebc6dbd84ee95e077a0b (diff) |
automatic import of python-adnuntiusopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-adnuntius.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /adnuntius-1.19.0.tar.gz +/adnuntius-1.19.2.tar.gz diff --git a/python-adnuntius.spec b/python-adnuntius.spec index 4460fac..5df8ccc 100644 --- a/python-adnuntius.spec +++ b/python-adnuntius.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-adnuntius -Version: 1.19.0 +Version: 1.19.2 Release: 1 Summary: Interface and tools for using the Adnuntius API License: MIT URL: https://github.com/Adnuntius/api-tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ef/e4/72667a7a7bc6d687f86c39762f6772ea81c8d0fbf3830d369c4ad9bc5ac2/adnuntius-1.19.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cd/31/120c7e24fa665214f5d8740f996e5dd5ba7e987ee9bb3e1e8677643905c3/adnuntius-1.19.2.tar.gz BuildArch: noarch Requires: python3-dateutil @@ -34,7 +34,7 @@ Interface and tools for using the Adnuntius API %prep -%autosetup -n adnuntius-1.19.0 +%autosetup -n adnuntius-1.19.2 %build %py3_build @@ -48,20 +48,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 . @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.2-1 - Package Spec generated @@ -1 +1 @@ -aefce396b09073bfd1f604686f13b263 adnuntius-1.19.0.tar.gz +3137c7fad61f3b816ba08023f04b9904 adnuntius-1.19.2.tar.gz |