!11 Upgrade to latest release [python-copr -> 1.128]
From: @wubijie123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
a0f981f989
Binary file not shown.
BIN
copr-1.128.tar.gz
Normal file
BIN
copr-1.128.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-copr
|
||||
Version: 1.125
|
||||
Version: 1.128
|
||||
Release: 1
|
||||
Summary: Python client for copr service.
|
||||
License: GPL-2.0+
|
||||
URL: https://pagure.io/copr/copr
|
||||
Source0: https://files.pythonhosted.org/packages/6d/48/5dc0c89a168c0bffe5cf7413474c12496aeafc70b96d91657b129092ab01/copr-1.125.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/3f/92/8d28ca35313e0d3a9aedf785f4c05f17dd648e8564acd852a1de3e939476/copr-1.128.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -53,6 +53,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
||||
pushd %{buildroot}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
@ -81,6 +84,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 12 2023 wubijie <wubijie@kylinos.cn> - 1.128-1
|
||||
- Update package to version 1.128
|
||||
|
||||
* Mon Mar 20 2023 wubijie <wubijie@kylinos.cn> - 1.125-1
|
||||
- Update package to version 1.125
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user