]> git.pld-linux.org Git - packages/python-pygtkglext.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Aug 2003 18:48:08 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pygtkglext.spec -> 1.1

python-pygtkglext.spec [new file with mode: 0644]

diff --git a/python-pygtkglext.spec b/python-pygtkglext.spec
new file mode 100644 (file)
index 0000000..2d55f2c
--- /dev/null
@@ -0,0 +1,71 @@
+%include       /usr/lib/rpm/macros.python
+Summary:       Python bindings for GtkGLExt library
+Summary(pl):   Wi±zania Pythona do biblioteki GtkGLExt
+Name:          python-pygtkglext
+Version:       0.99.0
+Release:       1
+License:       LGPL
+Group:         Libraries/Python
+Source0:       http://dl.sourceforge.net/gtkglext/pygtkglext-%{version}.tar.bz2
+# Source0-md5: 202ab76f15ffacad8c81ad86e0df28c6
+URL:           http://gtkglext.sourceforge.net/
+BuildRequires: gtkglext-devel >= 1.0.0
+BuildRequires: pkgconfig
+BuildRequires: python-devel >= 2.2
+BuildRequires: python-pygtk-devel >= 1.99.16
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+Requires:      python-pygtk-gtk >= 1.99.16
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _noautoreqdep   libGL.so.1 libGLU.so.1
+
+%description
+PyGtkGLExt is Python language bindings for GtkGLExt, OpenGL Extension
+to GTK.
+
+%description -l pl
+PyGtkGLExt to wi±zania jêzyka Python do GtkGLExt - rozszerzenia OpenGL
+dla GTK.
+
+%package devel
+Summary:       Development files for Python bindings for GtkGLExt
+Summary(pl):   Pliki programistyczne wi±zañ Pythona do GtkGLExt
+Group:         Development/Languages/Python
+Requires:      %{name} = %{version}
+Requires:      python-pygtk-devel >= 1.99.16
+
+%description devel
+Development files for Python bindings for GtkGLExt.
+
+%description devel -l pl
+Pliki programistyczne wi±zañ Pythona do GtkGLExt.
+
+%prep
+%setup -q -n pygtkglext-%{version}
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%dir %{py_sitedir}/gtk-2.0/gtk/g[dt]kgl
+%{py_sitedir}/gtk-2.0/gtk/g[dt]kgl/*.py[co]
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/gtk/g[dt]kgl/*.so
+
+%files devel
+%defattr(644,root,root,755)
+%{_datadir}/pygtk/2.0/defs/*.defs
+%{_pkgconfigdir}/*.pc
This page took 0.037957 seconds and 4 git commands to generate.