From 4bdb0ab2426f485aee47b953884dd8f91c6b9fcc Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 11:14:46 +0000 Subject: automatic import of python-autoconf --- .gitignore | 1 + python-autoconf.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 94e3360..ac65ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2023.3.27.1-1 +* Thu Jun 08 2023 Python_Bot - 2023.7.7.2-1 - Package Spec generated diff --git a/sources b/sources index 698ccb9..65d7702 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d413c093713b1f48d3b7e6af8479dc34 autoconf-2023.3.27.1.tar.gz +d137d18d1ebff8ccd043e371167cbeb2 autoconf-2023.7.7.2.tar.gz -- cgit v1.2.3