rebuilt to fix path on x86_64 [release 2.24.0-5mamba;Tue May 30 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 10:38:37 +01:00
parent 2bf6bd0881
commit a52153a874

View File

@ -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 <silvan.calarco@mambasoft.it> 2.24.0-5mamba
- rebuilt to fix path on x86_64
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-4mamba
- python 2.7 mass rebuild