summaryrefslogtreecommitdiff
path: root/fontconfig.spec.in
diff options
context:
space:
mode:
authorMike A. Harris <mharris@redhat.com>2003-03-05 10:08:08 +0000
committerMike A. Harris <mharris@redhat.com>2003-03-05 10:08:08 +0000
commita5ae222c2a5f578dff011f11dadb78ecf0734cbb (patch)
tree438be79c5d64fc923228dab51912c87793220327 /fontconfig.spec.in
parentb06766e439ce49f2d50aba7ab812fa0ebb6549e1 (diff)
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. We pick up the pregenerated docs with %doc already.
Diffstat (limited to 'fontconfig.spec.in')
-rw-r--r--fontconfig.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fontconfig.spec.in b/fontconfig.spec.in
index 8dc7f57..c7d5dc5 100644
--- a/fontconfig.spec.in
+++ b/fontconfig.spec.in
@@ -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
@@ -82,6 +82,12 @@ make %{_smp_mflags}
%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
- Changed /usr/bin to _bindir in BuildRequires lines