From 7443cb8f51bc1c578a633dd28ea9b3960338e887 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 25 Jan 2007 11:49:12 +0000 Subject: [PATCH] - Ville Skytta: patch for non-failing %%post, %%preun - Resolves: #223703 --- indent.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/indent.spec b/indent.spec index 5c15de8..0eaf267 100644 --- a/indent.spec +++ b/indent.spec @@ -1,7 +1,7 @@ Summary: A GNU program for formatting C code. Name: indent Version: 2.2.9 -Release: 14%{?dist} +Release: 15%{?dist} License: GPL Group: Applications/Text URL: http://www.gnu.org/software/indent/ @@ -58,11 +58,11 @@ make -C regression rm -rf $RPM_BUILD_ROOT %post -/sbin/install-info %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." +/sbin/install-info %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." || : %preun if [ "$1" = 0 ]; then - /sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." + /sbin/install-info --delete %{_infodir}/indent.info.gz %{_infodir}/dir --entry="* indent: (indent). Program to format source code." || : fi %files -f %{name}.lang @@ -73,6 +73,10 @@ fi %changelog +* Thu Jan 25 2007 Petr Machata - 2.2.9-15 +- Ville Skytta: patch for non-failing %%post, %%preun +- Resolves: #223703 + * Mon Jul 17 2006 Karsten Hopp 2.2.9-14 - add buildrequires makeinfo