This commit is contained in:
Ivana Varekova 2009-08-10 11:54:38 +00:00
parent a6090e79ac
commit 0ce646920d

View File

@ -78,12 +78,12 @@ chmod 644 ${RPM_BUILD_ROOT}%{_bindir}/aspell-import
%post
/sbin/ldconfig
if [ -f %{_infodir}/tar.info.gz ]; then
if [ -f %{_infodir}/aspell.info.gz ]; then
/sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). " || :
fi
%post devel
if [ -f %{_infodir}/tar.info.gz ]; then
if [ -f %{_infodir}/aspell.info.gz ]; then
/sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). " || :
fi