rpms/osgcal/devel osgcal.spec,1.1,1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Jun 19 23:59:58 UTC 2006


Author: xulchris

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

Modified Files:
	osgcal.spec 
Log Message:
Add libtool hack to remove rpath


Index: osgcal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- osgcal.spec	19 Jun 2006 08:21:10 -0000	1.1
+++ osgcal.spec	19 Jun 2006 23:59:58 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           osgcal
 Version:	0.1.40
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Adapts OpenSceneGraph to use Cal3D
 Group:          Development/Libraries
 License:        LGPL
@@ -65,8 +65,13 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 %exclude %{_libdir}/*.la
+# libtool hack does not remove static libs
+%exclude %{_libdir}/*.a
 
 %changelog
+* Mon Jun 19 2006 Christopher Stone <chris.stone at gmail.com> 0.1.40-2
+- Add libtool hack to remove rpath
+
 * Wed Jun 14 2006 Christopher Stone <chris.stone at gmail.com> 0.1.40-1
 - Upstream sync
 - Update Source0 location




More information about the fedora-extras-commits mailing list