From 7c53f16bd5e9e2d5a20ea390a3bdc17b0810d880 Mon Sep 17 00:00:00 2001 From: saq Date: Wed, 25 Jul 2001 16:30:42 +0000 Subject: [PATCH] - use macros in %{pre,post}{,un} - need rebuilt rpm (with new macros.pld) to build these Changed files: bc.spec -> 1.43 --- bc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bc.spec b/bc.spec index 34f51cc..7b409c9 100644 --- a/bc.spec +++ b/bc.spec @@ -71,10 +71,10 @@ rm -rf $RPM_BUILD_ROOT gzip -9nf AUTHORS ChangeLog FAQ NEWS README %post -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%fix_info_dir %postun -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%fix_info_dir %files %defattr(644,root,root,755) -- 2.44.0