Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > ae5635a4991df897f16365037940e58f > files > 2

gstreamer-python-0.1.0-2mdk.src.rpm

%define _pygtk	1.99.14

Name:		gstreamer-python
Version:	0.1.0
Release:	2mdk
Summary:	Python bindings for GStreamer.
Group:		Development/Python
License: 	LGPL
URL:            http://gstreamer.net/
Source: 	http://gstreamer.net/releases/gst-python/gst-python-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
Requires: 	python
Requires: 	pygtk2.0 >= %_pygtk
Requires: 	gstreamer >= 0.6.2
BuildRequires:	libgstreamer-devel
BuildRequires:	pygtk2.0-devel >= %_pygtk
BuildRequires:	libpython-devel
#gw for the docs
BuildRequires:	xmlto
BuildRequires:  libxml2-utils

%description
This module contains a wrapper that allows GStreamer applications
to be written in Python.

%prep
%setup -q -n gst-python-%{version}

%build
%configure2_5x
export XML_CATALOG_FILES=/etc/xml/catalog
%make 

%install

rm -rf $RPM_BUILD_ROOT
%makeinstall_std

find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README NEWS examples/gstreamer
%dir %{_libdir}/python?.?/site-packages/gstreamer
%{_libdir}/python?.?/site-packages/gstreamer/__init__.*
%{_libdir}/python?.?/site-packages/_gstreamermodule.so
%_libdir/pkgconfig/gst-python-0.6.pc

%changelog
* Mon Sep 15 2003 Götz Waschk <waschk@linux-mandrake.com> 0.1.0-2mdk
- fix buildrequires

* Thu Aug 28 2003 Götz Waschk <waschk@linux-mandrake.com> 0.1.0-1mdk
- initial mdk package

* Wed Jun 11 2003 Thomas Vander Stichele <thomas at apestaart dot org>
- Update

* Sat Mar 23 2002 David I. Lehn <dlehn@vt.edu>
- new gst-python package based on pygtk and gconf binding packages