Build pango-view man page

This commit is contained in:
Matthias Clasen 2015-05-14 14:27:43 -04:00
parent 2283d1f17c
commit 8450a0f947

View File

@ -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 <mclasen@redhat.com> - 1.36.8-5
- Regenerate man page for pango-view
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.36.8-4
- Rebuilt for GCC 5 C++11 ABI change