Compare commits
10 Commits
eb931671b7
...
79eb623771
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79eb623771 | ||
|
|
3c81b1ab78 | ||
|
|
f0198a0e93 | ||
|
|
864bb3022e | ||
|
|
a0f981f989 | ||
|
|
c0ea879d9f | ||
|
|
f7ef22cfba | ||
|
|
89811ebd90 | ||
|
|
5ff986568c | ||
|
|
78beb3dafa |
Binary file not shown.
BIN
copr-1.130.tar.gz
Normal file
BIN
copr-1.130.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-copr
|
||||
Version: 1.123
|
||||
Version: 1.130
|
||||
Release: 1
|
||||
Summary: Python client for copr service.
|
||||
License: GPL-2.0+
|
||||
URL: https://pagure.io/copr/copr
|
||||
Source0: https://files.pythonhosted.org/packages/7b/98/ce70cb3df8a52b4920ccfd21b8e65f61544a733c779a6227ed13f1ab3f22/copr-1.123.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/6d/a2/80b7e397f91e7a46b7e4cc3a24b93f452fe2cbe74c1a8c7fbaabb158f011/copr-1.130.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -18,7 +18,7 @@ This part is a python client to the copr service.
|
||||
|
||||
%package -n python3-copr
|
||||
Summary: Python client for copr service.
|
||||
Provides: python-copr
|
||||
Provides: python-copr = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-copr
|
||||
@ -41,7 +41,7 @@ is used to allow packagers to create third party repositories.
|
||||
This part is a python client to the copr service.
|
||||
|
||||
%prep
|
||||
%autosetup -n copr-1.123
|
||||
%autosetup -n copr-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -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,21 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.130-1
|
||||
- Upgrade package to version 1.130
|
||||
|
||||
* Fri Jun 30 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.129-1
|
||||
- Update package to version 1.129
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.124-1
|
||||
- Update package to version 1.124
|
||||
|
||||
* Sun Nov 6 2022 hkgy <kaguyahatu@outlook.com> - 1.123-1
|
||||
- Upgrade to v1.123
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user