[gazebo/f20] Add gazebo library path to pkgconfig

rmattes rmattes at fedoraproject.org
Fri Sep 12 19:05:48 UTC 2014


commit 973ccec2d2d26e2aa8357844e1811313fc85e6ff
Author: Rich Mattes <richmattes at gmail.com>
Date:   Fri Sep 12 15:05:41 2014 -0400

    Add gazebo library path to pkgconfig

 gazebo-3.0.0-rpath.patch |    2 +-
 gazebo.spec              |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gazebo-3.0.0-rpath.patch b/gazebo-3.0.0-rpath.patch
index 7ef9f2d..96f68aa 100644
--- a/gazebo-3.0.0-rpath.patch
+++ b/gazebo-3.0.0-rpath.patch
@@ -16,7 +16,7 @@ diff -up ./cmake/pkgconfig/gazebo.in.rpath ./cmake/pkgconfig/gazebo.in
  Version: @GAZEBO_VERSION_FULL@
  Requires:
 -Libs: -Wl,-rpath,${prefix}/@CMAKE_INSTALL_LIBDIR@/gazebo- at GAZEBO_VERSION@/plugins -L${libdir} -L${prefix}/@CMAKE_INSTALL_LIBDIR@/gazebo- at GAZEBO_VERSION@/plugins -L at SDF_LIBRARY_DIRS@ -lgazebo_transport -lgazebo_physics -lgazebo_sensors -lgazebo_rendering -lgazebo_gui -l at SDF_LIBRARIES@ -lgazebo_msgs -lgazebo_math -lgazebo_common -lgazebo
-+Libs: -L${libdir} -lgazebo_transport -lgazebo_physics -lgazebo_sensors -lgazebo_rendering -lgazebo_gui -l at SDF_LIBRARIES@ -lgazebo_msgs -lgazebo_math -lgazebo_common -lgazebo
++Libs: -L${libdir} -L${libdir}/gazebo- at GAZEBO_VERSION@/plugins -lgazebo_transport -lgazebo_physics -lgazebo_sensors -lgazebo_rendering -lgazebo_gui -l at SDF_LIBRARIES@ -lgazebo_msgs -lgazebo_math -lgazebo_common -lgazebo
  CFlags: -I${includedir}/gazebo- at GAZEBO_VERSION@ -I at SDF_INCLUDE_DIRS@
 diff -up ./cmake/pkgconfig/gazebo_ode.in.rpath ./cmake/pkgconfig/gazebo_ode.in
 --- ./cmake/pkgconfig/gazebo_ode.in.rpath	2014-04-12 07:21:02.000000000 -0400
diff --git a/gazebo.spec b/gazebo.spec
index 21fa2be..0365395 100644
--- a/gazebo.spec
+++ b/gazebo.spec
@@ -2,7 +2,7 @@
 
 Name:           gazebo
 Version:        3.0.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        3D multi-robot simulator with dynamics
 
 License:        ASL 2.0 and BSD
@@ -326,6 +326,9 @@ fi
 %{_libdir}/cmake
 
 %changelog
+* Fri Sep 12 2014 Rich Mattes <richmattes at gmail.com> - 3.0.0-6
+- Add gazebo library path to pkgconfig
+
 * Wed Jul 23 2014 Rich Mattes <richmattes at gmail.com> - 3.0.0-5
 - Add arch specific requirements
 


More information about the scm-commits mailing list