%define majver %(echo %version | cut -d. -f1-2) Name: python-gst Version: 1.4.0 Release: 1mamba Summary: Python bindings for GStreamer Group: Development/Languages Vendor: openmamba Distribution: openmamba Packager: Automatic Build System URL: http://gstreamer.freedesktop.org/ Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz Patch: gst-python-0.10.13-configure-python26.patch License: LGPL BuildRequires: gcc-c++ BuildRequires: xmlto #BuildRequires: links2 BuildRequires: gst-plugins-base BuildRequires: libpython-devel BuildRequires: pygobject-devel BuildRequires: pygtk-devel ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libgst-plugins-base-devel BuildRequires: libgstreamer-devel BuildRequires: libpython-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END Provides: gst-python Obsoletes: gst-python Provides: python-gst-devel Obsoletes: python-gst-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package contains static libraries need for development. %prep %setup -q -n gst-python-%{version} #%patch -p1 %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %dir %{python_sitearch}/gi/overrides/ %{python_sitearch}/gi/overrides/* %{_libdir}/gstreamer-1.0/libgstpythonplugin.la %{_libdir}/gstreamer-1.0/libgstpythonplugin.so %doc AUTHORS COPYING #%files devel #%defattr(-,root,root) #%doc ChangeLog NEWS README TODO %changelog * Tue Nov 04 2014 Automatic Build System 1.4.0-1mamba - automatic update by autodist * Sun Oct 12 2014 Silvan Calarco 1.3.90-1mamba - update to 1.3.90 * Sat May 24 2014 Automatic Build System 1.2.1-1mamba - automatic update by autodist * Tue Nov 19 2013 Automatic Build System 1.1.90-1mamba - automatic update by autodist * Fri May 17 2013 Silvan Calarco 0.10.22-2mamba - python 2.7 mass rebuild * Tue Aug 07 2012 Automatic Build System 0.10.22-1mamba - automatic version update by autodist * Fri Oct 28 2011 Silvan Calarco 0.10.21-2mamba - move pkgconfig file to -devel package * Fri Jun 17 2011 Automatic Build System 0.10.21-1mamba - automatic update by autodist * Fri Jul 16 2010 Automatic Build System 0.10.19-1mamba - automatic update by autodist * Sun Jun 06 2010 Automatic Build System 0.10.18-1mamba - automatic update by autodist * Tue Jan 12 2010 Automatic Build System 0.10.17-1mamba - automatic update by autodist * Sun Aug 09 2009 Automatic Build System 0.10.16-1mamba - automatic update by autodist * Mon Jun 01 2009 Automatic Build System 0.10.15-1mamba - automatic update by autodist * Tue Mar 03 2009 Silvan Calarco 0.10.14-1mamba - automatic update by autodist * Sat Dec 06 2008 Silvan Calarco 0.10.13-2mamba - rename to python-gst - use python_sitearch marco in files sections * Tue Nov 18 2008 gil 0.10.13-1mamba - update to 0.10.13 - added support for python 2.6 * Tue Jul 08 2008 gil 0.10.12-1mamba - update to 0.10.12 - new buildrequires: pygtk-devel , pygobject-devel - added package devel * Mon May 12 2008 gil 0.10.11-1mamba - package created by autospec