diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 04:02:31 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 04:02:31 +0000 |
| commit | 4b11e8db96799ec4eda5d54ca82da3815ab3f644 (patch) | |
| tree | 1c76490fdc3c730a5e7adc24f1cacb0b9b3e568f | |
| parent | 5afd95105cc976f56d8c7809808693f686192033 (diff) | |
automatic import of python-edcopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-edc.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /edc-0.4.89.tar.gz /edc-0.4.95.tar.gz +/edc-0.4.96.tar.gz diff --git a/python-edc.spec b/python-edc.spec index f6ef7c5..a885fd2 100644 --- a/python-edc.spec +++ b/python-edc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-edc -Version: 0.4.95 +Version: 0.4.96 Release: 1 Summary: EDC core modules for clinicedc/edc projects. License: GPL license, see LICENSE URL: https://github.com/clinicedc/edc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/11/31/5fa81f259dfbfa195f4972c3471afd7c6dd128636bec47abced08e07d0d4/edc-0.4.95.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/44/0fc0d8d10a416d45ab8be163085263b7ccf86ab4c152b90eb559436c89fa/edc-0.4.96.tar.gz BuildArch: noarch Requires: python3-argon2-cffi @@ -168,7 +168,7 @@ The ``clinicedc`` for each trial consists of a subset of trial-specific modules (python 3.10+ and Django 4.1, see setup.cfg) %prep -%autosetup -n edc-0.4.95 +%autosetup -n edc-0.4.96 %build %py3_build @@ -182,20 +182,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 . @@ -208,5 +208,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.95-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.96-1 - Package Spec generated @@ -1 +1 @@ -cc81face0970651b4082abd08aae6acb edc-0.4.95.tar.gz +c74d1f6816ef0ede5947f86e8ba3adfa edc-0.4.96.tar.gz |
