rpms/gstreamer-python/devel gstreamer-python.spec,1.1,1.2

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Dec 24 15:08:04 UTC 2004


Author: thomasvs

Update of /cvs/extras/rpms/gstreamer-python/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv20107

Modified Files:
	gstreamer-python.spec 
Log Message:
sync with current version and move to extras


Index: gstreamer-python.spec
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-python/devel/gstreamer-python.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gstreamer-python.spec	9 Nov 2004 02:46:12 -0000	1.1
+++ gstreamer-python.spec	24 Dec 2004 15:08:02 -0000	1.2
@@ -1,63 +1,89 @@
-# $Id$
+%define         gst_minver      0.8.7
+%define         gstp_minver     0.8.5
+%define         gstreamer       gstreamer
+
+Name:           %{gstreamer}-python
+Version:        0.8.1
+Release:        1
+Summary:        Python bindings for GStreamer.
+
+Group:          Development/Languages
+License:        LGPL
+URL:            http://gstreamer.freedesktop.org/
+Source:         http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires:	python >= 2
+Requires:	pygtk2 >= 2.4.0
+Requires:	%{gstreamer} >= %{_gst_minver}
+Requires:	%{gstreamer}-plugins >= %{_gstp_minver}
+
+BuildRequires:	python >= 2
+BuildRequires:  python-devel >= 2
+BuildRequires:  pygtk2-devel >= 2.4.0
+BuildRequires:	xmlto
+BuildRequires:	links
 
-%define gstreamer gstreamer
-
-Summary: Python bindings for GStreamer
-Name: %{gstreamer}-python
-Version: 0.7.93
-Release: 1.1.fc2.fr
-Group: Development/Languages
-License: LGPL
-URL: http://gstreamer.net/
-Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: gnome-python2, pygtk2
-Requires: %{gstreamer}, %{gstreamer}-plugins
-BuildRequires: gcc-c++, python >= 2, python-devel >= 2, pygtk2-devel >= 2.4.0
-BuildRequires: %{gstreamer}-devel, %{gstreamer}-plugins-devel, xmlto, links
 # xwindowlistener needs X11 headers
-BuildRequires: XFree86-devel
-Provides: python-gstreamer = %{version}-%{release}
+BuildRequires:  XFree86-devel
 
+BuildRequires:	%{gstreamer}-devel >= %{_gst_minver}
+BuildRequires:	%{gstreamer}-plugins-devel >= %{_gstp_minver}
 
-%description
-This module contains a wrapper that allows GStreamer applications to be
-written in Python.
+# sigh, libtool
+BuildRequires:  gcc-c++
 
+# no sense in splitting off a devel package just yet
+Provides:	%{gstreamer}-python-devel = %{version}-%{release}
 
-%prep
-%setup -n gst-python-%{version}
+%description
+This module contains a wrapper that allows GStreamer applications
+to be written in Python.
 
+%prep
+%setup -q -n gst-python-%{version}
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
-
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%makeinstall
+rm -rf $RPM_BUILD_ROOT
 
+%makeinstall
+find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 %clean
-%{__rm} -rf %{buildroot}
-
+rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root, 0755)
+%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %doc examples/gst/*.py examples/gstplay/*.py
-%{_libdir}/python?.?/site-packages/gst/
-%{_datadir}/gst-python/
-%{_libdir}/pkgconfig/*.pc
-
+%{_libdir}/python?.?/site-packages/gst
+%dir %{_datadir}/gst-python
+%{_datadir}/gst-python/examples
+%{_datadir}/gst-python/2.0/defs/*.defs
+%{_libdir}/pkgconfig/gst-python-0.8.pc
 
 %changelog
-* Wed Oct 20 2004 Matthias Saou <http://freshrpms.net> 0.7.93-1
-- Update to 0.7.93.
+* Fri Dec 24 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.1-1: moved to Fedora Extras CVS
+
+* Fri Dec 24 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.1-0.fdr.2: various cleanups
+
+* Tue Dec 07 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.1-0.fdr.1: new upstream release
 
-* Wed Jun 23 2004 Matthias Saou <http://freshrpms.net> 0.7.92-1
-- Spec file changes.
+* Mon Nov 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.8.0-0.fdr.1: new upstream release
+
+* Fri Nov 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.94-0.fdr.1: new upstream release
+
+* Tue Oct 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.93-0.fdr.1: new upstream release
 
 * Mon Jun 21 2004 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.7.92-0.fdr.1: new upstream release
@@ -67,4 +93,3 @@
 
 * Tue Sep 02 2003 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.1.0-0.fdr.1: first fedora release
-




More information about the fedora-extras-commits mailing list