Compare commits
10 Commits
816f0bc598
...
95227d9caf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95227d9caf | ||
|
|
25de998e1b | ||
|
|
42ba294fac | ||
|
|
707b8a0b30 | ||
|
|
916ceda5be | ||
|
|
bfd04d86ce | ||
|
|
10c40ec8f2 | ||
|
|
c7abdbc5ca | ||
|
|
c079c2cf04 | ||
|
|
61da5c25cb |
Binary file not shown.
BIN
pycairo-1.25.1.tar.gz
Normal file
BIN
pycairo-1.25.1.tar.gz
Normal file
Binary file not shown.
36
pycairo.spec
36
pycairo.spec
@ -1,12 +1,12 @@
|
||||
Name: pycairo
|
||||
Version: 1.20.0
|
||||
Version: 1.25.1
|
||||
Release: 1
|
||||
Summary: A python module providing bindings for the cairo graphics library
|
||||
License: MPLv1.1 or LGPLv2
|
||||
License: LGPL-2.1-only OR MPL-1.1
|
||||
URL: https://cairographics.org/pycairo
|
||||
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cairo-devel gcc pkgconfig python3-devel python3-pytest
|
||||
BuildRequires: pkgconfig(cairo) gcc python3-devel python3-pytest python3-setuptools
|
||||
|
||||
%description
|
||||
Pycairo is a Python module providing bindings for the cairo graphics library.
|
||||
@ -14,10 +14,12 @@ 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}
|
||||
@ -42,6 +44,7 @@ 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/*
|
||||
|
||||
@ -51,6 +54,33 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user