pygtkglext/pygtkglext.spec

80 lines
2.1 KiB
RPMSpec
Raw Permalink Normal View History

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