From a52153a874fff1ba44be25a62135d285aee0d00e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:38:37 +0100 Subject: [PATCH] rebuilt to fix path on x86_64 [release 2.24.0-5mamba;Tue May 30 2017] --- pygtk.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pygtk.spec b/pygtk.spec index b53a6f1..bbe9ad5 100644 --- a/pygtk.spec +++ b/pygtk.spec @@ -2,7 +2,7 @@ Name: pygtk Version: 2.24.0 -Release: 4mamba +Release: 5mamba Summary: Python bindings for GTK+ Group: Development/Bindings Vendor: openmamba @@ -39,10 +39,10 @@ BuildRequires: libXrender-devel BuildRequires: libz-devel BuildRequires: pygobject2-devel BuildRequires: python -BuildRequires: python-cairo-devel +BuildRequires: pycairo-devel ## AUTOBUILDREQ-END BuildRequires: python-numpy -BuildRequires: python, libpython-devel +BuildRequires: python BuildRoot: %{_tmppath}/%{name}-%{version}-root Provides: pygtk2 Obsoletes: pygtk2 @@ -107,7 +107,8 @@ export tagname=CC %{python_sitearch}/gtk-2.0/gtk/*.la %{python_sitearch}/gtk-2.0/gtk/*.so %{_datadir}/pygtk/2.0/defs/pangocairo.override -%doc AUTHORS COPYING ChangeLog MAPPING NEWS README TODO +%doc AUTHORS COPYING +#ChangeLog MAPPING NEWS README TODO %files devel %defattr(-,root,root) @@ -129,6 +130,9 @@ export tagname=CC %doc examples %changelog +* Tue May 30 2017 Silvan Calarco 2.24.0-5mamba +- rebuilt to fix path on x86_64 + * Sat May 18 2013 Silvan Calarco 2.24.0-4mamba - python 2.7 mass rebuild