[gforth] fixes "vmgen.info not linked from dir" (#837349)

Adrian Reber adrian at fedoraproject.org
Thu Aug 2 09:55:13 UTC 2012


commit df6b6ca544b5a520cb1598124bd1f06dded9aa97
Author: Adrian Reber <adrian at lisas.de>
Date:   Thu Aug 2 11:54:58 2012 +0200

    fixes "vmgen.info not linked from dir" (#837349)

 gforth.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gforth.spec b/gforth.spec
index a1360f0..9746362 100644
--- a/gforth.spec
+++ b/gforth.spec
@@ -1,6 +1,6 @@
 Name:           gforth
 Version:        0.7.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Fast and portable implementation of the ANS Forth language
 
 Group:          Development/Languages
@@ -88,11 +88,13 @@ find $RPM_BUILD_ROOT -name TAGS | xargs rm -f
 
 %post
 /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
+/sbin/install-info %{_infodir}/vmgen.info.gz %{_infodir}/dir 2>/dev/null || :
 
 
 %postun
 if [ $1 = 0 ]; then
     /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
+    /sbin/install-info --delete %{_infodir}/vmgen.info.gz %{_infodir}/dir 2>/dev/null || :
 fi
 
 %triggerin -- emacs-common
@@ -135,6 +137,9 @@ fi
 
 
 %changelog
+* Thu Aug 02 2012 Adrian Reber <adrian at lisas.de> - 0.7.0-12
+- fixes "vmgen.info not linked from dir" (#837349)
+
 * Fri Jul 27 2012 Adrian Reber <adrian at lisas.de> - 0.7.0-11
 - another try to fix the build with -O2
 


More information about the scm-commits mailing list