From 847a670287bbe643b6a88e7ede4cd19712f99e63 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Jun 24 2011 10:20:35 +0000 Subject: Fix install-info for the gdb-doc subpackage (BZ 715228). --- diff --git a/gdb.spec b/gdb.spec index fca9343..25a832d 100644 --- a/gdb.spec +++ b/gdb.spec @@ -27,7 +27,7 @@ Version: 7.2.90.20110525 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 38%{?_with_upstream:.upstream}%{?dist} +Release: 39%{?_with_upstream:.upstream}%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain Group: Development/Debuggers @@ -665,9 +665,6 @@ Requires: libunwind >= 0.96-3 %endif %endif -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - %description GDB, the GNU debugger, allows you to debug programs written in C, C++, Java, and other languages, by executing them in a controlled fashion @@ -700,6 +697,9 @@ and printing their data. This package provides INFO, HTML and PDF user manual for GDB. +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + %prep # This allows the tarball name to be different from our @@ -1201,7 +1201,7 @@ ln -s gstack $RPM_BUILD_ROOT%{_bindir}/pstack %clean rm -rf $RPM_BUILD_ROOT -%post +%post doc # This step is part of the installation of the RPM. Not to be confused # with the 'make install ' of the build (rpmbuild) process. @@ -1212,7 +1212,7 @@ then /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gdb.info.gz || : fi -%preun +%preun doc if [ $1 = 0 ] then # For --excludedocs: @@ -1265,6 +1265,9 @@ fi %{_infodir}/gdb.info* %changelog +* Fri Jun 24 2011 Jan Kratochvil - 7.2.90.20110525-39.fc15 +- Fix install-info for the gdb-doc subpackage (BZ 715228). + * Wed May 25 2011 Jan Kratochvil - 7.2.90.20110525-38.fc15 - Rebase to FSF GDB 7.2.90.20110525 (which is a 7.3 pre-release). - [stap] Fix double free (Sergio Durigan Junior).