rebuilt with python 3.10 [release 1.20.1-2mamba;Sun Apr 03 2022]
This commit is contained in:
parent
7e70181895
commit
6a7d95ec71
11
pycairo.spec
11
pycairo.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pycairo
|
Name: pycairo
|
||||||
Version: 1.20.1
|
Version: 1.20.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python bindings for cairo
|
Summary: Python bindings for cairo
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,8 +14,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#Provides: py2cairo
|
|
||||||
#Obsoletes: py2cairo
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python bindings for cairo.
|
Python bindings for cairo.
|
||||||
@ -49,6 +47,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -66,6 +68,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.1-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user