diff --git a/mygui.spec b/mygui.spec index 54ec2d2..db521b3 100644 --- a/mygui.spec +++ b/mygui.spec @@ -1,6 +1,6 @@ Name: mygui Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast, simple and flexible GUI library for Ogre Group: Development/Libraries # UnitTests include agg-2.4, which is under a BSD variant (not built or installed here) @@ -117,7 +117,8 @@ EOT # Plugins are windows only atm %cmake . \ -DMYGUI_INSTALL_PDB:INTERNAL=FALSE -DCMAKE_BUILD_TYPE:STRING=Release \ - -DMYGUI_BUILD_PLUGINS:BOOL=OFF -DCMAKE_CXX_FLAGS_RELEASE= + -DMYGUI_BUILD_PLUGINS:BOOL=OFF -DCMAKE_CXX_FLAGS_RELEASE= \ + -DCMAKE_SKIP_RPATH:BOOL=ON make %{?_smp_mflags} # Generate doxygen documentation pushd Docs @@ -251,6 +252,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 08 2011 Bruno Wolff III - 3.0.1-2 +- Try to fix rpath issue + * Fri Jan 07 2011 Bruno Wolff III - 3.0.1-1 - Update to 3.0.1 release - Rebuild for ogre update