From 120852c5d88fe935637b77f8db6501d2ec56cf9b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:37:19 +0100 Subject: [PATCH] automatic version update by autodist [release 1.21.0-1mamba;Tue May 03 2022] --- pycairo.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pycairo.spec b/pycairo.spec index 32a7325..8e829e0 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -1,6 +1,6 @@ Name: pycairo -Version: 1.20.1 -Release: 2mamba +Version: 1.21.0 +Release: 1mamba Summary: Python bindings for cairo Group: System/Libraries/Python Vendor: openmamba @@ -48,7 +48,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %ifarch x86_64 aarch64 -mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig +[ -e %{buildroot}%{_prefix}/lib/pkgconfig ] && mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig %endif %clean @@ -68,6 +68,9 @@ mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir}/pkgconfig %doc NEWS %changelog +* Tue May 03 2022 Automatic Build System 1.21.0-1mamba +- automatic version update by autodist + * Sun Apr 03 2022 Silvan Calarco 1.20.1-2mamba - rebuilt with python 3.10