This commit is contained in:
parent
ca85fa5583
commit
6329c6de07
21
ftgl-autoreconf.patch
Normal file
21
ftgl-autoreconf.patch
Normal file
@ -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
|
@ -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
|
Fri Aug 1 17:23:07 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
17
ftgl.spec
17
ftgl.spec
@ -2,9 +2,16 @@
|
|||||||
# spec file for package ftgl (Version 2.1.2.99.5)
|
# spec file for package ftgl (Version 2.1.2.99.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,7 +21,7 @@
|
|||||||
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: 5
|
Release: 6
|
||||||
%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/
|
||||||
@ -22,6 +29,7 @@ Group: System/Libraries
|
|||||||
License: LGPL v2.1 or later; X11/MIT
|
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libftgl2 = %{version}
|
%define debug_package_requires libftgl2 = %{version}
|
||||||
|
|
||||||
@ -229,6 +237,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{__version}
|
%setup -q -n %{name}-%{__version}
|
||||||
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -283,6 +292,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/FTGL-simple-demo
|
%{_bindir}/FTGL-simple-demo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2008 sbrabec@suse.cz
|
||||||
|
- Fix for the latest autotools.
|
||||||
* Fri Aug 01 2008 ro@suse.de
|
* Fri Aug 01 2008 ro@suse.de
|
||||||
- fix requires for debuginfo package
|
- fix requires for debuginfo package
|
||||||
* Sat Jul 26 2008 aj@suse.de
|
* Sat Jul 26 2008 aj@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user