SPECS: python-gstreamer.spec - updated to 0.10.1, removed obsolete...
qboosh
qboosh at pld-linux.org
Sun Jan 15 11:42:06 CET 2006
Author: qboosh Date: Sun Jan 15 10:42:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.10.1, removed obsolete sitedir patch
---- Files affected:
SPECS:
python-gstreamer.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/python-gstreamer.spec
diff -u SPECS/python-gstreamer.spec:1.11 SPECS/python-gstreamer.spec:1.12
--- SPECS/python-gstreamer.spec:1.11 Sun Sep 4 18:51:43 2005
+++ SPECS/python-gstreamer.spec Sun Jan 15 11:41:58 2006
@@ -3,26 +3,27 @@
Summary: GStreamer Python bindings
Summary(pl): Wiązania języka Python do GStreamera
Name: python-gstreamer
-Version: 0.8.2
-Release: 2
+Version: 0.10.1
+Release: 1
License: GPL
Group: Libraries/Python
-Source0: http://gstreamer.freedesktop.org/src/%{pname}/%{pname}-%{version}.tar.gz
-# Source0-md5: 35a735711f43551722b0dbcfc7895f3e
+Source0: http://gstreamer.freedesktop.org/src/gst-python/%{pname}-%{version}.tar.bz2
+# Source0-md5: 6c1588aab4cd6154bc4e74f87e6bb3aa
Patch0: %{pname}-py2pyc.patch
-Patch1: %{pname}-sitedir.patch
URL: http://gstreamer.freedesktop.org/modules/gst-python.html
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
BuildRequires: automake
-BuildRequires: gstreamer-devel >= 0.8.0
-BuildRequires: gstreamer-plugins-devel >= 0.8.0
-BuildRequires: gtk+2-devel
-BuildRequires: libxml2-progs
-BuildRequires: python-pygtk-devel >= 2.0.0
-BuildRequires: xmlto
+BuildRequires: glib2-devel >= 1:2.6.0
+BuildRequires: gstreamer-devel >= 0.10.0.2
+BuildRequires: gstreamer-plugins-base-devel >= 0.10.0.2
+BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: libtool >= 1.4
+BuildRequires: python-pygtk-devel >= 2.6.3
+BuildRequires: python-devel >= 1:2.3
%pyrequires_eq python-libs
-Requires: gstreamer >= 0.8.0
-Requires: python-pygtk-gtk >= 2.0.0
+Requires: gstreamer >= 0.10.0.2
+Requires: gstreamer-plugins-base >= 0.10.0.2
+Requires: python-pygtk-gtk >= 2.6.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -34,15 +35,14 @@
%prep
%setup -q -n %{pname}-%{version}
%patch0 -p1
-%patch1 -p1
%build
-%{__aclocal} -I common/m4/
+%{__libtoolize}
+%{__aclocal} -I common/m4
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure \
- --enable-docs
+%configure
%{__make}
@@ -56,19 +56,24 @@
%py_postclean
cp -R examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/gst-*/gst/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
-%dir %{py_sitedir}/gst
-%attr(755,root,root) %{py_sitedir}/gst/*.so
-%{py_sitedir}/gst/*py[co]
-%{_pkgconfigdir}/*.pc
-%{_datadir}/%{pname}
-%{_examplesdir}/*
+%doc AUTHORS ChangeLog NEWS RELEASE TODO
+%dir %{py_sitedir}/gst-*
+%dir %{py_sitedir}/gst-*/gst
+%attr(755,root,root) %{py_sitedir}/gst-*/gst/*.so
+%{py_sitedir}/gst-*/gst/*.py[co]
+%dir %{py_sitedir}/gst-*/gst/extend
+%{py_sitedir}/gst-*/gst/extend/*.py[co]
+%{py_sitedir}/pygst.pth
+%{_datadir}/gst-python
+%{_pkgconfigdir}/gst-python-*.pc
+%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -76,6 +81,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/01/15 10:41:58 qboosh
+- updated to 0.10.1, removed obsolete sitedir patch
+
Revision 1.11 2005/09/04 16:51:43 megabajt
- BR: autoconf, automake
@@ -113,4 +121,3 @@
Revision 1.1 2004/05/03 13:32:18 grzegol
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-gstreamer.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list