rpms/gstreamer-python/FC-4 .cvsignore, 1.3, 1.4 gstreamer-python.spec, 1.8, 1.9 sources, 1.3, 1.4

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Sat Jan 14 13:59:43 UTC 2006


Author: thomasvs

Update of /cvs/extras/rpms/gstreamer-python/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18832

Modified Files:
	.cvsignore gstreamer-python.spec sources 
Log Message:
updating to new version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-python/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Feb 2005 18:47:33 -0000	1.3
+++ .cvsignore	14 Jan 2006 13:59:42 -0000	1.4
@@ -1 +1 @@
-gst-python-0.8.1.tar.bz2
+gst-python-0.8.3.tar.bz2


Index: gstreamer-python.spec
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-python/FC-4/gstreamer-python.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gstreamer-python.spec	19 May 2005 15:46:32 -0000	1.8
+++ gstreamer-python.spec	14 Jan 2006 13:59:42 -0000	1.9
@@ -3,8 +3,8 @@
 %define         gstreamer       gstreamer
 
 Name:           %{gstreamer}-python
-Version:        0.8.1
-Release:        6
+Version:        0.8.3
+Release:        1
 Summary:        Python bindings for GStreamer.
 
 Group:          Development/Languages
@@ -15,8 +15,8 @@
 
 Requires:       python >= 2
 Requires:       pygtk2 >= 2.4.0
-Requires:       %{gstreamer} >= %{_gst_minver}
-Requires:       %{gstreamer}-plugins >= %{_gstp_minver}
+Requires:       %{gstreamer} >= %{gst_minver}
+Requires:       %{gstreamer}-plugins >= %{gstp_minver}
 
 BuildRequires:  python >= 2
 BuildRequires:  python-devel >= 2
@@ -25,8 +25,8 @@
 # xwindowlistener needs X11 headers
 BuildRequires:  XFree86-devel
 
-BuildRequires:  %{gstreamer}-devel >= %{_gst_minver}
-BuildRequires:  %{gstreamer}-plugins-devel >= %{_gstp_minver}
+BuildRequires:  %{gstreamer}-devel >= %{gst_minver}
+BuildRequires:  %{gstreamer}-plugins-devel >= %{gstp_minver}
 
 # sigh, libtool
 BuildRequires:  gcc-c++
@@ -53,11 +53,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %makeinstall
-# The __init__.py* files go into lib instead of lib64, so fix that
-if [ "%{_lib}" != "lib" ]; then
-    %{__mv} %{buildroot}%{_prefix}/lib/python?.?/site-packages/gst/__init__.* \
-            %{buildroot}%{_libdir}/python?.?/site-packages/gst/
-fi
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 %clean
@@ -76,6 +71,11 @@
 %{_libdir}/pkgconfig/gst-python-0.8.pc
 
 %changelog
+* Sat Jan 14 2006 Thomas Vander Stichele <thomas at apestaart dot org> - 0.8.3-1
+- fix requires and buildrequires which were using an underscore
+- update to 0.8.3 version
+- remove the lib64 hack, should be fixed upstream now
+
 * Thu May 19 2005 Thomas Vander Stichele <thomas at apestaart dot org> - 0.8.1-6
 - disable docs build - they're already in the tarball
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-python/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Feb 2005 18:47:33 -0000	1.3
+++ sources	14 Jan 2006 13:59:42 -0000	1.4
@@ -1 +1 @@
-4a7e23b885c6ec8a7d300714f2106ba2  gst-python-0.8.1.tar.bz2
+f33f6b95d3911e7ad355199abea8d0ff  gst-python-0.8.3.tar.bz2




More information about the fedora-extras-commits mailing list