rpms/OpenSceneGraph/devel .cvsignore, 1.3, 1.4 OpenSceneGraph.spec, 1.11, 1.12 sources, 1.3, 1.4

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Jun 6 05:45:48 UTC 2006


Author: corsepiu

Update of /cvs/extras/rpms/OpenSceneGraph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14967

Modified Files:
	.cvsignore OpenSceneGraph.spec sources 
Log Message:
* Tue Jun 06 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.0-3
- Add SONAME hack to spec (PR 193934).
- Regenerate OpenSceneGraph-1.0.diff.
- Remove OpenSceneGraph-1.0.diff from look-aside cache. Add to CVS instead.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Dec 2005 15:07:53 -0000	1.3
+++ .cvsignore	6 Jun 2006 05:45:48 -0000	1.4
@@ -1,2 +1 @@
 OSG_OP_OT-1.0.zip
-OpenSceneGraph-1.0.diff


Index: OpenSceneGraph.spec
===================================================================
RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/OpenSceneGraph.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- OpenSceneGraph.spec	19 Feb 2006 10:03:12 -0000	1.11
+++ OpenSceneGraph.spec	6 Jun 2006 05:45:48 -0000	1.12
@@ -9,7 +9,7 @@
 
 Name:           OpenSceneGraph
 Version:        %{srcvers}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        High performance real-time graphics toolkit
 
 Group:          Applications/Multimedia
@@ -144,7 +144,18 @@
 
 rm -rf $RPM_BUILD_ROOT%{_datadir}/OpenSceneGraph/src
 
+# HACK ALERT: This should be fixed inside of the makefiles.
 # fix up shared library symlinks
+pushd ${RPM_BUILD_ROOT}%{_libdir} > /dev/null
+  for i in lib*.so; do
+    if test -f $i; then
+      rm -f $i.*
+      soname=$(objdump -p $i | grep SONAME | sed 's,[ ]*SONAME[ ]*,,')
+      mv $i $soname
+      ln -s $soname $i
+    fi
+  done
+popd > /dev/null
 /sbin/ldconfig -n ${RPM_BUILD_ROOT}%{_libdir}
 
 install -m 644 -D OpenThreads/Make/openthreads.pc ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig/openthreads.pc
@@ -366,6 +377,11 @@
 %{_includedir}/Producer
 
 %changelog
+* Tue Jun 06 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.0-3
+- Add SONAME hack to spec (PR 193934).
+- Regenerate OpenSceneGraph-1.0.diff.
+- Remove OpenSceneGraph-1.0.diff from look-aside cache. Add to CVS instead.
+
 * Sun Feb 19 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.0-2
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Dec 2005 15:07:53 -0000	1.3
+++ sources	6 Jun 2006 05:45:48 -0000	1.4
@@ -1,2 +1 @@
 dfb3eca46b32625602dabe9aa46c6b6f  OSG_OP_OT-1.0.zip
-c8dfb2766674965a367d5c3777c9738b  OpenSceneGraph-1.0.diff




More information about the fedora-extras-commits mailing list