rebuilt without libpangox [release 1.1.0-4mamba;Wed May 27 2020]
This commit is contained in:
parent
130d22268b
commit
e4da254d0f
@ -1,6 +1,6 @@
|
|||||||
Name: pygtkglext
|
Name: pygtkglext
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Python bindings for GtkGLExt - OpenGL Extension to GTK+
|
Summary: Python bindings for GtkGLExt - OpenGL Extension to GTK+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,22 +11,24 @@ Source: http://downloads.sourceforge.net/sourceforge/gtkglext/pygtkglext-
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libGL-devel
|
||||||
|
BuildRequires: libGLU-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libXmu-devel
|
||||||
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libgtkglext-devel
|
BuildRequires: libgtkglext-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXmu-devel
|
|
||||||
BuildRequires: libXt-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -61,14 +63,21 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/gtk-2.0/gtk/*
|
%{python_sitearch}/gtk-2.0/gtk/*
|
||||||
|
%ifarch x86_64
|
||||||
|
%{python_sitelib}/gtk-2.0/gtk/*
|
||||||
|
%endif
|
||||||
%{_datadir}/pygtk/2.0/defs/*.defs
|
%{_datadir}/pygtk/2.0/defs/*.defs
|
||||||
|
%doc AUTHORS COPYING COPYING.LIB
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/pygtkglext-1.0.pc
|
||||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog ChangeLog.pre-1-0 README README.win32
|
%doc ChangeLog ChangeLog.pre-1-0 README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-4mamba
|
||||||
|
- rebuilt without libpangox
|
||||||
|
|
||||||
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-3mamba
|
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-3mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user