forked from pool/MyGUI
Accepting request 428394 from home:mimi_vx:branches:games
- remove unneeded Cg requires OBS-URL: https://build.opensuse.org/request/show/428394 OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=14
This commit is contained in:
parent
ea322c35f8
commit
b2891dbece
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 15:03:55 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- remove unneeded Cg requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 11:47:58 UTC 2015 - devel.suse@gmail.com
|
||||
|
||||
|
19
MyGUI.spec
19
MyGUI.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package MyGUI
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,7 +21,6 @@
|
||||
%define _major 3.2
|
||||
%define _minor 2
|
||||
%define _sover 3
|
||||
|
||||
Name: MyGUI
|
||||
Version: %{_major}.%{_minor}
|
||||
Release: 0
|
||||
@ -37,22 +36,22 @@ Patch0: %{name}-lib_suffix.patch
|
||||
Patch1: %{name}-gcc47-visibility.patch
|
||||
# PATCH-FIX-OPENSUSE MyGUI-freetype2-include.patch
|
||||
Patch2: MyGUI-freetype2-include.patch
|
||||
BuildRequires: Cg
|
||||
BuildRequires: Cg-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: dejavu
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libOIS-devel
|
||||
BuildRequires: libOgreMain-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -107,11 +106,12 @@ This package contains the shared library for package MyGUI.
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: freetype2-devel
|
||||
Requires: libMyGUIEngine%{_sover} = %{version}
|
||||
Requires: libOIS-devel
|
||||
Requires: libOgreMain-devel
|
||||
Requires: libuuid-devel
|
||||
Requires: pkgconfig
|
||||
Requires: pkgconfig(freetype2)
|
||||
Requires: pkgconfig(uuid)
|
||||
|
||||
%description devel
|
||||
MyGUI, it is a GUI library for Ogre Rendering Engine. We pursue
|
||||
@ -166,7 +166,7 @@ pushd build
|
||||
-DMYGUI_FULL_RPATH=FALSE \
|
||||
..
|
||||
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
popd
|
||||
|
||||
pushd Docs
|
||||
@ -269,7 +269,6 @@ rm Docs/html/installdox || true
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n libMyGUIEngine%{_sover} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libMyGUIEngine%{_sover} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user