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
|
||||
Version: 1.1.0
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: Python bindings for GtkGLExt - OpenGL Extension to GTK+
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,22 +11,24 @@ Source: http://downloads.sourceforge.net/sourceforge/gtkglext/pygtkglext-
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
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: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtkglext-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libXt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -61,14 +63,21 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/gtk-2.0/gtk/*
|
||||
%ifarch x86_64
|
||||
%{python_sitelib}/gtk-2.0/gtk/*
|
||||
%endif
|
||||
%{_datadir}/pygtk/2.0/defs/*.defs
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_exec_prefix}/lib/pkgconfig/*.pc
|
||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog ChangeLog.pre-1-0 README README.win32
|
||||
%{_libdir}/pkgconfig/pygtkglext-1.0.pc
|
||||
%doc ChangeLog ChangeLog.pre-1-0 README
|
||||
|
||||
%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
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user