From 5d4eb013fa8a7fabcfcf36e02d3b8da72fb42d78 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 04:24:54 +0000 Subject: automatic import of python-dxr --- .gitignore | 1 + python-dxr.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index bd08878..5d2c49c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /DXR-1.9.0.tar.gz +/DXR-1.9.1.tar.gz diff --git a/python-dxr.spec b/python-dxr.spec index 63a5ed4..5fa3c58 100644 --- a/python-dxr.spec +++ b/python-dxr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-DXR -Version: 1.9.0 +Version: 1.9.1 Release: 1 Summary: DXR is a python library for DXR_mqtt License: MIT URL: http://pycn.me -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/99/bea37cb31d3044a82f7464cffc7a579d312db4d08a184b2a6cb09f3401f3/DXR-1.9.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/81/93bbbf84a2a89dbf29a97c92a5f4b2bb967a2217c0c73f2756ba857c822d/DXR-1.9.1.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-DXR-doc %prep -%autosetup -n DXR-1.9.0 +%autosetup -n DXR-1.9.1 %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 -* Wed May 31 2023 Python_Bot - 1.9.0-1 +* Fri Jun 09 2023 Python_Bot - 1.9.1-1 - Package Spec generated diff --git a/sources b/sources index 5885bb4..df6516f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37594f6a237ffc766ab1e1392a69ad80 DXR-1.9.0.tar.gz +d9f663c6bbf9c081c40236c6db899c4b DXR-1.9.1.tar.gz -- cgit v1.2.3