diff --git a/pango.spec b/pango.spec index f21afbe..4154800 100644 --- a/pango.spec +++ b/pango.spec @@ -11,7 +11,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.36.8 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/pango @@ -30,6 +30,7 @@ BuildRequires: gobject-introspection-devel BuildRequires: cairo-gobject-devel # Bootstrap requirements BuildRequires: gnome-common intltool gtk-doc +BuildRequires: help2man Requires: glib2%{?_isa} >= %{glib2_version} Requires: freetype%{?_isa} >= %{freetype_version} @@ -78,6 +79,9 @@ the functionality of the installed %{name} package. %build +# Force regeneration of the man page +rm pango-view/pango-view.1.in + # We try hard to not link to libstdc++ (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; %configure $CONFIGFLAGS \ @@ -158,6 +162,9 @@ fi %changelog +* Thu May 14 2015 Matthias Clasen - 1.36.8-5 +- Regenerate man page for pango-view + * Sat May 02 2015 Kalev Lember - 1.36.8-4 - Rebuilt for GCC 5 C++11 ABI change