From 54500fcba181f7fce28301246db76685642621e2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 May 2013 21:47:43 -0400 Subject: [PATCH] Add a man page for pango-querymodules-64 --- pango.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pango.spec b/pango.spec index b11e2bd..eee318c 100644 --- a/pango.spec +++ b/pango.spec @@ -10,7 +10,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.34.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/pango @@ -93,6 +93,9 @@ fi # (we might have x86_64 and i686 packages on the same system, for example.) mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules $RPM_BUILD_ROOT%{_bindir}/pango-querymodules-%{__isa_bits} +# and add a man page too +echo ".so man1/pango-querymodules.1" > $RPM_BUILD_ROOT%{_mandir}/man1/pango-querymodules-%{__isa_bits}.1 + touch $RPM_BUILD_ROOT%{_libdir}/pango/%{bin_version}/modules.cache %post @@ -112,7 +115,7 @@ fi %{_bindir}/pango-querymodules* %{_bindir}/pango-view %{_mandir}/man1/pango-view.1.gz -%{_mandir}/man1/pango-querymodules.1.gz +%{_mandir}/man1/pango-querymodules* %{_libdir}/pango %ghost %{_libdir}/pango/%{bin_version}/modules.cache %{_libdir}/girepository-1.0/Pango-1.0.typelib @@ -133,6 +136,9 @@ fi %changelog +* Wed May 8 2013 Matthias Clasen - 1.34.0-2 +- Make man pango-query-modules-64 work + * Tue Mar 26 2013 Kalev Lember - 1.34.0-1 - Update to 1.34.0