diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-edc-randomization.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /edc-randomization-0.3.45.tar.gz +/edc-randomization-0.3.46.tar.gz diff --git a/python-edc-randomization.spec b/python-edc-randomization.spec index 6f6b6b5..0d0b088 100644 --- a/python-edc-randomization.spec +++ b/python-edc-randomization.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-edc-randomization -Version: 0.3.45 +Version: 0.3.46 Release: 1 Summary: Randomization classes for clinicedc/edc License: GPL license, see LICENSE URL: https://github.com/clinicedc/edc-randomization -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/6e/c958aaac83febe90c0943511540a31d9cf18787bcc866dd9add9b9ff4b5d/edc-randomization-0.3.45.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a8/82/c5a2414c0e8d7a67eeb506ea23e8a2b648f97b67371b6a514b724b56b410/edc-randomization-0.3.46.tar.gz BuildArch: noarch @@ -403,7 +403,7 @@ If the user does not have permissions to view the randomizationlist table, a ``R RandomizationListExporterError: User `erikvw` does not have permission to view 'edc_randomization.randomizationlist' %prep -%autosetup -n edc-randomization-0.3.45 +%autosetup -n edc-randomization-0.3.46 %build %py3_build @@ -417,20 +417,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 . @@ -443,5 +443,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.45-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.46-1 - Package Spec generated @@ -1 +1 @@ -2449b132140685c3a42a9725c30af65a edc-randomization-0.3.45.tar.gz +3d67f74fb29967ea5ea2bebbaf6927dd edc-randomization-0.3.46.tar.gz |
