]> git.wh0rd.org - fontconfig.git/commitdiff
Added back the configure macro options --disable-docs because otherwise
authorMike A. Harris <mharris@redhat.com>
Wed, 5 Mar 2003 10:08:08 +0000 (10:08 +0000)
committerMike A. Harris <mharris@redhat.com>
Wed, 5 Mar 2003 10:08:08 +0000 (10:08 +0000)
    fontconfig installs docs into /usr/share/doc/fontconfig (with no
    version number) unconditionally, causing RPM to fail the build due to
    _unpackaged_files_terminate_build. We pick up the pregenerated docs
    with %doc already.

fontconfig.spec.in

index 8dc7f578d1d19670cf3eeb74fe274eac50da38ef..c7d5dc5090841674b16bac395e753d2006985131 100644 (file)
@@ -42,7 +42,7 @@ will use fontconfig.
 %setup -q
 
 %build
-%configure --with-x-fonts=/usr/X11R6/lib/X11/fonts
+%configure --with-x-fonts=/usr/X11R6/lib/X11/fonts --disable-gtk-doc --disable-docs
 make %{_smp_mflags}
 
 %install
@@ -81,6 +81,12 @@ make %{_smp_mflags}
 %{_libdir}/pkgconfig
 
 %changelog
+* Wed Mar  5 2003 Mike A. Harris <mharris@redhat.com>
+- Added back the configure macro options --disable-docs because otherwise
+  fontconfig installs docs into /usr/share/doc/fontconfig (with no version
+  number) unconditionally, causing RPM to fail the build due to unpackaged
+  files terminate build
+
 * Wed Mar  5 2003 Mike A. Harris <mharris@redhat.com>
 - Removed commented out rpm macro define at top of spec file, replacing it with
   a simple explanation, since rpm macros are expanded by rpm even in comments