rebuilt to fix path on x86_64 [release 2.24.0-5mamba;Tue May 30 2017]
This commit is contained in:
parent
2bf6bd0881
commit
a52153a874
12
pygtk.spec
12
pygtk.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pygtk
|
Name: pygtk
|
||||||
Version: 2.24.0
|
Version: 2.24.0
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: Python bindings for GTK+
|
Summary: Python bindings for GTK+
|
||||||
Group: Development/Bindings
|
Group: Development/Bindings
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -39,10 +39,10 @@ BuildRequires: libXrender-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: pygobject2-devel
|
BuildRequires: pygobject2-devel
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-cairo-devel
|
BuildRequires: pycairo-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-numpy
|
BuildRequires: python-numpy
|
||||||
BuildRequires: python, libpython-devel
|
BuildRequires: python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Provides: pygtk2
|
Provides: pygtk2
|
||||||
Obsoletes: pygtk2
|
Obsoletes: pygtk2
|
||||||
@ -107,7 +107,8 @@ export tagname=CC
|
|||||||
%{python_sitearch}/gtk-2.0/gtk/*.la
|
%{python_sitearch}/gtk-2.0/gtk/*.la
|
||||||
%{python_sitearch}/gtk-2.0/gtk/*.so
|
%{python_sitearch}/gtk-2.0/gtk/*.so
|
||||||
%{_datadir}/pygtk/2.0/defs/pangocairo.override
|
%{_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
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -129,6 +130,9 @@ export tagname=CC
|
|||||||
%doc examples
|
%doc examples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-4mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user