SHA256
1
0
forked from pool/ftgl
OBS User unknown
2008-10-14 15:52:00 +00:00
committed by Git OBS Bridge
parent ca85fa5583
commit 6329c6de07
3 changed files with 40 additions and 3 deletions

View File

@@ -2,9 +2,16 @@
# spec file for package ftgl (Version 2.1.2.99.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -14,7 +21,7 @@
Name: ftgl
BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
Version: 2.1.2.99.5
Release: 5
Release: 6
%define _version 2.1.3-rc5
%define __version 2.1.3~rc5
Url: http://ftgl.wiki.sourceforge.net/
@@ -22,6 +29,7 @@ Group: System/Libraries
License: LGPL v2.1 or later; X11/MIT
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
Source: %{name}-%{_version}.tar.bz2
Patch: %{name}-autoreconf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libftgl2 = %{version}
@@ -229,6 +237,7 @@ Authors:
%prep
%setup -q -n %{name}-%{__version}
%patch
%build
autoreconf -f -i
@@ -283,6 +292,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/FTGL-simple-demo
%changelog
* Tue Oct 14 2008 sbrabec@suse.cz
- Fix for the latest autotools.
* Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package
* Sat Jul 26 2008 aj@suse.de