rpms/gstreamer-python/FC-3 gstreamer-python.spec,1.4,1.5

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed May 11 04:54:33 UTC 2005


Author: thl

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

Modified Files:
	gstreamer-python.spec 
Log Message:
Move __init__.py* files from lib to _libdir on multilibarchs


Index: gstreamer-python.spec
===================================================================
RCS file: /cvs/extras/rpms/gstreamer-python/FC-3/gstreamer-python.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gstreamer-python.spec	10 Feb 2005 19:15:26 -0000	1.4
+++ gstreamer-python.spec	11 May 2005 04:54:30 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:           %{gstreamer}-python
 Version:        0.8.1
-Release:        1
+Release:        2
 Summary:        Python bindings for GStreamer.
 
 Group:          Development/Languages
@@ -51,6 +51,11 @@
 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
@@ -67,6 +72,10 @@
 %{_libdir}/pkgconfig/gst-python-0.8.pc
 
 %changelog
+* Tue May 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info>
+- 0.8.1-2: Move __init__.py* files from lib to _libdir on multilibarchs
+  Found in thias spec file, fixes x86_64
+
 * Fri Dec 24 2004 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.8.1-1: moved to Fedora Extras CVS
 




More information about the fedora-extras-commits mailing list