- Change /usr/share/X11/fonts/OTF to /usr/share/X11/fonts/TTF
- Resolves: #220809
This commit is contained in:
parent
9c61170cc6
commit
ad785d4105
@ -3,7 +3,7 @@
|
||||
Summary: Font configuration and customization library
|
||||
Name: fontconfig
|
||||
Version: 2.4.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
||||
@ -51,7 +51,7 @@ will use fontconfig.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
|
||||
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF
|
||||
|
||||
# Work around weird elinks bug where elinks refuses to open the
|
||||
# temporary html file generated by jade because it thinks it's a
|
||||
@ -142,6 +142,10 @@ fi
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.2-2
|
||||
- Change /usr/share/X11/fonts/OTF to /usr/share/X11/fonts/TTF
|
||||
- Resolves: #220809
|
||||
|
||||
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.2-1
|
||||
- Update to 2.4.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user