SPECS: python-gstreamer.spec - updated to 0.10.10 - separated deve...

qboosh qboosh at pld-linux.org
Sat Feb 9 16:04:14 CET 2008


Author: qboosh                       Date: Sat Feb  9 15:04:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.10.10
- separated devel part

---- Files affected:
SPECS:
   python-gstreamer.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/python-gstreamer.spec
diff -u SPECS/python-gstreamer.spec:1.25 SPECS/python-gstreamer.spec:1.26
--- SPECS/python-gstreamer.spec:1.25	Sun Dec 16 02:39:29 2007
+++ SPECS/python-gstreamer.spec	Sat Feb  9 16:04:09 2008
@@ -3,18 +3,18 @@
 Summary:	GStreamer Python bindings
 Summary(pl.UTF-8):	Wiązania języka Python do GStreamera
 Name:		python-gstreamer
-Version:	0.10.9
+Version:	0.10.10
 Release:	1
 License:	LGPL v2+
 Group:		Libraries/Python
 Source0:	http://gstreamer.freedesktop.org/src/gst-python/%{pname}-%{version}.tar.bz2
-# Source0-md5:	807e14e8d058445524a34e079bb83048
+# Source0-md5:	6183d61e434b5d34f232248a35571627
 URL:		http://gstreamer.freedesktop.org/modules/gst-python.html
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
 BuildRequires:	glib2-devel >= 1:2.8.0
-BuildRequires:	gstreamer-devel >= 0.10.15
-BuildRequires:	gstreamer-plugins-base-devel >= 0.10.15
+BuildRequires:	gstreamer-devel >= 0.10.16
+BuildRequires:	gstreamer-plugins-base-devel >= 0.10.16
 BuildRequires:	gtk+2-devel >= 2:2.6.0
 BuildRequires:	libtool >= 1.4
 BuildRequires:	pkgconfig >= 1:0.9.0
@@ -22,8 +22,8 @@
 BuildRequires:	python-devel >= 1:2.3
 %pyrequires_eq	python-libs
 Requires:	glib2 >= 1:2.8.0
-Requires:	gstreamer >= 0.10.15
-Requires:	gstreamer-plugins-base >= 0.10.15
+Requires:	gstreamer >= 0.10.16
+Requires:	gstreamer-plugins-base >= 0.10.16
 Requires:	python-pygobject >= 2.11.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,6 +33,18 @@
 %description -l pl.UTF-8
 Wiązania języka Python do GStreamera.
 
+%package devel
+Summary:	Development files and examples for GStreamer Python bindings
+Summary(pl.UTF-8):	Pliki programistyczne i przykłady dla wiązań Pythona do GStreamera
+Group:		Development/Languages/Python
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Development files and examples for GStreamer Python bindings.
+
+%description devel -l pl.UTF-8
+Pliki programistyczne i przykłady dla wiązań Pythona do GStreamera.
+
 %prep
 %setup -q -n %{pname}-%{version}
 
@@ -51,14 +63,14 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	examplesdir=%{_examplesdir}/%{name}-%{version}
 
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 
 %py_postclean
 
-cp -R examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/gst-*/gst/*.la
 
 %clean
@@ -69,14 +81,21 @@
 %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]
+%attr(755,root,root) %{py_sitedir}/gst-*/gst/_gst.so
+%attr(755,root,root) %{py_sitedir}/gst-*/gst/interfaces.so
+%attr(755,root,root) %{py_sitedir}/gst-*/gst/pbutils.so
+%{py_sitedir}/gst-*/gst/__init__.py[co]
 %dir %{py_sitedir}/gst-*/gst/extend
 %{py_sitedir}/gst-*/gst/extend/*.py[co]
 %{py_sitedir}/pygst.pth
 %{py_sitedir}/pygst.py[co]
-%{_datadir}/gst-python
-%{_pkgconfigdir}/gst-python-*.pc
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_datadir}/gst-python
+%dir %{_datadir}/gst-python/0.10
+%{_datadir}/gst-python/0.10/defs
+%{_pkgconfigdir}/gst-python-0.10.pc
 %{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -85,6 +104,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2008-02-09 15:04:09  qboosh
+- updated to 0.10.10
+- separated devel part
+
 Revision 1.25  2007-12-16 01:39:29  qboosh
 - updated to 0.10.9
 - License is LGPL v2+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-gstreamer.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list