diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:30:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:30:11 +0000 |
commit | 41f1f3057e34673abc2b170ef64b534a0aa021db (patch) | |
tree | 4be69cb012e2c4b819dbc6cfc7a44897deb5c78a | |
parent | 770846229ff6aa9e4a58a01b3e45a566c33eefc1 (diff) |
automatic import of python-agv-factopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-agv-fact.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /agv-fact-1.0.2.26.tar.gz +/agv-fact-1.0.2.27.tar.gz diff --git a/python-agv-fact.spec b/python-agv-fact.spec index 69044a7..0e60779 100644 --- a/python-agv-fact.spec +++ b/python-agv-fact.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-agv-fact -Version: 1.0.2.26 +Version: 1.0.2.27 Release: 1 Summary: Libreria para generar xml y realizar el timbrado License: MIT License URL: https://github.com/pypa/fact -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/28/a3aa65082a9a5179afeed87913615251b8a396f526564dda26d6751bbdce/agv-fact-1.0.2.26.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/60/9b/ee04f5bb1706578b85d0b7a916bd0b453ea1066bf5ea302e795fb5c088eb/agv-fact-1.0.2.27.tar.gz BuildArch: noarch @@ -61,7 +61,7 @@ Provides: python3-agv-fact-doc %prep -%autosetup -n agv-fact-1.0.2.26 +%autosetup -n agv-fact-1.0.2.27 %build %py3_build @@ -75,20 +75,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 . @@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2.26-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.2.27-1 - Package Spec generated @@ -1 +1 @@ -73393bdd4c60781043d8078070566f2b agv-fact-1.0.2.26.tar.gz +80c053847e93f82c8340e38c08059920 agv-fact-1.0.2.27.tar.gz |