Compare commits

..

No commits in common. "95227d9caf975b3e82afd7e3b3a3e4e3338c88bd" and "816f0bc5987a70c07e44288aa8fa6987039aec4b" have entirely different histories.

3 changed files with 3 additions and 33 deletions

BIN
pycairo-1.20.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: pycairo
Version: 1.25.1
Version: 1.20.0
Release: 1
Summary: A python module providing bindings for the cairo graphics library
License: LGPL-2.1-only OR MPL-1.1
License: MPLv1.1 or LGPLv2
URL: https://cairographics.org/pycairo
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
BuildRequires: pkgconfig(cairo) gcc python3-devel python3-pytest python3-setuptools
BuildRequires: cairo-devel gcc pkgconfig python3-devel python3-pytest
%description
Pycairo is a Python module providing bindings for the cairo graphics library.
@ -14,12 +14,10 @@ Pycairo is a Python module providing bindings for the cairo graphics library.
%package -n python3-cairo
Summary: Provide python3 support for the cairo graphics library
%{?python_provide:%python_provide python3-cairo}
Provides: python%{python3_version}dist(pycairo) = %{version}
%description -n python3-cairo
Provide python3 support for the cairo graphics library.
%package -n python3-cairo-devel
Summary: Provide libraries and headers for py3cairo
Requires: python3-cairo = %{version}-%{release}
@ -44,7 +42,6 @@ in order to interoperate with py3cairo.
%files -n python3-cairo
%defattr(-,root,root)
%license COPYING*
%doc README.rst
%{python3_sitearch}/cairo/*
%{python3_sitearch}/pycairo*.egg-info/*
@ -54,33 +51,6 @@ in order to interoperate with py3cairo.
%{_libdir}/pkgconfig/py*.pc
%changelog
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 1.25.1-1
- update version to 1.25.1
* Mon Jul 24 2023 yanglu <yanglu72@h-partners> - 1.24.0-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update pycairo version to 1.24.0
* Fri Mar 10 2023 yanglu <yanglu72@h-partners> - 1.23.0-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update pycairo version to 1.23.0
* Mon Oct 24 2022 yanglu <yanglu72@h-partners> - 1.21.0-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update pycairo version to 1.21.0
* Thu Jul 21 2022 jinzhiguang <jinzhiguang@kylinos.cn> - 1.20.0-2
- Type:requirements
- Id:NA
- SUG:NA
- DESC:Add provides for python3-cairo
* Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 1.20.0-1
- Type:requirements
- Id:NA