From 2ab777fba00dc02a03ec7da75932b36375f11313 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 06:18:22 +0000 Subject: automatic import of python-pyvhdlmodel --- python-pyvhdlmodel.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-pyvhdlmodel.spec') diff --git a/python-pyvhdlmodel.spec b/python-pyvhdlmodel.spec index 00b3ab0..a8af1a7 100644 --- a/python-pyvhdlmodel.spec +++ b/python-pyvhdlmodel.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyVHDLModel -Version: 0.25.1 +Version: 0.26.0 Release: 1 Summary: An abstract VHDL language model. License: Apache-2.0 URL: https://GitHub.com/VHDL/pyVHDLModel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/7c/f3ec6911f017f46b6320f94b374f7c9a27eae05c26edf70683d326fbe99d/pyVHDLModel-0.25.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/79/a6/08b91995e3d09875db346d51f2229a4a649a2c4c21db986aa47f7eeedb64/pyVHDLModel-0.26.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-pyVHDLModel-doc SPDX-License-Identifier: Apache-2.0 %prep -%autosetup -n pyVHDLModel-0.25.1 +%autosetup -n pyVHDLModel-0.26.0 %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 10 2023 Python_Bot - 0.25.1-1 +* Thu Jun 08 2023 Python_Bot - 0.26.0-1 - Package Spec generated -- cgit v1.2.3