Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > 487ac0506d6c5964e6df63ad1fa69045 > files > 3

gnome-spell-0.4.1-1mdk.src.rpm

Summary: Gnome Spell is GNOME/Bonobo component for spell checking.
Name: gnome-spell
Version: 0.4.1
Release: 1mdk
Source0: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.bz2
# (fc) 0.4-1mdk fix crash when english dictionnary is not installed
Patch0: gnome-spell-0.4-nodict.patch.bz2
License: GPL
Group: Graphical desktop/GNOME
URL: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires:	autoconf2.5
BuildRequires:	automake
BuildRequires:	bonobo-devel
BuildRequires:	control-center-devel
BuildRequires:	freetype2-devel
BuildRequires:	gal-devel
BuildRequires:	gcc-c++
BuildRequires:	gettext
BuildRequires:	libglade-devel
BuildRequires:	libtool-devel
BuildRequires:	libpspell-devel
BuildRequires:	popt-devel
BuildRequires:	texinfo
Requires: aspell >= 0.33.7-2mdk

%description
Gnome Spell is GNOME/Bonobo component for spell checking. In current
version it contains GNOME::Spell::Dictionary object, which provides spell
checking dictionary (see Spell.idl for exact API definition). It's based
on pspell package.

%prep
%setup -q
%patch0 -p1 -b .nodict

%build
%configure

%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%makeinstall_std

%{find_lang} %{name}

%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
%doc README COPYING ChangeLog NEWS AUTHORS
%{_bindir}/*
%{_datadir}/idl/*
%{_datadir}/oaf/*
%{_datadir}/gnome-spell

%changelog
* Tue Feb 12 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4.1-1mdk
- Release 0.4.1

* Wed Jan 16 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4-5mdk
- Rebuilt against latest libgal (grr, really remove old dependency)

* Wed Jan 16 2002 Stefan van der Eijk <stefan@eijk.nu> 0.4-4mdk
- BuildRequires

* Mon Jan 14 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4-3mdk
- Recompiled against latest gal

* Fri Nov  9 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4-2mdk
- Recompiled against latest gal
- Fix BuildRequires

* Tue Nov  6 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.4-1mdk
- Release 0.4
- Remove patches 0 & 1 (merged upstream)
- Patch0: fix crash when english dictionnary is not installed

* Fri Sep 28 2001 Stefan van der Eijk <stefan@eijk.nu> 0.1-8mdk
- BuildRequires: libxml-devel
- Remove redundant BuildRequires

* Mon Sep 17 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1-7mdk
- Patch1: fix compilation (link with gnomeui)

* Thu Aug 16 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1-6mdk
- Add explicit dependency on aspell too (since pspell is only a wrapper)

* Sun Jul 29 2001 Stefan van der Eijk <stefan@eijk.nu> 0.1-5mdk
- modify BuildRequires
- fix description

* Fri May 25 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 0.1-4mdk
- Rebuild it with the latest and shiniest ever libltdl.so.3.
- s/Copyright/License/;

* Mon May 21 2001 Pablo Saratxaga <pablo@mandrakesoft.com> 0.1-3mdk
- rebuild with new libpspell

* Wed Jan 24 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1-2mdk
- Recompiled with oaf 0.6.2

* Tue Jan  2 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1-1mdk
- First Mandrake package

# end of file