Accepting request 38915 from multimedia:libs
checked in (request 38915) OBS-URL: https://build.opensuse.org/request/show/38915 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=4
This commit is contained in:
parent
8ad2db2e38
commit
1628835564
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Apr 26 13:01:34 CEST 2010 - ro@suse.de
|
|
||||||
|
|
||||||
- sanitize version in pkgconfig file
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 26 22:45:56 CET 2009 - crrodriguez@suse.de
|
Mon Jan 26 22:45:56 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
62
ftgl.spec
62
ftgl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ftgl (Version 2.1.2.99.5)
|
# spec file for package ftgl (Version 2.1.2.99.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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
|
||||||
@ -21,16 +21,15 @@
|
|||||||
Name: ftgl
|
Name: ftgl
|
||||||
BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
|
BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
|
||||||
Version: 2.1.2.99.5
|
Version: 2.1.2.99.5
|
||||||
Release: 9
|
Release: 8
|
||||||
%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
|
Group: System/Libraries
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later; X11/MIT
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
Source: %{name}-%{_version}.tar.bz2
|
Source: %{name}-%{_version}.tar.bz2
|
||||||
Patch: %{name}-autoreconf.patch
|
Patch: %{name}-autoreconf.patch
|
||||||
Patch1: ftgl-pkgconfig.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libftgl2 = %{version}-%{release}
|
%define debug_package_requires libftgl2 = %{version}-%{release}
|
||||||
|
|
||||||
@ -82,7 +81,7 @@ Authors:
|
|||||||
Daniel Remenak <dtremenak@users.sourceforge.net>
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
||||||
|
|
||||||
%package -n libftgl2
|
%package -n libftgl2
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
Provides: ftgl:/usr/%_lib/libftgl.so.0
|
Provides: ftgl:/usr/%_lib/libftgl.so.0
|
||||||
@ -135,7 +134,7 @@ Authors:
|
|||||||
Daniel Remenak <dtremenak@users.sourceforge.net>
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Requires: libftgl2 = %{version} Mesa-devel freetype2-devel
|
||||||
@ -183,7 +182,7 @@ Authors:
|
|||||||
Daniel Remenak <dtremenak@users.sourceforge.net>
|
Daniel Remenak <dtremenak@users.sourceforge.net>
|
||||||
|
|
||||||
%package demo
|
%package demo
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
Summary: Library for Using Arbitrary Fonts in OpenGL Applications
|
||||||
# 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:
|
||||||
@ -239,7 +238,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{__version}
|
%setup -q -n %{name}-%{__version}
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i -v
|
autoreconf -f -i -v
|
||||||
@ -295,3 +293,51 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/FTGL-simple-demo
|
%{_bindir}/FTGL-simple-demo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 26 2009 crrodriguez@suse.de
|
||||||
|
- remove "la" files
|
||||||
|
* Wed Oct 22 2008 mrueckert@suse.de
|
||||||
|
- fix debug_packages_requires define
|
||||||
|
* 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
|
||||||
|
- Remove unneccessary and now broken Requires.
|
||||||
|
* Wed Jul 23 2008 coolo@suse.de
|
||||||
|
- adding splitprovides to the library package for update
|
||||||
|
* Mon Jul 21 2008 sbrabec@suse.cz
|
||||||
|
- Added conflict for FTGLDemo moved from -devel to -demo package.
|
||||||
|
* Tue Jul 15 2008 sbrabec@suse.cz
|
||||||
|
- Updated to version 2.1.3-rc5:
|
||||||
|
* Stable API. Public headers are now frozen.
|
||||||
|
* Fixed several memory corruption and crash bugs
|
||||||
|
* Fixed several memory leaks
|
||||||
|
* Kerning and glyph performance enhancements
|
||||||
|
* The library now also exports a pure C interface
|
||||||
|
* Inset/outset contour support for fonts
|
||||||
|
* Fix the FTLayout rendering
|
||||||
|
* Added new FTLayout and FTSimpleLayout support for layout
|
||||||
|
managers
|
||||||
|
* Fixed the paths in the XCode project
|
||||||
|
* Changed the behaviour of some objects so that if there is an
|
||||||
|
error their state isn't changed
|
||||||
|
* New, fast FTBufferFont texture fonts
|
||||||
|
* UTF-8 support
|
||||||
|
* Thu Sep 13 2007 sbrabec@suse.cz
|
||||||
|
- Fixed pkg-config file to include correct freetype (#283824).
|
||||||
|
* Mon Jan 22 2007 ssommer@suse.de
|
||||||
|
- fixed same variable used twice build error
|
||||||
|
* Wed Sep 13 2006 sbrabec@suse.cz
|
||||||
|
- Split devel subpackage.
|
||||||
|
* Fri Sep 08 2006 sbrabec@suse.cz
|
||||||
|
- Build shared library (#197446).
|
||||||
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Tue Nov 08 2005 dmueller@suse.de
|
||||||
|
- don't build as root
|
||||||
|
* Mon Nov 07 2005 ro@suse.de
|
||||||
|
- remove extra qualification to fix build with gcc-4.1
|
||||||
|
* Thu Jan 06 2005 sbrabec@suse.cz
|
||||||
|
- Updated to version 2.1.2.
|
||||||
|
* Thu Sep 02 2004 sbrabec@suse.cz
|
||||||
|
- New SuSE package, version 2.0.11.
|
||||||
|
Loading…
Reference in New Issue
Block a user