summaryrefslogtreecommitdiff
path: root/python-adnuntius.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:44:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:44:57 +0000
commit45cb402c2acce474e2ddc8233261f023d9b71f19 (patch)
treebaa7ba3789d720c86a644f8d9a5373ffe567f675 /python-adnuntius.spec
parent6a9ec0e75d922cd8919bebc6dbd84ee95e077a0b (diff)
automatic import of python-adnuntiusopeneuler20.03
Diffstat (limited to 'python-adnuntius.spec')
-rw-r--r--python-adnuntius.spec18
1 files changed, 9 insertions, 9 deletions
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