summaryrefslogtreecommitdiff
path: root/python-edc-constants.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-edc-constants.spec')
-rw-r--r--python-edc-constants.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-edc-constants.spec b/python-edc-constants.spec
index 10004de..ba55c7c 100644
--- a/python-edc-constants.spec
+++ b/python-edc-constants.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-edc-constants
-Version: 0.3.46
+Version: 0.3.48
Release: 1
Summary: Common constants & choices for clinicedc/edc projects.
License: GPL license, see LICENSE
URL: https://github.com/clinicedc/edc-constants
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/59/6d/77e4bbd4eb810e0e1a838fcdb6284369ba7a66ce7dbe2fda389b8f23d33a/edc-constants-0.3.46.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/af/53/d18b2c9c6b8b31d8dd56008640908ce3a8097de67e14fe0ca385412d875c/edc-constants-0.3.48.tar.gz
BuildArch: noarch
@@ -28,7 +28,7 @@ Provides: python3-edc-constants-doc
A collection of constants and choices for the clinicedc/edc projects.
%prep
-%autosetup -n edc-constants-0.3.46
+%autosetup -n edc-constants-0.3.48
%build
%py3_build
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.46-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.48-1
- Package Spec generated