diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:48:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:48:25 +0000 |
commit | 9afc6c04e66ed78a4dc030b28d4203749ec97d4c (patch) | |
tree | f2eb5f974c2c5ea505d28291a5afefd3dd5be4fa | |
parent | 456132c612be9de8d7aaa3468a3698881fa46eb4 (diff) |
automatic import of python-bakalibopeneuler20.03
-rw-r--r-- | python-bakalib.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-bakalib.spec b/python-bakalib.spec index 2746cdd..405e81f 100644 --- a/python-bakalib.spec +++ b/python-bakalib.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A library for accessing the module data of Bakaláři school system easily License: GNU General Public License v3 or later (GPLv3+) URL: https://github.com/23kreny/bakalib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/5f/fa657853d8a964193572dd54467b4787b791f5aee112caabb71f5bf2dc21/bakalib-1.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a3/5f/fa657853d8a964193572dd54467b4787b791f5aee112caabb71f5bf2dc21/bakalib-1.1.1.tar.gz BuildArch: noarch Requires: python3-cachetools @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 - Package Spec generated |