make guile bindings optional

- breaks i686 build and there is
  no dependent package
This commit is contained in:
Tomas Mraz 2013-02-05 15:35:27 +01:00
parent 36b677b3b4
commit cb85f601fb
1 changed files with 2 additions and 0 deletions

View File

@ -171,9 +171,11 @@ if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
/sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
fi
%if %{with guile}
%post guile -p /sbin/ldconfig
%postun guile -p /sbin/ldconfig
%endif
%files -f libgnutls.lang
%defattr(-,root,root,-)