]> git.pld-linux.org Git - packages/gcc.git/commitdiff
missing fix-info-dir for libgomp-devel
authorElan Ruusamäe <glen@delfi.ee>
Sun, 22 Mar 2015 12:22:07 +0000 (14:22 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Mar 2015 12:22:07 +0000 (14:22 +0200)
gcc.spec

index 9ae017fc881f43d3f2f6270adf329dda8c301a76..2dca35303fd343aef5350a6b0f09adea39118e99 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -3265,6 +3265,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun        -n libffi-devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
+%post  -n libgomp-devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        -n libgomp-devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
 %post   -p /sbin/ldconfig -n libcilkrts
 %postun -p /sbin/ldconfig -n libcilkrts
 %post   -p /sbin/ldconfig -n libcilkrts-multilib-32
This page took 0.198834 seconds and 4 git commands to generate.