[mygui] The supplied tools changed

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


commit 9cb22f6a1310c02ad312d6ae7449042f52ebd8b5
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 30 17:29:09 2014 -0600

    The supplied tools changed
    
    ImageSetViewer was dropped. EditorFramework, ImageEditor and
    SkinEditor were added.

 mygui.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index 5a35c81..c0eaaa8 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -75,8 +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,
-ImageSetViewer and FontViewer are simple tools to preview graphical
-resources in the media repository. 
+FontViewer, ImageEditor, SkinEditor and EditorFramework are also provided.
 An helper script MyGUI-Tools is provided and installed in %{_bindir}.
 
 
@@ -93,8 +92,9 @@ for file in Tools/LayoutEditor/Readme.txt ; do
 done
 # Generate README for -tools and -demos
 cat > Tools/README << EOT
-This package contains the MyGUI tools: ImageSetViewer, FontViewer 
-and LayoutEditor; to run the tools, launch the helper script
+This package contains the MyGUI tools: ImageEditor, FontViewer, 
+EditorFramework, SkinEditor and LayoutEditor; to run the tools, 
+launch the helper script
 %{_bindir}/MyGUI-Tools
 EOT
 cat > Demos/README << 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/ImageSetViewer bin/FontViewer ; do
+for file in bin/LayoutEditor bin/ImageEditor bin/SkinEditor bin/EditorFramework bin/FontViewer ; do
   install -Dp -m 755 $file %{buildroot}%{_libdir}/MYGUI/Tools/`basename $file`
 done
 install -Dp -m 755 %{SOURCE2} %{buildroot}%{_bindir}/
@@ -243,6 +243,7 @@ rm -rf %{buildroot}
 - Adjust patches for changes to cmake files
 - Fix unowned directory
 - Remove obsolete ldconfig file
+- The supplied tools changed
 
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list