Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > bdaa67d9f79c5be14b3adefba81b1a0d > files > 2

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

%define _pygtk	2.4.0

Name:		gstreamer-python
Version: 0.8.1
Release: 2mdk
Summary:	Python bindings for GStreamer.
Group:		Development/Python
License: 	LGPL
URL:            http://gstreamer.net/
Source: 	http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
Requires: 	python
Requires: 	pygtk2.0 >= %_pygtk
BuildRequires:	libgstreamer-plugins-devel >= 0.8.0
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/gst*
%dir %{_libdir}/python?.?/site-packages/gst/
%{_libdir}/python?.?/site-packages/gst/__init__.*
%{_libdir}/python?.?/site-packages/gst/_gst.so
%{_libdir}/python?.?/site-packages/gst/interfaces.so
%{_libdir}/python?.?/site-packages/gst/play.so
%_datadir/gst-python/
%_libdir/pkgconfig/gst-python-0.8.pc

%changelog
* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 0.8.1-2mdk
- Rebuild for new python

* Mon Nov 29 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.8.1-1mdk
- New release 0.8.1

* Mon Nov 15 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.8.0-1mdk
- New release 0.8.0

* Mon Nov 15 2004 Goetz Waschk <waschk@linux-mandrake.com> 0.7.94-1mdk
- New release 0.7.94

* Tue Nov  9 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.93-1mdk
- requires new pygtk
- New release 0.7.93

* Wed Jun 23 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.92-1mdk
- reenable libtoolize
- fix source URL
- New release 0.7.92

* Wed Apr  7 2004 Götz Waschk <waschk@linux-mandrake.com> 0.7.91-1mdk
- fix file list
- don't run libtoolize
- new version

* 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