python 2.7 mass rebuild [release 1.1.0-3mamba;Sat May 18 2013]

This commit is contained in:
Silvan Calarco 2024-01-06 10:38:43 +01:00
parent 7b0f1bbd34
commit 130d22268b
2 changed files with 81 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# pygtkglext
Python bindings for GtkGLExt - OpenGL Extension to GTK+.

79
pygtkglext.spec Normal file
View File

@ -0,0 +1,79 @@
Name: pygtkglext
Version: 1.1.0
Release: 3mamba
Summary: Python bindings for GtkGLExt - OpenGL Extension to GTK+
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.k-3d.org/gtkglext/Main_Page
Source: http://downloads.sourceforge.net/sourceforge/gtkglext/pygtkglext-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libGL-devel
BuildRequires: libglib-devel
BuildRequires: libGLU-devel
BuildRequires: libgtk-devel
BuildRequires: libgtkglext-devel
BuildRequires: libICE-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
%description
Python bindings for GtkGLExt - OpenGL Extension to GTK+.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Python bindings for GtkGLExt - OpenGL Extension to GTK+.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{python_sitearch}/gtk-2.0/gtk/*
%{_datadir}/pygtk/2.0/defs/*.defs
%files devel
%defattr(-,root,root)
%{_exec_prefix}/lib/pkgconfig/*.pc
%doc AUTHORS COPYING COPYING.LIB ChangeLog ChangeLog.pre-1-0 README README.win32
%changelog
* Sat May 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-3mamba
- python 2.7 mass rebuild
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- specfile updated
* Mon Feb 05 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1qilnx
- package created by autospec