Accepting request 591070 from home:elvigia:branches:multimedia:libs
- Remove Requires on Mesa-devel, automated pkgconfig() Requires are enough in this case. OBS-URL: https://build.opensuse.org/request/show/591070 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=23
This commit is contained in:
parent
b1baaab9ef
commit
87246e3a68
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 26 12:52:27 UTC 2018 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Remove Requires on Mesa-devel, automated pkgconfig()
|
||||||
|
Requires are enough in this case.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 7 12:43:48 UTC 2017 - kkaempf@suse.com
|
Thu Dec 7 12:43:48 UTC 2017 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ftgl
|
# spec file for package ftgl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@ Name: ftgl
|
|||||||
Version: 2.1.3~rc5
|
Version: 2.1.3~rc5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://ftgl.wiki.sourceforge.net/
|
Url: http://ftgl.wiki.sourceforge.net/
|
||||||
Source0: http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{name}-2.1.3-rc5.tar.bz2
|
Source0: http://sourceforge.net/projects/ftgl/files/FTGL%%20Source/2.1.3%%7Erc5/%{name}-2.1.3-rc5.tar.bz2
|
||||||
@ -41,6 +41,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: texlive-epstopdf
|
BuildRequires: texlive-epstopdf
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glu)
|
BuildRequires: pkgconfig(glu)
|
||||||
BuildRequires: pkgconfig(ice)
|
BuildRequires: pkgconfig(ice)
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
@ -63,10 +64,7 @@ polygon mesh, and extruded polygon rendering modes.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the FTGL OpenGL font managing library
|
Summary: Development files for the FTGL OpenGL font managing library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: Mesa-devel
|
|
||||||
Requires: freetype2-devel
|
|
||||||
Requires: libftgl2 = %{version}
|
Requires: libftgl2 = %{version}
|
||||||
Requires: pkgconfig(glu)
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
|
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user