rpms/gstreamer-python/devel gstreamer-python.spec,1.6,1.7

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed May 11 05:08:19 UTC 2005


Author: thl

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

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/devel/gstreamer-python.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gstreamer-python.spec	1 Apr 2005 14:11:56 -0000	1.6
+++ gstreamer-python.spec	11 May 2005 05:08:17 -0000	1.7
@@ -4,7 +4,7 @@
 
 Name:           %{gstreamer}-python
 Version:        0.8.1
-Release:        3
+Release:        5
 Summary:        Python bindings for GStreamer.
 
 Group:          Development/Languages
@@ -53,6 +53,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
@@ -71,6 +76,10 @@
 %{_libdir}/pkgconfig/gst-python-0.8.pc
 
 %changelog
+* Tue May 10 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.8.1-5
+- Move __init__.py* files from lib to _libdir on multilibarchs
+  Found in thias spec file, fixes x86_64
+
 * Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.8.1-3
 - include missing directories
 




More information about the fedora-extras-commits mailing list