diff --git a/aspell.spec b/aspell.spec index 67bc4db..3bd31bb 100644 --- a/aspell.spec +++ b/aspell.spec @@ -1,7 +1,7 @@ Summary: A spelling checker. Name: aspell Version: 0.50.3 -Release: 16 +Release: 18 Epoch: 12 License: LGPL Group: Applications/Text @@ -44,10 +44,13 @@ rm -rf $RPM_BUILD_ROOT %build %configure +make %install %makeinstall +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/aspell + mv ${RPM_BUILD_ROOT}%{_datadir}/aspell/ispell ${RPM_BUILD_ROOT}%{_bindir} mv ${RPM_BUILD_ROOT}%{_datadir}/aspell/spell ${RPM_BUILD_ROOT}%{_bindir} @@ -65,18 +68,31 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc README TODO %doc %{_docdir}/aspell/* - +%dir %{_datadir}/aspell +%dir %{_datadir}/doc/aspell +%dir %{_libdir}/aspell %{_bindir}/* %{_libdir}/lib*.so.* -/usr/share/aspell +%{_datadir}/aspell/*.dat +%{_datadir}/aspell/*.kbd %files devel %defattr(-,root,root) -/usr/include/aspell.h -/usr/include/pspell/pspell.h +%dir %{_includedir}/pspell +%{_includedir}/aspell.h +%{_includedir}/pspell/pspell.h %{_libdir}/lib*spell.so %changelog +* Thu Jan 29 2004 Adrian Havill 12:0.50.50.3-18 +- make rpm own some unclaimed dirs (#112984, #113778) +- explicitly claim kbd anbd dat files in /usr/share/aspell +- a little spec file files cleanup-- macro subs, dir prefix +- make /usr/lib/aspell; don't make the dictionary packages do it + +* Mon Nov 17 2003 Thomas Woerner 12:0.50.3-17 +- fixed build: added make to %%build to avoid rpath for build directory + * Tue Oct 07 2003 Adrian Havill 12:0.50.3-16 - moved spell compat script from /usr/share/aspell to /usr/bin (#105921)