diff --git a/aspell.spec b/aspell.spec index 636ff21..915f1f6 100644 --- a/aspell.spec +++ b/aspell.spec @@ -1,7 +1,7 @@ Summary: A spelling checker. Name: aspell Version: 0.50.5 -Release: 1 +Release: 2.fc3 Epoch: 12 License: LGPL Group: Applications/Text @@ -58,6 +58,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux +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 @@ -66,9 +69,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README TODO -%doc %{_docdir}/aspell/* %dir %{_datadir}/aspell -%dir %{_datadir}/doc/aspell +%dir %{_datadir}/doc/aspell-%{version} %dir %{_libdir}/aspell %{_bindir}/* %{_libdir}/lib*.so.* @@ -83,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*spell.so %changelog +* Mon Aug 23 2004 Adrian Havill 12:0.50.5-2.fc3 +- fix doc dir (#128140) (don't flag aspell doc stuff with the %doc + flag due to rpm badness) + * Mon Jun 21 2004 Warren Togami 12:0.50.5-1 - update to 0.50.5