rpms/osgal/devel osgal-20060714-link.patch, NONE, 1.1 osgal.spec, 1.3, 1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Sep 3 21:08:38 UTC 2006


Author: xulchris

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

Modified Files:
	osgal.spec 
Added Files:
	osgal-20060714-link.patch 
Log Message:
Fix linking

osgal-20060714-link.patch:

--- NEW FILE osgal-20060714-link.patch ---
--- src/osgPlugin/Makefile.am.org	2006-09-03 13:54:11.000000000 -0700
+++ src/osgPlugin/Makefile.am	2006-09-03 13:54:23.000000000 -0700
@@ -8,7 +8,7 @@
 	IO_OccludeCallback.cpp
 
 libosgdb_osgAL_la_SOURCES = $(basicfiles)
-libosgdb_osgAL_la_LIBADD = @OSGAL_LIBS@
+libosgdb_osgAL_la_LIBADD = @OSGAL_LIBS@ ../osgAL/libosgal.la
 
 lib_LTLIBRARIES = libosgdb_osgAL.la
 


Index: osgal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgal/devel/osgal.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- osgal.spec	2 Sep 2006 22:04:13 -0000	1.3
+++ osgal.spec	3 Sep 2006 21:08:38 -0000	1.4
@@ -1,14 +1,15 @@
 Name:           osgal
 Version:        20060714
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Adapts OpenSceneGraph to use OpenAL++
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.vrlab.umu.se/research/osgAL
 Source0:        http://download.gna.org/underware/sources/%{name}-cvs-%{version}.tar.gz
+Patch0:         %{name}-%{version}-link.patch
 BuildRoot:      %{_tmppath}/%{name}-cvs-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  OpenSceneGraph-devel openalpp-devel freealut-devel libvorbis-devel
-BuildRequires:  libGL-devel
+BuildRequires:  libGL-devel autoconf automake libtool
 
 %description
 osgAL is a toolkit for handling spatial (3D) sound in the OpenSceneGraph
@@ -26,6 +27,8 @@
 
 %prep
 %setup -q -n %{name}-cvs-%{version}
+%patch0 -p0 -b .link~
+autoreconf --force --install
 
 # Fix rpmlint errors
 %{__chmod} -x AUTHORS COPYING NEWS README
@@ -61,6 +64,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sun Sep 03 2006 Christopher Stone <chris.stone at gmail.com> 20060714-2
+- Add patch for better linking
+
 * Sat Sep 02 2006 Christopher Stone <chris.stone at gmail.com> 20060714-1
 - Upstream sync
 - Remove old patches




More information about the scm-commits mailing list