summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:18:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:18:22 +0000
commit2ab777fba00dc02a03ec7da75932b36375f11313 (patch)
treea0ef090bea26b160321f7e7de82824ead32f2cb0
parent940b15dbbb52eff5ce5904bc6e14943548a6189a (diff)
automatic import of python-pyvhdlmodelopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pyvhdlmodel.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index b0e215b..f369f0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pyVHDLModel-0.25.1.tar.gz
+/pyVHDLModel-0.26.0.tar.gz
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 <Python_Bot@openeuler.org> - 0.25.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.26.0-1
- Package Spec generated
diff --git a/sources b/sources
index 268482a..09c2c67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af24d3300900d5586803047789e485f2 pyVHDLModel-0.25.1.tar.gz
+05ce6b6493f01e393d44fb1bd4db2d8f pyVHDLModel-0.26.0.tar.gz