auto-import changelog data from aspell-0.50.3-18.src.rpm

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
0.50.3-17
- fixed build: added make to %build to avoid rpath for build directory
This commit is contained in:
cvsdist 2004-09-09 03:07:13 +00:00
parent 9bf5c6491b
commit ff22accdbd

View File

@ -1,7 +1,7 @@
Summary: A spelling checker. Summary: A spelling checker.
Name: aspell Name: aspell
Version: 0.50.3 Version: 0.50.3
Release: 16 Release: 18
Epoch: 12 Epoch: 12
License: LGPL License: LGPL
Group: Applications/Text Group: Applications/Text
@ -44,10 +44,13 @@ rm -rf $RPM_BUILD_ROOT
%build %build
%configure %configure
make
%install %install
%makeinstall %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/ispell ${RPM_BUILD_ROOT}%{_bindir}
mv ${RPM_BUILD_ROOT}%{_datadir}/aspell/spell ${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) %defattr(-,root,root)
%doc README TODO %doc README TODO
%doc %{_docdir}/aspell/* %doc %{_docdir}/aspell/*
%dir %{_datadir}/aspell
%dir %{_datadir}/doc/aspell
%dir %{_libdir}/aspell
%{_bindir}/* %{_bindir}/*
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*
/usr/share/aspell %{_datadir}/aspell/*.dat
%{_datadir}/aspell/*.kbd
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
/usr/include/aspell.h %dir %{_includedir}/pspell
/usr/include/pspell/pspell.h %{_includedir}/aspell.h
%{_includedir}/pspell/pspell.h
%{_libdir}/lib*spell.so %{_libdir}/lib*spell.so
%changelog %changelog
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 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 <twoerner@redhat.com> 12:0.50.3-17
- fixed build: added make to %%build to avoid rpath for build directory
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 12:0.50.3-16 * Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 12:0.50.3-16
- moved spell compat script from /usr/share/aspell to /usr/bin (#105921) - moved spell compat script from /usr/share/aspell to /usr/bin (#105921)