From 342ae64bf142b7da9489c32bfd637fba0744ef6c Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Aug 14 2013 13:36:45 +0000 Subject: Re-fix manpages. --- diff --git a/bochs.spec b/bochs.spec index b4a2471..702481f 100644 --- a/bochs.spec +++ b/bochs.spec @@ -1,7 +1,7 @@ %define _hardened_build 1 Name: bochs Version: 2.6.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Portable x86 PC emulator Group: Applications/Emulators License: LGPLv2+ @@ -100,6 +100,9 @@ Header and source files from bochs source. # Update configure for aarch64 (bz #925112) %patch8 -p1 +# Fix up some man page paths. +sed -i -e 's|/usr/local/share/|%{_datadir}/|' doc/man/*.* + # remove executable bits from sources to make rpmlint happy with the debuginfo chmod -x `find -name '*.cc' -o -name '*.h' -o -name '*.inc'` # Fix CHANGES encoding @@ -217,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/include/bochs/ %changelog +* Wed Aug 14 2013 Jon Ciesla - 2.6.2-5 +- Add back one of the man page munging lines. + * Tue Aug 13 2013 Jon Ciesla - 2.6.2-4 - Drop noop man page munging.