summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:28:52 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:28:52 +0000
commitbebf36a6ece1d239b2f29045f0a756d7532db424 (patch)
tree76b516fc9c36b39275355ad98e7901310d15d3d4
parent0aa04e52efd626226cf4704d71457010ca4e2ec3 (diff)
automatic import of python-linoopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-lino.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 1145ce2..49fdcb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/lino-23.5.1.tar.gz
+/lino-23.5.3.tar.gz
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
diff --git a/sources b/sources
index d765a10..be4190d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b6accbdc00351a27f19c62834958f39 lino-23.5.1.tar.gz
+07b3c497acb3a6ca3a2decb8fa616e85 lino-23.5.3.tar.gz