summaryrefslogtreecommitdiff
path: root/python-dxr.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:24:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:24:54 +0000
commit5d4eb013fa8a7fabcfcf36e02d3b8da72fb42d78 (patch)
treea4b00d88426e289317a45c2c5d03151ae5649549 /python-dxr.spec
parent8e701330eda610b5bb491b0d622a2e840c7b34cf (diff)
automatic import of python-dxropeneuler20.03
Diffstat (limited to 'python-dxr.spec')
-rw-r--r--python-dxr.spec18
1 files changed, 9 insertions, 9 deletions
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 <Python_Bot@openeuler.org> - 1.9.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.1-1
- Package Spec generated