diff --git a/MyGUI.changes b/MyGUI.changes index 219a00a..6033562 100644 --- a/MyGUI.changes +++ b/MyGUI.changes @@ -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 diff --git a/MyGUI.spec b/MyGUI.spec index 51f5cc8..70c113d 100644 --- a/MyGUI.spec +++ b/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