From: pius Date: Sun, 19 Sep 1999 09:05:39 +0000 (+0000) Subject: - new {un}registering procedure for info pages with using X-Git-Tag: conflib-0_4_5-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fconflib.git;a=commitdiff_plain;h=f915f5e5278b8a7203ed5bbd1dae27e2fd82e70b - new {un}registering procedure for info pages with using /usr/sbin/fix-info-dir, - standarization to "* text: (link). description" index info entries format. Changed files: conflib.spec -> 1.9 --- diff --git a/conflib.spec b/conflib.spec index d77dfb8..df0e357 100644 --- a/conflib.spec +++ b/conflib.spec @@ -17,7 +17,7 @@ Summary: file for developing programs that use the conflib library Summary(de): Dateien zum Entwickeln von Programmen mit der conflib-Library Group: Development/Libraries Requires: %{name} = %{version} -Prereq: /sbin/install-info +Prereq: /usr/sbin/fix-info-dir %description devel This library makes it relativly easy to read configuration files (one or @@ -59,13 +59,10 @@ gzip -9nf $RPM_BUILD_ROOT%{_infodir}/*info* \ %postun -p /sbin/ldconfig %post devel -/sbin/install-info %{_infodir}/conflib.info.gz /etc/info-dir - +/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %preun devel -if [ "$1" = "0" ]; then - /sbin/install-info --delete %{_infodir}/conflib.info.gz /etc/info-dir -fi +/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %clean rm -rf $RPM_BUILD_ROOT