diff --git a/ftgl-autoreconf.patch b/ftgl-autoreconf.patch new file mode 100644 index 0000000..7b12d28 --- /dev/null +++ b/ftgl-autoreconf.patch @@ -0,0 +1,21 @@ +--- Makefile.am ++++ Makefile.am +@@ -26,13 +26,13 @@ + + # Print out an informative summary. + all-local: +- @$(ECHO) "Done." +- @$(ECHO) ++ @echo "Done." ++ @echo + @if test "x$(MAKECMDGOALS)" = "xall-am" -o "x$(.TARGETS)" = "xall-am" -o "x$(MAKECMDGOALS)" = "x" -o "x$(.TARGETS)" = "x" ; then \ +- $(ECHO) "---" ;\ +- $(ECHO) "Run 'make install' to begin installation into $(prefix)" ;\ ++ echo "---" ;\ ++ echo "Run 'make install' to begin installation into $(prefix)" ;\ + fi +- @$(ECHO) ++ @echo + + # Upload documentation + DOC = docs/html docs/latex/ftgl.pdf diff --git a/ftgl.changes b/ftgl.changes index 243d616..14ba126 100644 --- a/ftgl.changes +++ b/ftgl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 14 16:49:08 CEST 2008 - sbrabec@suse.cz + +- Fix for the latest autotools. + ------------------------------------------------------------------- Fri Aug 1 17:23:07 CEST 2008 - ro@suse.de diff --git a/ftgl.spec b/ftgl.spec index c0690e9..43c780f 100644 --- a/ftgl.spec +++ b/ftgl.spec @@ -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