diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:14:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:14:46 +0000 |
commit | 4bdb0ab2426f485aee47b953884dd8f91c6b9fcc (patch) | |
tree | 119ab738bf36321b86aebcc06cd816a8cd536f8d | |
parent | a81a3187a1b6b7ebb94e14a32492bddd218439e6 (diff) |
automatic import of python-autoconfopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-autoconf.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /autoconf-2023.3.27.1.tar.gz +/autoconf-2023.7.7.2.tar.gz diff --git a/python-autoconf.spec b/python-autoconf.spec index 16fbb10..5158e6e 100644 --- a/python-autoconf.spec +++ b/python-autoconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-autoconf -Version: 2023.3.27.1 +Version: 2023.7.7.2 Release: 1 Summary: PyAuto Configration License: MIT License URL: https://github.com/rhayes777/PyAutoConf -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/26/0c8d1ffe08f657bab54a3e43efe3e87f8860761b315fdd4ecc6f7824d30b/autoconf-2023.3.27.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/75/d7/960066d81d0bace3c99f77aa521bbef62616095f5f4f2b18d8d5812cae3c/autoconf-2023.7.7.2.tar.gz BuildArch: noarch Requires: python3-typing-inspect @@ -34,7 +34,7 @@ Provides: python3-autoconf-doc %prep -%autosetup -n autoconf-2023.3.27.1 +%autosetup -n autoconf-2023.7.7.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> - 2023.3.27.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.7.7.2-1 - Package Spec generated @@ -1 +1 @@ -d413c093713b1f48d3b7e6af8479dc34 autoconf-2023.3.27.1.tar.gz +d137d18d1ebff8ccd043e371167cbeb2 autoconf-2023.7.7.2.tar.gz |