diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:19:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:19:14 +0000 |
| commit | 8538240b5d7c787983a146e11b58710f52128ab5 (patch) | |
| tree | ee8a4be617ce8f89b43b4a1aab7d8bae3776666b | |
| parent | 1ccaeccf8d15d661355af1c9e502cd8f14686258 (diff) | |
automatic import of python-muffin-sessionopeneuler20.03
| -rw-r--r-- | python-muffin-session.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-muffin-session.spec b/python-muffin-session.spec index 41b8dce..c66038e 100644 --- a/python-muffin-session.spec +++ b/python-muffin-session.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Signed Cookie-Based HTTP sessions for the Muffin framework License: MIT URL: https://github.com/klen/muffin-session -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4b/64/052cef59cea036a52bf78a4871e2fb672e484cca7ded5b34caba6677357e/muffin_session-2.4.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4b/64/052cef59cea036a52bf78a4871e2fb672e484cca7ded5b34caba6677357e/muffin_session-2.4.0.tar.gz BuildArch: noarch Requires: python3-muffin @@ -38,7 +38,7 @@ Provides: python3-muffin-session-doc * Supports ``Fernet`` encrypted sessions %prep -%autosetup -n muffin-session-2.4.0 +%autosetup -n muffin_session-2.4.0 %build %py3_build @@ -52,20 +52,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 . @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.0-1 - Package Spec generated |
