diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:06:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:06:56 +0000 |
| commit | 3eb788edb2d4069f15cc3c95009a4dde117fb9f6 (patch) | |
| tree | 891d6901e8f72e9628448f8dd07c0150c2911f65 /python-taxonomy-connector.spec | |
| parent | 62a412e9a740c2dc07b7c4f2f0a6f6efe6675565 (diff) | |
automatic import of python-taxonomy-connectoropeneuler20.03
Diffstat (limited to 'python-taxonomy-connector.spec')
| -rw-r--r-- | python-taxonomy-connector.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-taxonomy-connector.spec b/python-taxonomy-connector.spec index e8057c9..84afb76 100644 --- a/python-taxonomy-connector.spec +++ b/python-taxonomy-connector.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-taxonomy-connector -Version: 1.38.1 +Version: 1.40.1 Release: 1 Summary: Taxonomy connector License: MIT URL: https://github.com/openedx/taxonomy-connector -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/ef/0934ca305eefef0e7d99eea6179a3d1a5ac68dc46091b9f22bdae43bef81/taxonomy-connector-1.38.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/51/60/f4f04c96679dcdd752b0411e68ad0f16074b4996a333ae606b532ebc7b0b/taxonomy-connector-1.40.1.tar.gz BuildArch: noarch Requires: python3-Django @@ -66,7 +66,7 @@ After submitting a pull request, please use the Github "Reviewers" widget to add relevant reviewers and track review process. %prep -%autosetup -n taxonomy-connector-1.38.1 +%autosetup -n taxonomy-connector-1.40.1 %build %py3_build @@ -80,20 +80,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 . @@ -106,5 +106,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 1.38.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.40.1-1 - Package Spec generated |
