From dbd961468e3d16022e0c9652d541e53142223af4 Mon Sep 17 00:00:00 2001 From: Lingning Zhang Date: Tue, 20 Jun 2006 02:07:25 +0000 Subject: [PATCH] add "BuildRequires: libtool" in ttmkfdir.spec --- ttmkfdir.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ttmkfdir.spec b/ttmkfdir.spec index 5f4e10f..4fa70f2 100644 --- a/ttmkfdir.spec +++ b/ttmkfdir.spec @@ -1,7 +1,7 @@ Summary: Utility to create fonts.scale files for truetype fonts Name: ttmkfdir Version: 3.0.9 -Release: 20.1 +Release: 20.2 Source0: %{name}-%{version}.tar.bz2 Patch: ttmkfdir-3.0.9-cpp.patch Patch1: ttmkfdir-3.0.9-zlib.patch @@ -16,6 +16,7 @@ Group: Applications/System BuildRoot: %{_tmppath}/%{name}-root BuildRequires: freetype-devel >= 2.0 BuildRequires: zlib-devel flex +BuildRequires: libtool # ttmkfdir used to be in the following packages at one point Conflicts: XFree86-font-utils < 4.2.99.2-0.20021126.3 @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ttmkfdir %changelog +* Tue Jun 20 2006 Lingning Zhang - 3.0.9-20.2 +- add "BuildRequires: libtool" in ttmkfdir.spec + * Mon Jun 19 2006 Lingning Zhang - 3.0.9-20.1 - remove the modifying part of ttmkfdir-3.0.9/Makefile, recover the old Makefile - modify ttmkfdir-3.0.9-encoding-dir.patch about Makefile