Hello community, here is the log from the commit of package gltt for openSUSE:Factory checked in at 2012-02-07 14:45:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gltt (Old) and /work/SRC/openSUSE:Factory/.gltt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gltt", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gltt/gltt.changes 2011-10-16 12:49:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gltt.new/gltt.changes 2012-02-07 14:45:42.000000000 +0100 @@ -1,0 +2,11 @@ +Sun Feb 5 18:14:15 UTC 2012 - [email protected] + +- Utilize newly-appeared freetype-devel subpackage + +------------------------------------------------------------------- +Sun Feb 5 16:30:01 UTC 2012 - [email protected] + +- Remove redundant tags/sections +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gltt.spec ++++++ --- /var/tmp/diff_new_pack.imJNs1/_old 2012-02-07 14:45:43.000000000 +0100 +++ /var/tmp/diff_new_pack.imJNs1/_new 2012-02-07 14:45:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gltt # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -14,18 +14,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -# norootforbuild - - Name: gltt -BuildRequires: freeglut-devel freetype gcc-c++ libdrm-devel xorg-x11 +BuildRequires: freeglut-devel +BuildRequires: freetype-devel +BuildRequires: gcc-c++ +BuildRequires: libdrm-devel BuildRequires: libtool -License: LGPL-2.1+ -Group: Development/Libraries/X11 +BuildRequires: xorg-x11 Version: 2.5.2 -Release: 704 +Release: 0 Summary: Library for TrueType with OpenGL Applications +License: LGPL-2.1+ +Group: Development/Libraries/X11 Url: http://gltt.sourceforge.net Source: gltt-%{version}.tar.bz2 Patch: gltt-%{version}-autoconf.patch @@ -41,19 +41,12 @@ It supports bitmapped and antialiased font drawing as well as vectorized and polygonized drawing. - - -Authors: --------- - Stephane Rehel <[email protected]> - %package devel -License: GPL-2.0+ Summary: Library for TrueType with OpenGL Applications +License: GPL-2.0+ Group: Development/Libraries/X11 Provides: gltt:%{_includedir}/gltt/FTFace.h -# FIXME: freetype should split to freetype & freetype-devel -Requires: %{name} = %{version} xorg-x11-devel freetype +Requires: %{name} = %{version} xorg-x11-devel freetype-devel %description devel gltt is a library that allows you to read and draw TrueType fonts in @@ -62,12 +55,6 @@ It supports bitmapped and antialiased font drawing as well as vectorized and polygonized drawing. - - -Authors: --------- - Stephane Rehel <[email protected]> - %prep %setup %patch @@ -82,14 +69,11 @@ --with-ttf-libraries=%{_libdir}\ --with-ttf-includes=%{_includedir}\ --with-gl-libraries=%{_libdir} -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install %makeinstall -%clean -rm -rf "$RPM_BUILD_ROOT" - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
