diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:56:55 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:56:55 +0000 |
| commit | 5c72d9ef8ae5746ac875d2e0407c4b5237ca9ef7 (patch) | |
| tree | b0e9d7e816b971aa71dc883d6d9b763130779dc2 /python-edc-randomization.spec | |
| parent | e2bfc16385d3c1f41e283223a66ef98aa87bd61c (diff) | |
automatic import of python-edc-randomizationopeneuler20.03
Diffstat (limited to 'python-edc-randomization.spec')
| -rw-r--r-- | python-edc-randomization.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 |
