summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:54:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:54:25 +0000
commitf8c3d796ef86dccd868248001adbcf86ff196e8c (patch)
tree604f2fdbe80667ca3bc576b55944714f0dacc990
parentc608ff8647309f19abab05e67c701d1e8a7cd225 (diff)
automatic import of python-gestionatropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-gestionatr.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index ca307e2..b7f738f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 217d3cf..5a60d97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31fe8cc50ed3e632b1647bd82bd37844 gestionatr-3.1.6.tar.gz
+0bafd0ceb2425856963efef897df9385 gestionatr-3.1.7.tar.gz