diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:01:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:01:10 +0000 |
commit | 7c7fe83dcc997363ca09a103326e2768dd4b7032 (patch) | |
tree | f3858772f8197acdae87c53aaeafef6982bd91b4 | |
parent | b73d998787303c48f472583c65ca96e561482da8 (diff) |
automatic import of python-products-plonemeetingopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-products-plonemeeting.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 <Python_Bot@openeuler.org> - 4.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.1-1 - Package Spec generated @@ -1 +1 @@ -ac437b7bd16da2541a15a366153fe47a Products.PloneMeeting-4.2.tar.gz +c77e51368b3df38d0081d62f52af1baf Products.PloneMeeting-4.2.1.tar.gz |