[mygui] EditorFramework isn't built

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


commit 6331d69f870b785b7092c997379f756a2d10704c
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 30 17:42:16 2014 -0600

    EditorFramework isn't built
    
    I am not sure if it is not supposed to be stand alone or
    if some config needs to be changed to build it. But if it
    isn't built by default we can live without it for now.

 mygui.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index c0eaaa8..6bc949a 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -75,7 +75,7 @@ Requires:       %{name} = %{version}-%{release}
 %description tools
 This package contains the MyGUI tools, installed in %{_libdir}/MYGUI/Tools. 
 LayoutEditor is an application for designing UIs using MyGUI library,
-FontViewer, ImageEditor, SkinEditor and EditorFramework are also provided.
+FontViewer, ImageEditor and SkinEditor are also provided.
 An helper script MyGUI-Tools is provided and installed in %{_bindir}.
 
 
@@ -93,7 +93,7 @@ done
 # Generate README for -tools and -demos
 cat > Tools/README << EOT
 This package contains the MyGUI tools: ImageEditor, FontViewer, 
-EditorFramework, SkinEditor and LayoutEditor; to run the tools, 
+SkinEditor and LayoutEditor; to run the tools, 
 launch the helper script
 %{_bindir}/MyGUI-Tools
 EOT
@@ -154,7 +154,7 @@ sed -i 's|^PluginFolder=.*$|PluginFolder=%{_libdir}/OGRE|' \
     %{buildroot}%{_libdir}/MYGUI/Tools/plugins.cfg
 sed -i 's|^Plugin=RenderSystem_Direct3D9$|#Plugin=RenderSystem_Direct3D9|' \
     %{buildroot}%{_libdir}/MYGUI/Tools/plugins.cfg
-for file in bin/LayoutEditor bin/ImageEditor bin/SkinEditor bin/EditorFramework bin/FontViewer ; do
+for file in bin/LayoutEditor bin/ImageEditor bin/SkinEditor bin/FontViewer ; do
   install -Dp -m 755 $file %{buildroot}%{_libdir}/MYGUI/Tools/`basename $file`
 done
 install -Dp -m 755 %{SOURCE2} %{buildroot}%{_bindir}/


More information about the scm-commits mailing list