Mark Guzzo wrote: > At rpmfind > http://rpmfind.net/linux/rpm2html/search.php?query=gtkspell It says that one is for the "PLD Linux Distribution" distro. There's also a Mandrake-9.0 version of the SRPM but mandrake wants gtk+2.0, not gtk2 > 2.0 > I just got the scr.rpm, but it's time to go home, so I'll try this latter :-) The Mandrake package might be easier, but here's the version of the spec for PLD that appears to build in Psyche. -Thomas
# $Revision: 1.3 $, $Date: 2002/08/26 14:17:22 $ Summary: GTK+ Spell Checker Interface Library. Summary(pl): Biblioteka z interfejsem do narzędzia sprawdzającego pisownię dla GTK+ Name: gtkspell Version: 2.0.2 Release: 1 Epoch: 1 License: GPL Vendor: Evan Martin <martine@cs.washington.edu> Group: X11/Libraries Source0: http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz URL: http://gtkspell.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gtk2-devel >= 2 BuildRequires: libtool BuildRequires: pspell-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) %description GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. %description -l pl GtkSpell udostępnia podobne do MS Worda lub MacOSX podświetlanie błędnie napisanych słów w widgecie GtkTextView. Kliknięcie prawym przyciskiem na błędne słowo otwiera menu z sugerowanymi poprawkami. %package devel Summary: Header files for gtkspell Summary(pl): Pliki nagłówkowe dla gtkspella Group: X11/Development/Libraries Requires: %{name} = %{version} %description devel Header files for gtkspell. %description devel -l pl Pliki nagłówkowe dla gtkspella. %package static Summary: Static libraries for gtkspell Summary(pl): Biblioteki statyczne dla gtkspella Group: X11/Development/Libraries Requires: %{name}-devel = %{version} %description static Static libraries for gtkspell. %description static -l pl Biblioteki statyczne dla gtkspella. %prep %setup -q -n %{name}-%{version} %build %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ pkgconfigdir=%{_libdir}/pkgconfig %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %attr(755,root,root) %{_libdir}/lib*.la %{_includedir}/%{name}-2.0 %config %{_libdir}/pkgconfig/*.pc %files static %defattr(644,root,root,755) %{_libdir}/lib*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <feedback@pld.org.pl> All persons listed below can be reached at <cvs_login>@pld.org.pl $Log: gtkspell.spec,v $ Revision 1.3 2002/08/26 14:17:22 michuz - updated to 2.0.2 Revision 1.2 2002/08/01 20:29:35 qboosh - missing pl description Revision 1.1 2002/07/16 09:47:20 michuz - initial release - todo: polish description