- Update to 2.4.91.
- Add /usr/local/share/fonts to default config. (#147004) - Don't rebuild docs, to fix multilib conflicts. (#313011)
This commit is contained in:
parent
8dd848d308
commit
317ca66a58
@ -1 +1 @@
|
|||||||
fontconfig-2.4.2.tar.gz
|
fontconfig-2.4.91.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 2.4.2
|
Version: 2.4.91
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
||||||
@ -52,7 +52,11 @@ will use fontconfig.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF
|
|
||||||
|
# We don't want to rebuild the docs, but we want to install the included ones.
|
||||||
|
export HASDOCBOOK=no
|
||||||
|
|
||||||
|
%configure %--with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
|
||||||
|
|
||||||
# Work around weird elinks bug where elinks refuses to open the
|
# Work around weird elinks bug where elinks refuses to open the
|
||||||
# temporary html file generated by jade because it thinks it's a
|
# temporary html file generated by jade because it thinks it's a
|
||||||
@ -141,6 +145,11 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 25 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.91-1
|
||||||
|
- Update to 2.4.91.
|
||||||
|
- Add /usr/local/share/fonts to default config. (#147004)
|
||||||
|
- Don't rebuild docs, to fix multilib conflicts. (#313011)
|
||||||
|
|
||||||
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.4.2-5
|
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.4.2-5
|
||||||
- Rebuild for PPC toolchain bug
|
- Rebuild for PPC toolchain bug
|
||||||
- Add BuildRequires: gawk
|
- Add BuildRequires: gawk
|
||||||
|
Loading…
Reference in New Issue
Block a user