diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:12:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 21:12:38 +0000 |
commit | ce66c9a9a9762d06e36a130e1a62a0b3e3c5c98c (patch) | |
tree | 125dbddf59747e8b6b07a0d179da0f8bb586aa01 /python-verchew.spec | |
parent | fb08ea4ac0686c28c121b351d1ef63d2a5ce8e43 (diff) |
automatic import of python-verchewopeneuler20.03
Diffstat (limited to 'python-verchew.spec')
-rw-r--r-- | python-verchew.spec | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/python-verchew.spec b/python-verchew.spec index 31cbb3b..7d258bc 100644 --- a/python-verchew.spec +++ b/python-verchew.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-verchew -Version: 3.3 +Version: 3.4 Release: 1 Summary: System dependency version checker. License: MIT URL: https://pypi.org/project/verchew -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/91/a63bf158a2c627e05eebe9a6ec3e860297ab887cd94e2fd2adb55a90d779/verchew-3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3e/bb/ffc68a292bc2eb3351e29e1ec06224b6bb6762a81ccfee51957ce85efbdd/verchew-3.4.tar.gz BuildArch: noarch @@ -16,8 +16,8 @@ BuildArch: noarch When onboarding new team members, ensuring their computer has everything needed to work on the project can be painful. Verchew is a command-line program and embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is any Python interpreter, which should already be installed on macOS and most Linux-based operating systems. -[](https://travis-ci.org/jacebrowning/verchew) -[](https://ci.appveyor.com/project/jacebrowning/verchew) +[](https://travis-ci.com/jacebrowning/verchew) +[](https://ci.appveyor.com/project/jacebrowning/verchew) [](https://coveralls.io/r/jacebrowning/verchew) [](https://scrutinizer-ci.com/g/jacebrowning/verchew/?branch=main) [](https://pypi.org/project/verchew) @@ -134,8 +134,8 @@ BuildRequires: python3-pip When onboarding new team members, ensuring their computer has everything needed to work on the project can be painful. Verchew is a command-line program and embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is any Python interpreter, which should already be installed on macOS and most Linux-based operating systems. -[](https://travis-ci.org/jacebrowning/verchew) -[](https://ci.appveyor.com/project/jacebrowning/verchew) +[](https://travis-ci.com/jacebrowning/verchew) +[](https://ci.appveyor.com/project/jacebrowning/verchew) [](https://coveralls.io/r/jacebrowning/verchew) [](https://scrutinizer-ci.com/g/jacebrowning/verchew/?branch=main) [](https://pypi.org/project/verchew) @@ -249,8 +249,8 @@ Provides: python3-verchew-doc When onboarding new team members, ensuring their computer has everything needed to work on the project can be painful. Verchew is a command-line program and embeddable Python script to check the versions of your project's system dependencies. Its only external dependency is any Python interpreter, which should already be installed on macOS and most Linux-based operating systems. -[](https://travis-ci.org/jacebrowning/verchew) -[](https://ci.appveyor.com/project/jacebrowning/verchew) +[](https://travis-ci.com/jacebrowning/verchew) +[](https://ci.appveyor.com/project/jacebrowning/verchew) [](https://coveralls.io/r/jacebrowning/verchew) [](https://scrutinizer-ci.com/g/jacebrowning/verchew/?branch=main) [](https://pypi.org/project/verchew) @@ -355,7 +355,7 @@ Results: ✔ ✘ ✘ ▴ ✘ %prep -%autosetup -n verchew-3.3 +%autosetup -n verchew-3.4 %build %py3_build @@ -369,20 +369,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 . @@ -395,5 +395,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4-1 - Package Spec generated |