- Add explicit glu dependency
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=10
This commit is contained in:
parent
7ba9b856a9
commit
2535692fb7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 18 13:32:21 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Add explicit glu dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 05:39:08 UTC 2011 - coolo@suse.com
|
Sat Oct 1 05:39:08 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
30
ftgl.spec
30
ftgl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ftgl
|
# spec file for package ftgl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products 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
|
||||||
@ -15,20 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: ftgl
|
Name: ftgl
|
||||||
BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: freeglut-devel
|
||||||
|
BuildRequires: freetype2-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig(glu)
|
||||||
Version: 2.1.2.99.5
|
Version: 2.1.2.99.5
|
||||||
Release: 19
|
Release: 0
|
||||||
%define _version 2.1.3-rc5
|
%define _version 2.1.3-rc5
|
||||||
%define __version 2.1.3~rc5
|
%define __version 2.1.3~rc5
|
||||||
Url: http://ftgl.wiki.sourceforge.net/
|
Url: http://ftgl.wiki.sourceforge.net/
|
||||||
Group: System/Libraries
|
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: System/Libraries
|
||||||
Source: %{name}-%{_version}.tar.bz2
|
Source: %{name}-%{_version}.tar.bz2
|
||||||
Patch: %{name}-autoreconf.patch
|
Patch: %{name}-autoreconf.patch
|
||||||
Patch1: ftgl-pkgconfig.patch
|
Patch1: ftgl-pkgconfig.patch
|
||||||
@ -84,9 +87,8 @@ Authors:
|
|||||||
Daniel Remenak <dtremenak@users.sourceforge.net>
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
||||||
|
|
||||||
%package -n libftgl2
|
%package -n libftgl2
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
|
Group: System/Libraries
|
||||||
Provides: ftgl:/usr/%_lib/libftgl.so.0
|
Provides: ftgl:/usr/%_lib/libftgl.so.0
|
||||||
|
|
||||||
%description -n libftgl2
|
%description -n libftgl2
|
||||||
@ -137,10 +139,11 @@ Authors:
|
|||||||
Daniel Remenak <dtremenak@users.sourceforge.net>
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
Requires: libftgl2 = %{version} Mesa-devel freetype2-devel
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: Mesa-devel
|
||||||
|
Requires: freetype2-devel
|
||||||
|
Requires: libftgl2 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
FTGL is a free open source library that enables developers to use
|
FTGL is a free open source library that enables developers to use
|
||||||
@ -185,9 +188,8 @@ Authors:
|
|||||||
Daniel Remenak <dtremenak@users.sourceforge.net>
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
|
Group: System/Libraries
|
||||||
# Up to openSUSE 11.0 and SLED 10, %%{_bindir}/FTGLDemo was part of ftgl-devel:
|
# Up to openSUSE 11.0 and SLED 10, %%{_bindir}/FTGLDemo was part of ftgl-devel:
|
||||||
Conflicts: %{name}-devel <= 2.1.2
|
Conflicts: %{name}-devel <= 2.1.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user