From a92a8312076929a30e713d641465bf88672b760d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:14:39 +0000 Subject: automatic import of python-oddrn-generator --- python-oddrn-generator.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-oddrn-generator.spec') 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 - 0.1.77-1 +* Thu Jun 08 2023 Python_Bot - 0.1.80-1 - Package Spec generated -- cgit v1.2.3