]> git.pld-linux.org Git - packages/conflib.git/commitdiff
- new {un}registering procedure for info pages with using
authorpius <pius@pld-linux.org>
Sun, 19 Sep 1999 09:05:39 +0000 (09:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  /usr/sbin/fix-info-dir,
- standarization to "* text: (link).  description" index info entries format.

Changed files:
    conflib.spec -> 1.9

conflib.spec

index d77dfb8bae8039b296b1a584739df16bb6b74ba2..df0e357fe777a24cc2648a50f0d0d503e1fcac57 100644 (file)
@@ -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}
 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
 
 %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
 %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
 
 %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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.0333 seconds and 4 git commands to generate.