speed up cache generation
This commit is contained in:
parent
2391e48319
commit
a84afd1c1e
@ -3,7 +3,7 @@
|
||||
Summary: Font configuration and customization library
|
||||
Name: fontconfig
|
||||
Version: 2.3.95
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
||||
@ -15,6 +15,8 @@ Source2: 50-no-hint-fonts.conf
|
||||
Patch1: fontconfig-2.3.95-defaultconfig.patch
|
||||
Patch2: fontconfig-2.3.93.cvs20060211-move-user-cache.patch
|
||||
|
||||
Patch3: fontconfig-2.4-cmap-parsing.patch
|
||||
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: perl
|
||||
@ -51,6 +53,7 @@ will use fontconfig.
|
||||
|
||||
%patch1 -p1 -b .defaultconfig
|
||||
%patch2 -p1 -b .move-user-cache
|
||||
%patch3 -p0 -b .cmap-parsing
|
||||
|
||||
%build
|
||||
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
|
||||
@ -135,6 +138,9 @@ fi
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu May 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-3
|
||||
= Apply a patch by David Turner to speed up cache generation
|
||||
|
||||
* Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 2.3.95-2
|
||||
- fix fonts.conf typo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user