diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:53:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:53:17 +0000 |
commit | fd1f18b5f119ffc2769f03d9737267997994a6d6 (patch) | |
tree | 1f18fd4ffbd6a720654fa217acaa6e2b3324e288 | |
parent | 7ad55655d410e9eb7b212c9756fe61f80e42ce90 (diff) |
automatic import of python-snsopeneuler20.03
-rw-r--r-- | python-sns.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sns.spec b/python-sns.spec index 9bc9af9..7deb9ae 100644 --- a/python-sns.spec +++ b/python-sns.spec @@ -5,7 +5,7 @@ Release: 1 Summary: SNS utils License: UNKNOWN URL: https://github.com/Brett55/sns_test -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/80/d5a2a12fae635474014e7e0c88959daab3bf815648250fbb7639dd02fe50/sns-0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/58/80/d5a2a12fae635474014e7e0c88959daab3bf815648250fbb7639dd02fe50/sns-0.1.tar.gz BuildArch: noarch @@ -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 -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1-1 - Package Spec generated |