From ddb7d5deb73b05adb89e9cd8015f4c502d86c47a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 12 2014 14:46:40 +0000 Subject: docs: generate gnuconfig man pages properly Resolves: #1162227 Version: 2.69-16 --- diff --git a/autoconf.spec b/autoconf.spec index b272399..59018a5 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz @@ -23,6 +23,11 @@ BuildRequires: perl(Data::Dumper) # from f19, Text::ParseWords is not the part of 'perl' package BuildRequires: perl(Text::ParseWords) +# %%configure replaces config.guess/config.sub for us, which confuses autoconf +# build system and it produces empty man pages for those scripts if help2man is +# not installed +BuildRequires: help2man + %if %{with check} # For extended testsuite coverage BuildRequires: gcc-gfortran @@ -95,6 +100,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Wed Nov 12 2014 Pavel Raiskup - 2.69-16 +- avoid generating empty man pages for gnuconfig (#1162227) + * Sat Jun 07 2014 Fedora Release Engineering - 2.69-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild