- Rebuild

This commit is contained in:
David Zeuthen 2005-03-04 17:06:23 +00:00
parent 66701bd0b8
commit 951d06cb02

View File

@ -12,7 +12,7 @@
Summary: Font configuration and customization library
Name: fontconfig
Version: 2.2.3
Release: 9
Release: 10
License: MIT
Group: System Environment/Libraries
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@ -42,7 +42,7 @@ BuildRequires: freetype-devel >= %{freetype_version}
BuildRequires: expat-devel
BuildRequires: perl
# For nodocs patch
BuildRequires: /usr/bin/automake-1.4
BuildRequires: /usr/bin/automake-1.8
PreReq: freetype >= %{freetype_version}
# Hebrew fonts referenced in fonts.conf changed names in fonts-hebrew-0.100
@ -88,7 +88,7 @@ will use fontconfig.
%build
%if %{disable_docs}
automake-1.4
automake-1.8
%endif
%configure --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/OTF
@ -182,6 +182,9 @@ fi
%endif
%changelog
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-10
- Rebuild
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-9
- Disable docs for s390 for now