diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-edc-appointment.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /edc-appointment-0.3.70.tar.gz +/edc-appointment-0.3.72.tar.gz diff --git a/python-edc-appointment.spec b/python-edc-appointment.spec index 9f1f3a7..8614c23 100644 --- a/python-edc-appointment.spec +++ b/python-edc-appointment.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-edc-appointment -Version: 0.3.70 +Version: 0.3.72 Release: 1 Summary: Appointment module for clinicedc/edc projects License: GPL license, see LICENSE URL: https://github.com/clinicedc/edc-appointment -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/1a/581d65dfd0cf7d1a1532094c72d7593b3c04d48a60f3eb497366cc73bd2e/edc-appointment-0.3.70.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/57/7c/e6442393f8436ecfeec6ba80857921c5634b354875fe3306504b6d977c81/edc-appointment-0.3.72.tar.gz BuildArch: noarch Requires: python3-arrow @@ -131,7 +131,7 @@ Customizing appointment scheduling by ``Facility`` see ``edc_facility`` %prep -%autosetup -n edc-appointment-0.3.70 +%autosetup -n edc-appointment-0.3.72 %build %py3_build @@ -145,20 +145,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 . @@ -171,5 +171,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.70-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.72-1 - Package Spec generated @@ -1 +1 @@ -45f0624b4533523c30b87e93b8ab8c69 edc-appointment-0.3.70.tar.gz +69b2a007b16509d7ec59c2e425f7adb5 edc-appointment-0.3.72.tar.gz |