From ed5643375aba075d5a9a92da710bfb7897a87cf4 Mon Sep 17 00:00:00 2001 From: saq Date: Wed, 25 Jul 2001 16:30:44 +0000 Subject: [PATCH] - use macros in %{pre,post}{,un} - need rebuilt rpm (with new macros.pld) to build these Changed files: gdbm.spec -> 1.44 --- gdbm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdbm.spec b/gdbm.spec index 5f8f08d..cf134e6 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -133,10 +133,10 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \ %postun -p /sbin/ldconfig %post devel -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%fix_info_dir %postun devel -[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 +%fix_info_dir %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0