pygtkglext/pygtkglext.spec

89 lines
2.3 KiB
RPMSpec
Raw Normal View History

Name: pygtkglext
Version: 1.1.0
Release: 4mamba
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: 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: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libgtkglext-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel
BuildRequires: libpython-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/*
%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)
%{_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
* 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