summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:41:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:41:42 +0000
commita0671b06f582333386619ac064681559fe6ab11b (patch)
tree94f0d0387d38b5b517b5783186cebbfd5c2c6be8
parent11197835701712b93024583a392b08999cf46e6a (diff)
automatic import of python-pyramid-nacl-sessionopeneuler20.03
-rw-r--r--python-pyramid-nacl-session.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pyramid-nacl-session.spec b/python-pyramid-nacl-session.spec
index a1a0e06..32f45b7 100644
--- a/python-pyramid-nacl-session.spec
+++ b/python-pyramid-nacl-session.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Encrypted session cookie serializer for Pyramid
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
URL: https://github.com/Pylons/pyramid_nacl_session
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/af/ce82123c841144f476f89857840a0ba590df289484b531b4cbf997487efb/pyramid_nacl_session-1.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/70/af/ce82123c841144f476f89857840a0ba590df289484b531b4cbf997487efb/pyramid_nacl_session-1.0.0.tar.gz
BuildArch: noarch
Requires: python3-pyramid
@@ -48,7 +48,7 @@ See: ``docs/index.rst`` for the documentation.
Initial development of this library was sponsored by ZeOmega Inc.
%prep
-%autosetup -n pyramid-nacl-session-1.0.0
+%autosetup -n pyramid_nacl_session-1.0.0
%build
%py3_build
@@ -62,20 +62,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 .
@@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
- Package Spec generated