SHA256
1
0
forked from pool/MyGUI

Accepting request 116642 from home:worldcitizen:branches:games

Created a gcc 4.7 patch, visibility is much more strict in gcc 4.7

OBS-URL: https://build.opensuse.org/request/show/116642
OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=10
This commit is contained in:
Cristian Morales Vega
2012-05-08 09:13:37 +00:00
committed by Git OBS Bridge
parent 9a46bafd60
commit 31247bd30a
3 changed files with 31 additions and 2 deletions

View File

@@ -24,13 +24,16 @@
Name: MyGUI
Version: %{_major}.%{_minor}
Release: 0
License: LGPL-3.0
Summary: A GUI library for Ogre Rendering Engine
Url: http://my-gui.sourceforge.net/
License: LGPL-3.0
Group: Development/Tools/GUI Builders
Url: http://my-gui.sourceforge.net/
Source: %{name}_%{version}.zip
Source1: %{name}.png
# PATCH-FIX-UPSTREAM MyGUI-lib_suffix.patch
Patch0: %{name}-lib_suffix.patch
# PATCH-FIX-UPSTREAM MyGUI-gcc47-visibility.patch
Patch1: %{name}-gcc47-visibility.patch
BuildRequires: Cg
BuildRequires: Cg-devel
BuildRequires: cmake
@@ -127,6 +130,7 @@ Development documentation for package MyGUI.
%prep
%setup -q -n %{name}_%{version}
%patch0 -p1
%patch1 -p1
dos2unix *.txt COPYING.LESSER
chmod 644 *.txt COPYING.LESSER