summaryrefslogtreecommitdiff
path: root/python-oddrn-generator.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-oddrn-generator.spec')
-rw-r--r--python-oddrn-generator.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-oddrn-generator.spec b/python-oddrn-generator.spec
index 9172c74..e9d16dd 100644
--- a/python-oddrn-generator.spec
+++ b/python-oddrn-generator.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-oddrn-generator
-Version: 0.1.77
+Version: 0.1.80
Release: 1
Summary: Open Data Discovery Resource Name Generator
License: Apache-2.0
URL: https://github.com/opendatadiscovery/oddrn-generator
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/53/76b3cab1691f6a230665ba7b7be96a71cce635229990bc16fd304ebe0de4/oddrn_generator-0.1.77.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/0a/c3/82a328a74df0328d4fca2057f660620519c177900835a78645c2c4eb94d3/oddrn_generator-0.1.80.tar.gz
BuildArch: noarch
Requires: python3-pydantic
@@ -644,7 +644,7 @@ python run pytest
%prep
-%autosetup -n oddrn-generator-0.1.77
+%autosetup -n oddrn_generator-0.1.80
%build
%py3_build
@@ -658,20 +658,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 .
@@ -684,5 +684,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.77-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.80-1
- Package Spec generated