diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-inspqcommun.spec | 19 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 10 deletions
@@ -1 +1,2 @@ /inspqcommun-1.6.2.tar.gz +/inspqcommun-1.6.3.tar.gz diff --git a/python-inspqcommun.spec b/python-inspqcommun.spec index 92e0c56..1e60477 100644 --- a/python-inspqcommun.spec +++ b/python-inspqcommun.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-inspqcommun -Version: 1.6.2 +Version: 1.6.3 Release: 1 Summary: Librairies communes de INSPQ License: LiLiQ URL: https://gitlab.forge.gouv.qc.ca/inspq/commun/python/inspqcommun.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/32/63936a302d53e4b73dfe984408a0e015d9e229246d3c5f470523032a59eb/inspqcommun-1.6.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/11/72f3ea0926b23bbf77d5c3a6db235f6fa67ab3ec17e4eaaa95d0fdd08901/inspqcommun-1.6.3.tar.gz BuildArch: noarch Requires: python3-fhirclient @@ -18,6 +18,7 @@ Requires: python3-PyYAML Requires: python3-confluent-kafka Requires: python3-pygelf Requires: python3-six +Requires: python3-str2bool %description # Modules communs Python de l'INSPQ @@ -95,7 +96,7 @@ Actuellement, la seule fonctionnalité implantée est l'obtention d'un access to %prep -%autosetup -n inspqcommun-1.6.2 +%autosetup -n inspqcommun-1.6.3 %build %py3_build @@ -109,20 +110,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 . @@ -135,5 +136,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.3-1 - Package Spec generated @@ -1 +1 @@ -13dd5de1944160dc5cc2ad153f775894 inspqcommun-1.6.2.tar.gz +392ef1acfd154e5929685b463e2b7d7a inspqcommun-1.6.3.tar.gz |