forked from pool/MyGUI
Accepting request 286512 from home:openSUSE_user1
Update to current upstream version 3.2.2. OBS-URL: https://build.opensuse.org/request/show/286512 OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
5e3d198d9f
commit
5f044fccc4
30
MyGUI.spec
30
MyGUI.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package MyGUI
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define capname MYGUI
|
||||
%define _major 3.2
|
||||
%define _minor 0
|
||||
%define _minor 2
|
||||
%define _sover 3
|
||||
|
||||
Name: MyGUI
|
||||
@@ -28,8 +28,8 @@ Release: 0
|
||||
Summary: A GUI library for Ogre Rendering Engine
|
||||
License: LGPL-3.0
|
||||
Group: Development/Tools/GUI Builders
|
||||
Url: http://my-gui.sourceforge.net/
|
||||
Source: %{name}_%{version}.zip
|
||||
Url: http://mygui.info/
|
||||
Source: https://github.com/MyGUI/mygui/archive/MyGUI%{version}.tar.gz
|
||||
Source1: %{name}.png
|
||||
# PATCH-FIX-UPSTREAM MyGUI-lib_suffix.patch
|
||||
Patch0: %{name}-lib_suffix.patch
|
||||
@@ -131,13 +131,13 @@ next targets: GUI have to be fast, flexible and simple in using.
|
||||
Development documentation for package MyGUI.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}_%{version}
|
||||
%setup -q -n mygui-%{name}%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
dos2unix *.txt COPYING.LESSER
|
||||
chmod 644 *.txt COPYING.LESSER
|
||||
dos2unix *.txt COPYING.MIT
|
||||
chmod 644 *.txt COPYING.MIT
|
||||
|
||||
%build
|
||||
install -dm 755 build
|
||||
@@ -274,10 +274,10 @@ rm Docs/html/installdox || true
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc *.txt COPYING.LESSER
|
||||
%doc *.txt COPYING.MIT
|
||||
%{_bindir}/%{name}.sh
|
||||
%{_bindir}/FontViewer
|
||||
%{_bindir}/ImageSetViewer
|
||||
%{_bindir}/FontEditor
|
||||
%{_bindir}/ImageEditor
|
||||
%{_bindir}/LayoutEditor
|
||||
%{_bindir}/SkinEditor
|
||||
%dir %{_datadir}/%{capname}
|
||||
@@ -289,13 +289,12 @@ rm Docs/html/installdox || true
|
||||
%dir %{_datadir}/%{capname}/Media/Tools
|
||||
%dir %{_datadir}/%{capname}/Media/Tools/LayoutEditor
|
||||
%dir %{_datadir}/%{capname}/Media/Tools/LayoutEditor/CodeTemplates
|
||||
%{_datadir}/%{capname}/Media/Tools/FontViewer
|
||||
%{_datadir}/%{capname}/Media/Tools/ImageSetViewer
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/A*
|
||||
%{_datadir}/%{capname}/Media/Tools/FontEditor
|
||||
%{_datadir}/%{capname}/Media/Tools/ImageEditor
|
||||
%{_datadir}/%{capname}/Media/Tools/EditorFramework
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/B*
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/CodeGeneratorWindow.layout
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/CodeTemplates/BaseLayoutCPP.xml
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/Colour*
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/E*
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/I*
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/M*
|
||||
@@ -316,7 +315,8 @@ rm Docs/html/installdox || true
|
||||
%{_libdir}/libMyGUIEngine.so
|
||||
%{_libdir}/libMyGUI.OgrePlatform.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/libPlugin_StrangeButton.so
|
||||
%{_libdir}/Plugin_StrangeButton.so
|
||||
%{_libdir}/libEditorFramework.so
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/CodeTemplates/BaseLayoutTemplate.cpp
|
||||
%{_datadir}/%{capname}/Media/Tools/LayoutEditor/CodeTemplates/BaseLayoutTemplate.h
|
||||
|
||||
|
Reference in New Issue
Block a user