[mygui] Put libMyGUI.OgrePlatform.so in the normal library location

Bruno Wolff III bruno at fedoraproject.org
Wed Dec 31 03:39:55 UTC 2014


commit 4af1721faf287c38ce6b1d1b52521b693a2985be
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 30 21:20:07 2014 -0600

    Put libMyGUI.OgrePlatform.so in the normal library location

 mygui.spec |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index f88d6b3..4007839 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -166,12 +166,8 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE4}
 mkdir -p %{buildroot}%{_datadir}/MyGUI/
 cp -a Media %{buildroot}%{_datadir}/MyGUI/
 
-# Install libMyGUI.OgrePlatform.so
+# The subpackages put stuff in this directory
 mkdir -p %{buildroot}%{_libdir}/MYGUI
-install -Dp -m 755 %{_lib}/libMyGUI.OgrePlatform.so %{buildroot}%{_libdir}/MYGUI/
-
-# Move plugins to %{libdir}/MYGUI (no plugins atm)
-#mv %{buildroot}%{_libdir}/libPlugin*.so %{buildroot}%{_libdir}/MYGUI
 
 # Strip away code in media dir
 #rm -rf %{buildroot}%{_datadir}/MyGUI/Media/Tools/LayoutEditor/CodeTemplates/


More information about the scm-commits mailing list