diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:27:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:27:31 +0000 |
commit | ae22004478a4aa3f21c9c3bf8661eb4287748572 (patch) | |
tree | b829b117215a6bfc9bde4d39e7ca2fb3bf01e92b | |
parent | a2968770d8e81e912075f546ca61a5c5a94feb24 (diff) |
automatic import of python-commiseryopeneuler20.03
-rw-r--r-- | python-commisery.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-commisery.spec b/python-commisery.spec index e5c8d66..a6a4788 100644 --- a/python-commisery.spec +++ b/python-commisery.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Commisery is a package to help check whether given commit messages adhere to Conventional Commits. Specifically, it checks the syntax and some small aspects of the semantics. License: Apache License 2.0 URL: https://github.com/tomtom-international/commisery -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/8c/d32d4de6184baf2009b179d0a4936dec2a8276f06e9be93857ac6b15deec/commisery-0.10.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/80/8c/d32d4de6184baf2009b179d0a4936dec2a8276f06e9be93857ac6b15deec/commisery-0.10.0.tar.gz BuildArch: noarch Requires: python3-click @@ -429,20 +429,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 . @@ -455,5 +455,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1 - Package Spec generated |