1 # Different systems call the freetype2 RPM different things
2 %define freetype2 freetype
3 # %define freetype2 freetype2
5 Summary: Font configuration and customization library
10 Group: System Environment/Libraries
11 Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
12 URL: http://fontconfig.org
13 BuildRoot: %{_tmppath}/%{name}-%{version}-root
15 BuildRequires: /usr/bin/docbook2html
16 BuildRequires: /usr/bin/docbook2txt
17 BuildRequires: %{freetype2}-devel
18 BuildRequires: expat-devel
24 Fontconfig is designed to locate fonts within the
25 system and select them according to requirements specified by
29 Summary: Font configuration and customization library
30 Group: Development/Libraries
31 Requires: %{name} = %{version}
32 Requires: %{freetype2}-devel
35 The fontconfig-devel package includes the static libraries,
36 header files, and developer docs for the fontconfig package.
38 Install fontconfig-devel if you want to develop programs which
45 %configure --with-x-fonts=/usr/X11R6/lib/X11/fonts
46 make -j %{_smp_mflags}
49 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
53 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
58 # Force regeneration of all fontconfig cache files.
59 fc-cache -f --system-only
61 %postun -p /sbin/ldconfig
64 %doc README AUTHORS COPYING ChangeLog doc/fontconfig-*.{html,txt}
65 %{_libdir}/libfontconfig*.so.*
67 %dir %{_sysconfdir}/fonts
68 %{_sysconfdir}/fonts/fonts.conf
69 %{_sysconfdir}/fonts/fonts.dtd
70 %config %{_sysconfdir}/fonts/local.conf
74 %defattr(-, root, root)
75 %{_libdir}/libfontconfig.so
79 %{_includedir}/fontconfig
82 * Sun Mar 2 2003 Owen Taylor <otaylor@redhat.com>
83 - Various improvements from Red Hat spec file
85 * Sun Mar 2 2003 Mike A. Harris <mharris@redhat.com> 2.1.90-0.1
86 - Initial changelog entry