diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:14:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:14:26 +0000 |
commit | 0c4b8d8d120bca50472569a3390f9a8d170194c4 (patch) | |
tree | 184be917b7e9a05a3efb077f78a5849000376d23 | |
parent | 0a13b8e43f7c143b66167d6c24894cbdba43db96 (diff) |
automatic import of python-bgmiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bgmi.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /bgmi-4.4.4.tar.gz /bgmi-4.4.5.tar.gz +/bgmi-4.4.6.tar.gz diff --git a/python-bgmi.spec b/python-bgmi.spec index 17fac74..b23654d 100644 --- a/python-bgmi.spec +++ b/python-bgmi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bgmi -Version: 4.4.5 +Version: 4.4.6 Release: 1 Summary: BGmi is a cli tool for subscribed bangumi. License: MIT URL: https://github.com/BGmi/BGmi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cb/e4/c6b5967882cfa56e9785d2734770ba65c3bd375a17a88d750ed95769be22/bgmi-4.4.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/57/52/85487f007f0b8618cb1a12507b26adf7e936858b8df895c7da8b3989605e/bgmi-4.4.6.tar.gz BuildArch: noarch Requires: python3-beautifulsoup4 @@ -1712,7 +1712,7 @@ class DataSource(BaseWebsite): %prep -%autosetup -n bgmi-4.4.5 +%autosetup -n bgmi-4.4.6 %build %py3_build @@ -1726,20 +1726,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 . @@ -1752,5 +1752,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.6-1 - Package Spec generated @@ -1 +1 @@ -532f10fda99fa2cfbbbdda632b779144 bgmi-4.4.5.tar.gz +538d692abd5b5c51ab3f269de0f95baa bgmi-4.4.6.tar.gz |