Accepting request 509741 from home:jengelh:branches:multimedia:libs
- Remove --with-pic which is only for static libs. - RPM group fix. - Trim redundant wording from description. OBS-URL: https://build.opensuse.org/request/show/509741 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=19
This commit is contained in:
parent
faebd91d62
commit
6cb1a6f3d4
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 12 11:11:59 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove --with-pic which is only for static libs.
|
||||||
|
- RPM group fix.
|
||||||
|
- Trim redundant wording from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 12 06:42:35 UTC 2017 - tchvatal@suse.com
|
Wed Jul 12 06:42:35 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
33
ftgl.spec
33
ftgl.spec
@ -22,7 +22,7 @@ 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+
|
||||||
Group: System/Libraries
|
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
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -47,23 +47,21 @@ BuildRequires: pkgconfig(libdrm)
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to
|
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
|
||||||
simplify rendering fonts in OpenGL applications. FTGL supports bitmaps,
|
applications. FTGL supports bitmaps, pixmaps, texture maps, outlines,
|
||||||
pixmaps, texture maps, outlines, polygon mesh, and extruded polygon rendering
|
polygon mesh, and extruded polygon rendering modes.
|
||||||
modes.
|
|
||||||
|
|
||||||
%package -n libftgl2
|
%package -n libftgl2
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libftgl2
|
%description -n libftgl2
|
||||||
FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to
|
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
|
||||||
simplify rendering fonts in OpenGL applications. FTGL supports bitmaps,
|
applications. FTGL supports bitmaps, pixmaps, texture maps, outlines,
|
||||||
pixmaps, texture maps, outlines, polygon mesh, and extruded polygon rendering
|
polygon mesh, and extruded polygon rendering modes.
|
||||||
modes.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for 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: Mesa-devel
|
||||||
Requires: freetype2-devel
|
Requires: freetype2-devel
|
||||||
@ -71,10 +69,9 @@ Requires: libftgl2 = %{version}
|
|||||||
Requires: pkgconfig(glu)
|
Requires: pkgconfig(glu)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to
|
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
|
||||||
simplify rendering fonts in OpenGL applications. FTGL supports bitmaps,
|
applications. FTGL supports bitmaps, pixmaps, texture maps, outlines,
|
||||||
pixmaps, texture maps, outlines, polygon mesh, and extruded polygon rendering
|
polygon mesh, and extruded polygon rendering modes.
|
||||||
modes.
|
|
||||||
|
|
||||||
This package provides development files.
|
This package provides development files.
|
||||||
|
|
||||||
@ -84,10 +81,9 @@ Group: Development/Tools/Other
|
|||||||
Conflicts: %{name}-devel <= 2.1.2
|
Conflicts: %{name}-devel <= 2.1.2
|
||||||
|
|
||||||
%description demo
|
%description demo
|
||||||
FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to
|
FTGL is a C++ library using Freetype2 to render fonts in OpenGL
|
||||||
simplify rendering fonts in OpenGL applications. FTGL supports bitmaps,
|
applications. FTGL supports bitmaps, pixmaps, texture maps, outlines,
|
||||||
pixmaps, texture maps, outlines, polygon mesh, and extruded polygon rendering
|
polygon mesh, and extruded polygon rendering modes.
|
||||||
modes.
|
|
||||||
|
|
||||||
This package provides demo application showing usage of the library.
|
This package provides demo application showing usage of the library.
|
||||||
|
|
||||||
@ -101,7 +97,6 @@ This package provides demo application showing usage of the library.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
%configure \
|
%configure \
|
||||||
--with-pic \
|
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags} documentationdir=%{_docdir}/%{name}
|
make %{?_smp_mflags} documentationdir=%{_docdir}/%{name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user