Compare commits

..

No commits in common. "79eb62377108938adbb02719945e377e6ce55496" and "eb931671b7a5fb624edfc37ccf9720671375aa2e" have entirely different histories.

3 changed files with 4 additions and 22 deletions

BIN
copr-1.123.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-copr Name: python-copr
Version: 1.130 Version: 1.123
Release: 1 Release: 1
Summary: Python client for copr service. Summary: Python client for copr service.
License: GPL-2.0+ License: GPL-2.0+
URL: https://pagure.io/copr/copr URL: https://pagure.io/copr/copr
Source0: https://files.pythonhosted.org/packages/6d/a2/80b7e397f91e7a46b7e4cc3a24b93f452fe2cbe74c1a8c7fbaabb158f011/copr-1.130.tar.gz Source0: https://files.pythonhosted.org/packages/7b/98/ce70cb3df8a52b4920ccfd21b8e65f61544a733c779a6227ed13f1ab3f22/copr-1.123.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -18,7 +18,7 @@ This part is a python client to the copr service.
%package -n python3-copr %package -n python3-copr
Summary: Python client for copr service. Summary: Python client for copr service.
Provides: python-copr = %{version}-%{release} Provides: python-copr
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-copr %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. This part is a python client to the copr service.
%prep %prep
%autosetup -n copr-%{version} %autosetup -n copr-1.123
%build %build
%py3_build %py3_build
@ -53,9 +53,6 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{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 example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{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} pushd %{buildroot}
if [ -d usr/lib ]; then 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
@ -84,21 +81,6 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Sun Nov 6 2022 hkgy <kaguyahatu@outlook.com> - 1.123-1
- Upgrade to v1.123 - Upgrade to v1.123