From 7c7fe83dcc997363ca09a103326e2768dd4b7032 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:01:10 +0000 Subject: automatic import of python-products-plonemeeting --- .gitignore | 1 + python-products-plonemeeting.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ebbb41e..5b55726 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Products.PloneMeeting-4.2.tar.gz +/Products.PloneMeeting-4.2.1.tar.gz diff --git a/python-products-plonemeeting.spec b/python-products-plonemeeting.spec index 60b4fe9..c8dba54 100644 --- a/python-products-plonemeeting.spec +++ b/python-products-plonemeeting.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Products.PloneMeeting -Version: 4.2 +Version: 4.2.1 Release: 1 Summary: Official meetings management License: GPL URL: https://www.imio.be/nos-applications/ia-delib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/1b/34b771850c04a1f72fc946f499c324b5eff7c818aa5a20f737c2dde9c45e/Products.PloneMeeting-4.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f7/e5/a11450dba185258c2bcd2d8cc286963c1d2a9abad447a4ac9dfc139a1163/Products.PloneMeeting-4.2.1.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-Products.PloneMeeting-doc %prep -%autosetup -n Products.PloneMeeting-4.2 +%autosetup -n Products.PloneMeeting-4.2.1 %build %py3_build @@ -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 - 4.2-1 +* Thu Jun 08 2023 Python_Bot - 4.2.1-1 - Package Spec generated diff --git a/sources b/sources index 4081de4..862c935 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac437b7bd16da2541a15a366153fe47a Products.PloneMeeting-4.2.tar.gz +c77e51368b3df38d0081d62f52af1baf Products.PloneMeeting-4.2.1.tar.gz -- cgit v1.2.3