summaryrefslogtreecommitdiff
path: root/python-lino.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-lino.spec')
-rw-r--r--python-lino.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-lino.spec b/python-lino.spec
index 522a597..c848bda 100644
--- a/python-lino.spec
+++ b/python-lino.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-lino
-Version: 23.5.1
+Version: 23.5.3
Release: 1
Summary: A framework for writing desktop-like sustainably free web applications using Django and ExtJS or React
License: COPYING
URL: https://gitlab.com/lino-framework/lino
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/b2/b35f4cfb251d70d60f4967493f249f88d866b179bdb755e59498204c59ce/lino-23.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/57/61/a554b4c3458acccccba2af32a386fed9385f53b49a03bf3c88a19cf2a38b/lino-23.5.3.tar.gz
BuildArch: noarch
@@ -73,7 +73,7 @@ Book <https://dev.lino-framework.org/about/overview.html>`__.
%prep
-%autosetup -n lino-23.5.1
+%autosetup -n lino-23.5.3
%build
%py3_build
@@ -87,20 +87,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 .
@@ -113,5 +113,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 23.5.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 23.5.3-1
- Package Spec generated