Type1/OTF fonts moved with modular X. Adjust accordingly.

This commit is contained in:
Bill Nottingham 2005-11-16 20:34:35 +00:00
parent 395f035f4d
commit 4113c9bcdc

View File

@ -3,7 +3,7 @@
Summary: Font configuration and customization library
Name: fontconfig
Version: 2.3.92
Release: 2
Release: 3
License: MIT
Group: System Environment/Libraries
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@ -51,7 +51,7 @@ will use fontconfig.
%build
%configure --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/OTF
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
# Work around weird elinks bug where elinks refuses to open the
# temporary html file generated by jade because it thinks it's a
@ -128,6 +128,10 @@ fi
%{_mandir}/man3/*
%changelog
* Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 2.3.93-3
- modular X moved fonts from /usr/X11R6/lib/X11/fonts to
/usr/share/X11/fonts, adjust %%configure accordingly
* Wed Nov 9 2005 Carl Worth <cworth@redhat.com> - 2.3.92-2
- Remove inadvertent rejection of Luxi Mono from 40-blacklist-fonts.conf.
Fixes #172437