summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:57:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:57:42 +0000
commit9ff73f8bb91ae6cb116c5d019da9e3a78680d768 (patch)
treeb8be72483f70314b52450982ddca008ebbc73201
parentfe03f5dafa48fecec1509a95fa1e82b2fd3ef2b1 (diff)
automatic import of python-edc-constantsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-edc-constants.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 0f60aca..81d81df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/edc-constants-0.3.46.tar.gz
+/edc-constants-0.3.48.tar.gz
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
diff --git a/sources b/sources
index a76d71d..10f0d5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-547563538a4f74d603cb156f727fe398 edc-constants-0.3.46.tar.gz
+2804d67b6349e36fe9ca26e16731e0b4 edc-constants-0.3.48.tar.gz