diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:54:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:54:25 +0000 |
commit | f8c3d796ef86dccd868248001adbcf86ff196e8c (patch) | |
tree | 604f2fdbe80667ca3bc576b55944714f0dacc990 | |
parent | c608ff8647309f19abab05e67c701d1e8a7cd225 (diff) |
automatic import of python-gestionatropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-gestionatr.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /gestionatr-3.1.6.tar.gz +/gestionatr-3.1.7.tar.gz diff --git a/python-gestionatr.spec b/python-gestionatr.spec index c789a2c..28ba379 100644 --- a/python-gestionatr.spec +++ b/python-gestionatr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-gestionatr -Version: 3.1.6 +Version: 3.1.7 Release: 1 Summary: Llibreria de Gestió ATR License: General Public Licence 2 URL: http://www.gisce.net -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/c4/c50408690f9329e8bbd7945194e7d93d089aa165936d87ec2b13e697a999/gestionatr-3.1.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3e/83/19585faeff054d0b833b27e53df3a89d23348d88446d1b765ad2956b760a/gestionatr-3.1.7.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-gestionatr-doc Long description %prep -%autosetup -n gestionatr-3.1.6 +%autosetup -n gestionatr-3.1.7 %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> - 3.1.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 - Package Spec generated @@ -1 +1 @@ -31fe8cc50ed3e632b1647bd82bd37844 gestionatr-3.1.6.tar.gz +0bafd0ceb2425856963efef897df9385 gestionatr-3.1.7.tar.gz |