Description of problem: aspell conflicts at installing with stuff of the info package. Version-Release number of selected component (if applicable): aspell-0.60.3-1 How reproducible / Steps to Reproduce: Everytime, try to install aspell aspell-0.60.3-1 from Rawhide. Actual results: The following works for me and solves the problem: --- snipp --- --- aspell.spec 2005-07-13 16:51:39.000000000 +0200 +++ aspell.spec.rsc 2005-07-15 22:18:01.000000000 +0200 @@ -58,14 +58,19 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libaspell.la rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la +rm -f ${RPM_BUILD_ROOT}%{_datadir}/info/dir -#rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux +%post +/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir +/sbin/ldconfig + +%preun +if [ $1 = 0 ]; then + /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir +fi -#mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-% {version} - - -%post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %clean rm -rf $RPM_BUILD_ROOT --- snapp --- Expected results: Fix containing the stuff as above or even better ;-)
Thank you for your notice. This bug is fixed in the laat version - aspell-0.60.3-2.i386.rpm.