Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets. Name: gtkspell Version: 2.0.5 Release: 2 License: GPL Group: System Environment/Libraries URL: http://gtkspell.sourceforge.net/ Source0: http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: aspell-devel gtk2-devel gtk-doc %description GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. %package devel Summary: Development files for GtkSpell. Group: Development/Libraries Requires: gtkspell = %{version} Requires: aspell-devel gtk2-devel %description devel The gtkspell-devel package provides header files and static libraries for developing applications which use GtkSpell. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \; %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %files %defattr(-,root,root,-) %doc NEWS README AUTHORS COPYING %{_libdir}/libgtkspell.so.0.* %files devel %defattr(-,root,root,-) %{_datadir}/gtk-doc/html/gtkspell %{_libdir}/libgtkspell.a %{_libdir}/libgtkspell.so %{_libdir}/pkgconfig/gtkspell-2.0.pc %{_includedir}/gtkspell-2.0 %changelog * Tue Feb 17 2004 Nathan Fredrickson 2.0.5 - Updated to 2.0.5 * Mon Dec 15 2003 Matt Wilson 2.0.4-3 - added BuildRequires: gtk-doc (#111107) - added Requires: gtk2-devel for gtkspell-devel subpackage (#111139) * Mon Sep 29 2003 Matt Wilson 2.0.4-2 - add aspell-devel to gtkspell-devel as a requirement (#105944, #104562) * Tue Jul 15 2003 Matt Wilson 2.0.4-1 - Initial build.