Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 2fe227a6cd0c575c0ea90847475e18dc > files > 2

python-gtkglext-1.1.0-4mdv2008.0.src.rpm

%define	libname		pygtkglext
%define	name		python-gtkglext
%define	version		1.1.0
%define	release		%mkrel 4

Summary:	Python bindings for GtkGLExt
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	BSD
Group:		System/Libraries
URL:		http://www.k-3d.org/gtkglext/Main_Page
Source:		http://prdownloads.sourceforge.net/sourceforge/gtkglext/%{libname}-%{version}.tar.bz2
BuildRoot:	%_tmppath/%{name}-%{version}
Requires:	gtkglext, python-opengl
BuildRequires:	gtkglext-devel
BuildRequires:  pygtk2.0-devel
%py_requires
 
%description
Python bindings for GtkGTLExt

%prep
%setup -q -n %{libname}-%{version}
aclocal
autoconf
automake

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%if %_lib != lib
mv %buildroot%py_puresitedir/gtk-2.0/gtk/gdkgl/* %buildroot%py_platsitedir/gtk-2.0/gtk/gdkgl/
mv %buildroot%py_puresitedir/gtk-2.0/gtk/gtkgl/* %buildroot%py_platsitedir/gtk-2.0/gtk/gtkgl/
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING COPYING.LIB INSTALL README README.win32 examples/
%python_sitearch/gtk-2.0/gtk/gtkgl
%python_sitearch/gtk-2.0/gtk/gdkgl
%{_datadir}/pygtk/2.0/defs/*
%_libdir/pkgconfig/*.pc


%changelog
* Mon Aug 27 2007 Funda Wang <fundawang@mandriva.org> 1.1.0-4mdv2008.0
+ Revision: 71845
- Rebuild to fix dir inclusion


* Thu Dec 07 2006 Götz Waschk <waschk@mandriva.org> 1.1.0-3mdv2007.0
+ Revision: 91904
- move more files on x86_64
- fix file list on x86_64
- rebuild
- Import python-gtkglext

* Wed Dec 06 2006 Götz Waschk <waschk@mandriva.org> 1.1.0-1mdv2007.1
- fix build and installation
- new version

* Sat Oct 01 2005 Nicolas Lécureuil <neoclust@mandriva.org> 1.0.1-3mdk
- buildrequires fix

* Sat May 14 2005 Michael Scherer <misc@mandriva.org> 1.0.1-2mdk
- from Tigrux <tigrux@ximian.com> 
  - Do not require python = 2.5
  - Patch to enable compilation with dsextras of pygtk 2.6.2

* Mon Dec 06 2004 Tigrux <tigrux@ximian.com> 1.0.1-1mdk
- First rpm for Mandrake