make guile bindings optional
- breaks i686 build and there is no dependent package
This commit is contained in:
parent
36b677b3b4
commit
cb85f601fb
@ -171,9 +171,11 @@ if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
|
|||||||
/sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
|
/sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%if %{with guile}
|
||||||
%post guile -p /sbin/ldconfig
|
%post guile -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun guile -p /sbin/ldconfig
|
%postun guile -p /sbin/ldconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -f libgnutls.lang
|
%files -f libgnutls.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user