summaryrefslogtreecommitdiff
path: root/python-edc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-edc.spec')
-rw-r--r--python-edc.spec18
1 files changed, 9 insertions, 9 deletions
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